aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWolfgang Müller2021-07-03 16:31:50 +0200
committerWolfgang Müller2021-07-03 16:31:50 +0200
commit8ad81eb268df5984fcffd0a18b9c68e254094956 (patch)
tree6f8d032b300fc634d572030e919f7ac44644fb22
parentf27b50ae42bce241495e41f31670ba492382a52a (diff)
downloadweltschmerz-8ad81eb268df5984fcffd0a18b9c68e254094956.tar.gz (sig)
Prepare release of version 1.4.01.4.0
-rw-r--r--NEWS42
1 files changed, 42 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e3aee22..fa68675 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,47 @@
This file lists important changes to the weltschmerz terminal emulator.
+Changes in version 1.4.0, released on July 3, 2021:
+
+ --- MINOR NEW FEATURES ---
+ * weltschmerz now supports opening a new terminal window in the current
+ directory. This feature relies on OSC 7.
+ * Cursor blinking behaviour can now be tweaked in the configuration
+ file using the 'cursor-blink' setting.
+ * When copying URLs to the clipboard, weltschmerz now also populates the
+ PRIMARY selection with it.
+ * weltschmerz now has a minimum size of 28 x 3 cells.
+
+ --- STRUCTURAL CHANGES ---
+ * Deprecated object properties have been removed or renamed in
+ terminal.ui
+
+ --- BUGFIXES ---
+ * If overlay scrolling is turned off, weltschmerz now renders the
+ vertical scrollbar at all times, avoiding a resizing issue with VTE.
+ See commit ff27c3d for detailed information.
+ * If overlay scrolling is turned off, the width of the vertical
+ scrollbar is now taken into account when calculating the window
+ geometry. Row and column sizes are now reported correctly, and the
+ initial window size will correctly be set to 80 x 24.
+ See commit 89f8571 for detailed information.
+ * 'Open directory' will no longer attempt to open paths that do not
+ exist locally (for example in an SSH session).
+
+ --- NOTES ---
+ * weltschmerz now requires at least GTK 3.24.
+ * weltschmerz now requires GNU gettext.
+
+ --- TRANSLATIONS ---
+ * weltschmerz now supports translations. Refer to the 'TRANSLATE' file if you
+ want to contribute.
+ * A Finnish translation has been added.
+ * A German translation has been added.
+
+ --- THANKS TO ---
+ * nortti for implementing the 'cursor-blink' setting, the 'Open Terminal'
+ functionality, the Finnish translation, testing bugfixes, and giving
+ valuable feedback.
+
Changes in version 1.3.0, released on April 13, 2020:
--- MAJOR NEW FEATURES ---