docs/changelog.md

branch
eric7-maintenance
changeset 10460
3b34efa2857c
parent 10349
df7edc29cbfb
parent 10435
c712d09cc839
child 10534
783d835d7fe4
--- a/docs/changelog.md	Sun Dec 03 14:54:00 2023 +0100
+++ b/docs/changelog.md	Mon Jan 01 11:10:45 2024 +0100
@@ -1,5 +1,58 @@
 # Change Log
 
+### Version 24.01
+- bug fixes
+- General
+    - Changed debug logging to be directed to a debug log file `eric7_debug.txt` in
+      the `.eric7` directory.
+- Code Style Checker
+    - Updated these checkers to support more cases.
+        - Logging
+        - Miscellaneous
+        - Simplify
+    - Extended the documentation style checker to check the tag sequence and the use
+      of deprecated tags (eric doc style).
+- Editor
+    - Added the capability to comment/uncomment/toggle comment for languages
+      that do not support single line comments (e.g. HTML uses `<!--` and
+      `-->`.
+    - Added the capability to search & replace strings containing escape codes
+      (like `\n`).
+    - Introduced a configurable timeout after which the quick search text occurrences
+      are highlighted (if this function is activated).
+- File Browser
+    - Added context menu entries to show the directory path of an item in an
+      external file manager.
+- Find In Files
+    - Added the capability to search & replace strings containing escape codes
+      (like `\n`).
+- Multiproject
+    - Added the capability to indicate externally removed projects and actions
+      to clear them out.
+- Project Browser
+    - Added context menu entries to show the directory path of an item in an
+      external file manager.
+    - Added an entry to the background context menu to show the project
+      directory in an external file manager.
+- Testing
+    - Extended the testing dialog to allow filtering of the result list
+      based on the result status.
+    - Extended the testing dialog to allow to perform a discovery run only and
+      just perform selected test cases of this list.
+    - Extended the testing dialog to allow to perform the test with debugger
+      support (only if the dialog was started from within eric IDE).
+- Viewmanager
+    - Added `Close Tabs to the Left` and `Close Tabs to the Right` context
+      menu entries to the tabview view manager.
+    - Added `Close Editors Above` and `Close Editors Below` context menu
+      entries to the listspace view manager.
+- Virtual Environments
+    - Added the capability to search for unregistered Python interpreters in
+      order to create an environment entry for those selected by the user.
+- Third Party packages
+    - Upgraded pip-licenses to version 4.3.3.
+    - Upgraded pycodestyle to version 2.11.1.
+
 ### Version 23.12
 - bug fixes
 - General

eric ide

mercurial