[gnome-text-editor] Release 42.alpha1
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-text-editor] Release 42.alpha1
- Date: Wed, 8 Dec 2021 23:11:24 +0000 (UTC)
commit b5c39e07a8a739a4748d3a9b33f6b55b540645c6
Author: Christian Hergert <chergert redhat com>
Date: Wed Dec 8 15:00:47 2021 -0800
Release 42.alpha1
NEWS | 53 ++++++++++++++++++++++++++---
data/org.gnome.TextEditor.appdata.xml.in.in | 7 ++--
meson.build | 2 +-
3 files changed, 53 insertions(+), 9 deletions(-)
---
diff --git a/NEWS b/NEWS
index 299f039..3d010b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,50 @@
-# Text Editor 42.alpha0
+# Text Editor 42.alpha1
- * Fixed navigation using Up/Down from search bar.
- * Disabled use of DBusActivatable=true in .desktop file due to breakage with opening command line arguments
without the desktop portal.
- * Improvements to accessibility labels.
- * Translation updates.
+ • Use libadwaita for access to desktop light/dark modes.
+ • New interface to jump to a given line number.
+ • New keyboard shortcut for delete-current-line, jump-to-line,
+ select-current-line, zooming, and preferences.
+ • The open popover no longer displays document mtimes, but they are used
+ for sorting results.
+ • Tab menus are fixed within the document editor.
+ • Tabs may now be dragged into new windows.
+ • DnD of multiple files into the editor has been restored.
+ • Text Editor can no differntiate between indentation and tab size.
+ • Application startup has been vastly improved.
+ • The session manager now truncates the number of bookmarks to 100.
+ • Numerous crash and bug fixes.
+ • Guess a reasonable filename for Save As dialog.
+ • Deleted text is copied into the primary clipboard when using the
+ delete-lines command.
+ • A new custom GMenuModel is used for spelling corrections to allow
+ for faster updates of menus.
+ • Zoom with keybindings and scroll-wheell is now supported.
+ • Text Editor will try to discover if style schemes are light or dark
+ and only show them when appropriate in preferences.
+ • Menus have been significantly tweaked based on usage and feedback.
+ • Text Editor can no follow the system dark-mode preference.
+ • Ensure window is raised when a document is reopened, possibly through an
+ external application such as Nautilus.
+ • Overview map style improvements.
+ • Improved keyboard navigation to and from the open popover.
+ • Text Editor will now restyle it's windows based on the selected
+ GtkSourceStyleScheme.
+ • A new gsetting for how to draw whitespace has been added.
+ • A new gestting to disable window restyling has been added.
+ • Text Editor now has a Vim emulation layer that may be enabled using
+ the org.gnome.TextEditor keybindings gsetting.
+ • A statusbar has been added when the Vim emulation is in use only.
+ • A new and improved preferences dialog which supports previewing the
+ preferences changes without leaving the dialog.
+ • Search and Replace has been improved and restyled.
+ • A new preference to enable restoring the session at startup was added.
+ • A new preference to enable automatically discovering file settings
+ using modelines, editorconfig, and more has been added.
+ • Improved font styling within the application.
+ • Performance and style improvements to the spell checking engine.
+ • Fixed navigation using Up/Down from search bar.
+ • Disabled use of DBusActivatable=true in .desktop file due to breakage with
+ opening command line arguments without the desktop portal.
+ • Improvements to accessibility labels.
+ • Translation updates.
diff --git a/data/org.gnome.TextEditor.appdata.xml.in.in b/data/org.gnome.TextEditor.appdata.xml.in.in
index 80a6845..2376157 100644
--- a/data/org.gnome.TextEditor.appdata.xml.in.in
+++ b/data/org.gnome.TextEditor.appdata.xml.in.in
@@ -20,15 +20,16 @@
<screenshots>
<screenshot type="default">
<caption></caption>
- <image width="1476"
height="1210">https://gitlab.gnome.org/GNOME/gnome-text-editor/raw/e73d97599c1ca47b650d9870f1f29f6bfeffe5e2/data/appdata/text-editor-1.png</image>
- <image width="2054"
height="1518">https://gitlab.gnome.org/GNOME/gnome-text-editor/raw/e73d97599c1ca47b650d9870f1f29f6bfeffe5e2/data/appdata/text-editor-2.png</image>
+ <image width="1938"
height="1662">https://gitlab.gnome.org/GNOME/gnome-text-editor/raw/4873be0588ea7dbb0a9852e02710f2d42f6749c7/data/appdata/text-editor-1.png</image>
+ <image width="1938"
height="1662">https://gitlab.gnome.org/GNOME/gnome-text-editor/raw/4873be0588ea7dbb0a9852e02710f2d42f6749c7/data/appdata/text-editor-2.png</image>
+ <image width="1938"
height="1662">https://gitlab.gnome.org/GNOME/gnome-text-editor/raw/4873be0588ea7dbb0a9852e02710f2d42f6749c7/data/appdata/text-editor-3.png</image>
</screenshot>
</screenshots>
<translation type="gettext">org.gnome.TextEditor</translation>
<releases>
- <release version="41.0" date="2021-09-3"/>
+ <release version="42.alpha1" date="2021-12-08"/>
</releases>
<kudos>
diff --git a/meson.build b/meson.build
index ab7f515..5174743 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-text-editor', 'c',
- version: '42.alpha0',
+ version: '42.alpha1',
meson_version: '>= 0.59.1',
default_options: [ 'warning_level=2', 'c_std=gnu18' ],
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]