docs/changelog.md

branch
eric7-maintenance
changeset 10694
f46c1e224e8a
parent 10659
43ead32943ca
parent 10682
47be220abdaf
child 10733
d96c69a235fc
diff -r e6c9ab1dc168 -r f46c1e224e8a docs/changelog.md
--- a/docs/changelog.md	Tue Apr 02 10:13:41 2024 +0200
+++ b/docs/changelog.md	Wed Apr 24 10:14:16 2024 +0200
@@ -1,5 +1,28 @@
 # Change Log
 
+### Version 24.5
+- bug fixes
+- General
+    - Changed code from using `QFileSystemWatcher` to our own implementation
+      (`EricFileSystemWatcher`) based on the `watchdog` Python package in order
+      to get more fine grained control over the reported changes.
+- Editor
+    - Added the capability to reload the current editor via its context menu or
+      the main `File` menu (see issue 556).
+    - Added basic support for Jenkins pipeline files (and Groovy source files)
+      (see issue 558).
+- Editor Outline
+    - Improved the navigation capability by respecting the column offset when
+      placing the cursor of the editor (see issue 554).
+- File Browser
+    - Improved the navigation capability by respecting the column offset when
+      placing the cursor of the editor (see issue 554).
+- Project Browser
+    - Improved the navigation capability by respecting the column offset when
+      placing the cursor of the editor (see issue 554).
+- Symbols Viewer
+    - Completed the list of selectable code blocks.
+
 ### Version 24.4
 - bug fixes
 - Code Style Checker

eric ide

mercurial