Dominique Leuenberger 2022-09-21 12:42:27 +00:00 committed by Git OBS Bridge
commit e41683fc81
4 changed files with 62 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Sun Sep 18 09:27:52 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.0:
+ The --version command line option now includes copyright and
additional version information.
+ Performance improvements to the Open popover list along with
tooltips to display the full filename.
+ The window title now contains an appropriate tooltip.
+ Path expanding/collapsing is ignored on Windows.
+ Do not do document portal checks.
+ Text Editor will always restore session state when enabled,
fixing some unexpected behavior in previous releases.
+ Reload documents after using "Open as Administrator" using
admin:// GVFS protocol.
+ Appdata updates.
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 12 11:27:20 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 43.alpha1:
+ Many performance improvements during loading of documents.
+ libeditorconfig (editorconfig-core-c) is now required instead
of the in-tree copy. This ensures that only PCRE2 is needed.
+ Avoid editable/focusable pages while loading document so that
a11y peers are not spammed with updates.
+ UI recoloring improvements.
+ Fix horizontal two-finger non-kinetic scrolling.
+ Desktop integration improvements.
+ Updated translations.
- Add pkgconfig(editorconfig) BuildRequires: new depdency.
- Drop pkgconfig(libpcre) BuildRequires: No longer needed.
-------------------------------------------------------------------
Mon Jul 18 08:11:31 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.alpha:
+ Text Editor has been updated to use new dialogs from libadwaita
such as the message about dialogs.
+ Translation improvements.
+ Support for opening local and remove STDIN streams.
+ Suggest new filenames based on current syntax language.
+ Maximized window state is now persisted across sessions.
+ Spellchecking improvements.
+ The modified bit is dropped from draft-only documents when
discarding to prevent re-opening on next launch.
+ Text Editor now knows if the previous session crashed.
+ A new --version command line argument.
+ Improvements to --new-window command line argument.
+ Window title is fixed when last document is closed.
- Add explict pkgconfig(libpcre) BuildRequires: Needed after GLibs
port to libpcre2.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 13 11:30:24 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org> Mon Jun 13 11:30:24 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -17,12 +17,12 @@
Name: gnome-text-editor Name: gnome-text-editor
Version: 42.2 Version: 43.0
Release: 0 Release: 0
Summary: GNOME Text Editor Summary: GNOME Text Editor
License: GPL-3.0-or-later License: GPL-3.0-or-later
URL: https://gitlab.gnome.org/GNOME/gnome-text-editor URL: https://gitlab.gnome.org/GNOME/gnome-text-editor
Source: https://download.gnome.org/sources/gnome-text-editor/42/%{name}-%{version}.tar.xz Source: https://download.gnome.org/sources/gnome-text-editor/43/%{name}-%{version}.tar.xz
BuildRequires: appstream-glib BuildRequires: appstream-glib
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
@ -30,12 +30,13 @@ BuildRequires: fdupes
BuildRequires: itstool BuildRequires: itstool
BuildRequires: meson >= 0.59.1 BuildRequires: meson >= 0.59.1
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: pkgconfig(editorconfig)
BuildRequires: pkgconfig(enchant-2) >= 2.2.0 BuildRequires: pkgconfig(enchant-2) >= 2.2.0
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.69 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.69
BuildRequires: pkgconfig(gtk4) >= 4.3 BuildRequires: pkgconfig(gtk4) >= 4.3
BuildRequires: pkgconfig(gtksourceview-5) >= 5.4.1 BuildRequires: pkgconfig(gtksourceview-5) >= 5.5.0
BuildRequires: pkgconfig(icu-uc) BuildRequires: pkgconfig(icu-uc)
BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(libadwaita-1) >= 1.2.alpha
%description %description
Text Editor is a simple text editor that focus on session Text Editor is a simple text editor that focus on session