diff --git a/_service b/_service index 97c0c85..74034e2 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/gnote.git - 45.1 + 46.rc @PARENT_TAG@+@TAG_OFFSET@ v?(.*)\+0 \1 diff --git a/gnote-45.1.obscpio b/gnote-45.1.obscpio deleted file mode 100644 index 0f610c7..0000000 --- a/gnote-45.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:322b92dc8a5a6586245c443cd290996aa303a89b28a113baf707ffade4ac65f7 -size 12446221 diff --git a/gnote-46.rc.obscpio b/gnote-46.rc.obscpio new file mode 100644 index 0000000..c30ea88 --- /dev/null +++ b/gnote-46.rc.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17cad0b83256d95798936e652ab6bf0eb4f455df44d80eb403a9d9310f47f26b +size 12615693 diff --git a/gnote.changes b/gnote.changes index 099c4fb..78cc9f7 100644 --- a/gnote.changes +++ b/gnote.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Mon Mar 18 08:08:41 UTC 2024 - Dominique Leuenberger + +- Update to version 46.rc: + + New Features: + - Added UI for changing color scheme. + - Updated manual. + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 13 19:23:48 UTC 2024 - Dominique Leuenberger + +- Update to version 46.beta: + + New Features: + - Removed note list context menu. + - Open all selected notes in current window on Enter. + - Open all selected notes in a signle new window on Ctrl+Enter. + - New desing for search controls in note tab. + - Updated manual. + - Added setting for selecting color scheme. + + Fixes: Fix warning in console when synchronization dialog is + opened. + + Updated translations. + +------------------------------------------------------------------- +Tue Jan 30 06:31:13 UTC 2024 - Dominique Leuenberger + +- Update to version 46.alpha: + + New Features: + - Notes list uses new GtkColumnView. + - New redesigned view for notebooks. + - Update appdata to newer format. + + Updated translations. +- Add pkgconfig(libadwaita-1) BuildRequires: new dependency. +- Bump base_version define to 46 following upstream changes. + ------------------------------------------------------------------- Tue Jan 16 17:55:33 UTC 2024 - Dominique Leuenberger diff --git a/gnote.obsinfo b/gnote.obsinfo index edb4a4f..b07ef3f 100644 --- a/gnote.obsinfo +++ b/gnote.obsinfo @@ -1,4 +1,4 @@ name: gnote -version: 45.1 -mtime: 1703882800 -commit: 580326d58b5e3476077af1563c31e88489fc5a53 +version: 46.rc +mtime: 1710705487 +commit: 76aaec2f1294b957eea61603b29f7535122b07f8 diff --git a/gnote.spec b/gnote.spec index 2ed4c7e..bbe63a7 100644 --- a/gnote.spec +++ b/gnote.spec @@ -16,11 +16,11 @@ # -%define base_version 45 +%define base_version 46 %define glib_version 2.74 Name: gnote -Version: 45.1 +Version: 46.rc Release: 0 Summary: A Port of Tomboy to C++ License: GPL-3.0-or-later @@ -44,7 +44,8 @@ BuildRequires: pkgconfig(glibmm-2.68) >= %{glib_version} # with the following notice: # Need updated version that support GTK 4 # BuildRequires: pkgconfig(gspell-1) >= 1.6.0 -BuildRequires: pkgconfig(gtkmm-4.0) >= 4.0.0 +BuildRequires: pkgconfig(gtkmm-4.0) >= 4.10.0 +BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(libsecret-1) >= 0.8 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxslt)