diff --git a/CHANGELOG.md b/CHANGELOG.md index e04e1ca97..a8c4fda2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### New Features - Support __macOS 15 Sequoia__. +- Accept folders to open and navigate the content in the new directory navigation sidebar. - [AppStore ver.] Now the user can donate to the CotEditor project via in-app purchase in the new Donate settings pane. - Add new “Select Enclosing Symbols” and “Split Selection by Lines” commands to the Edit > Select menu. - Support the alpha channel for the current line in theme settings. diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/whats_new_in_4.8.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/whats_new_in_4.8.html index c76b32c39..31966f5c2 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/whats_new_in_4.8.html +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/whats_new_in_4.8.html @@ -10,7 +10,6 @@ -

What’s new in CotEditor 4.8?

@@ -28,6 +27,7 @@ diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/whats_new_in_5.0.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/whats_new_in_5.0.html new file mode 100644 index 000000000..adf9fefae --- /dev/null +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/whats_new_in_5.0.html @@ -0,0 +1,38 @@ + + + + + + + + + What’s new in CotEditor 5.0? + + + + + +

What’s new in CotEditor 5.0?

+ +
+
macOS 15 Sequoia Support
+
Work perfectly with new macOS 15.
+ +
Folder Navigation
+
Open a folder in CotEditor to navigate its content in the new sidebar.
+ +
Donation
+
Support the CotEditor project by offering coffee to the developer.
+
+ + +
+

See also

+ +
+ + + diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/toc.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/toc.html index a1ee921df..4ad1241fc 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/toc.html +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/toc.html @@ -134,6 +134,7 @@
  • What’s New