From 679d921dac077f9374996ca83f8c8a9e6fcf2d62 Mon Sep 17 00:00:00 2001
From: 1024jp <1024jp@wolfrosch.com>
Date: Mon, 30 Sep 2024 18:11:40 +0900
Subject: [PATCH] Update release notes
---
CHANGELOG.md | 2 +-
.../Resources/en.lproj/pgs/releasenotes.html | 42 ++++++++++++++++++
.../Resources/ja.lproj/pgs/releasenotes.html | 44 ++++++++++++++++++-
3 files changed, 86 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f10b2e3fa..30ea9afaa8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,7 +20,7 @@
- Fix an issue that document windows were not properly initialized when the windows minimized on launch.
- Fix an issue in the file browser that duplicate folders were displayed after renaming a folder.
- Fix an issue in the file browser that some actions for the root folder were incorrectly disabled.
-- Fix an issue that changes of insertion formats in the Snippets settings pane were not saved.
+- Fix an issue in the Snippets settings pane that changes of insertion formats were not saved.
- Fix an issue that the initial visibility state of the navigation bar was reversed.
- [trivial] Fix an issue that the action name of the “Shift Left” action is not noted in the undo history.
diff --git a/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/releasenotes.html b/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/releasenotes.html
index 31ee1b3557..cbcbeebf83 100644
--- a/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/releasenotes.html
+++ b/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/releasenotes.html
@@ -16,6 +16,48 @@
Release notes for CotEditor
+
+
+
CotEditor 5.0.2
+
release:
+
+
+
+
+
New Features
+
+
+
Add Polish localization (Thanks to Rafał Kopicki!).
+
+
+
+
+
+
Improvements
+
+
+
Add .awk extension to file types treaded as CotEditor script.
+
Adjust the layout of the file preview view.
+
Update the Swift syntax to add @Test and @Suite attributes.
+
+
+
+
+
+
Fixes
+
+
+
Fix an issue that document windows were not properly initialized when the windows minimized on launch.
+
Fix an issue in the file browser that duplicate folders were displayed after renaming a folder.
+
Fix an issue in the file browser that some actions for the root folder were incorrectly disabled.
+
Fix an issue in the Snippets settings pane that changes of insertion formats were not saved.
+
Fix an issue that the initial visibility state of the navigation bar was reversed.
+
trivial: Fix an issue that the action name of the “Shift Left” action is not noted in the undo history.