6 Commits

Author SHA256 Message Date
2f75bc3998 Accepting request 1305603 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1305603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tui-journal?expand=0&rev=7
2025-09-18 19:09:20 +00:00
07713dea16 - Update to version 0.16.1:
* Remove Dependencies to OpenSSL & Native TLS
  * Add CLI arg --config for configuration directory and themes
  * Add Custom themes on user level & Styles improvements
  * Config for extension of temp file in external editor
- Remove openssl-devel BuildRequires: unneeded anymore

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/tui-journal?expand=0&rev=13
2025-09-18 05:11:23 +00:00
6ab5146007 Accepting request 1229165 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1229165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tui-journal?expand=0&rev=6
2024-12-09 20:12:00 +00:00
9495744113 Accepting request 1229164 from home:mantarimay:branches:X11:Utilities
- Update to version 0.13.1:
  * Added Config path via CLI & State Path configurable & Fix
    default state path
- Removed cargo_audit from _service due that contains vendor now

OBS-URL: https://build.opensuse.org/request/show/1229164
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/tui-journal?expand=0&rev=11
2024-12-08 21:54:33 +00:00
4526294b87 Accepting request 1228362 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1228362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tui-journal?expand=0&rev=5
2024-12-05 16:09:05 +00:00
04c0f385c4 Accepting request 1228325 from home:amanzini:branches:X11:Utilities
- Update to version 0.13.0:
  * Added: Smart Case for Filter & Fuzzy Finder
  * Changed: Update dependencies & Simplified versions

OBS-URL: https://build.opensuse.org/request/show/1228325
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/tui-journal?expand=0&rev=9
2024-12-04 18:54:16 +00:00
6 changed files with 33 additions and 9 deletions

View File

@@ -5,5 +5,4 @@
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual"/>
</services>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:646b83fbd638cfabb7c23d3a76cf68ffa97dae26571d40a40637e77d6bdc2984
size 1998892

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50175b107adf10a1555577cd84d83ae74a06430066598ac3e1e3f1d8bca91ff0
size 2009511

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Sep 18 04:57:47 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.16.1:
* Remove Dependencies to OpenSSL & Native TLS
* Add CLI arg --config for configuration directory and themes
* Add Custom themes on user level & Styles improvements
* Config for extension of temp file in external editor
- Remove openssl-devel BuildRequires: unneeded anymore
-------------------------------------------------------------------
Sun Dec 8 21:48:54 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.13.1:
* Added Config path via CLI & State Path configurable & Fix
default state path
- Removed cargo_audit from _service due that contains vendor now
-------------------------------------------------------------------
Wed Dec 4 13:58:28 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 0.13.0:
* Added: Smart Case for Filter & Fuzzy Finder
* Changed: Update dependencies & Simplified versions
-------------------------------------------------------------------
Fri Sep 27 19:55:44 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>

View File

@@ -1,7 +1,8 @@
#
# spec file for package tui-journal
#
# Copyright (c) 2024 mantarimay
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 mantarimay
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +19,7 @@
%bcond_without test
Name: tui-journal
Version: 0.12.0
Version: 0.16.1
Release: 0
Summary: Write and manage journals/notes from the terminal
License: MIT
@@ -26,7 +27,6 @@ URL: https://github.com/AmmarAbouZor/tui-journal
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: cargo-packaging
BuildRequires: openssl-devel
%description
TUI-Journal is a terminal-based application written in Rust that allows

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e98107c714f62f9fca7fef0d0895684d8d23534d11cce74ee1a608b50293e407
size 32621390
oid sha256:8587a38aad55bcfaed8621c658599c27845ee971f7ee9ddc0bb65fed88efc337
size 37803717