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

+ + +
+ + +
+

Improvements

+ + +
+ + +
+

Fixes

+ + +
+
+ +

CotEditor 5.0.1

diff --git a/CotEditor/Resources/CotEditor.help/Contents/Resources/ja.lproj/pgs/releasenotes.html b/CotEditor/Resources/CotEditor.help/Contents/Resources/ja.lproj/pgs/releasenotes.html index dec098094d..4d8e1d540d 100644 --- a/CotEditor/Resources/CotEditor.help/Contents/Resources/ja.lproj/pgs/releasenotes.html +++ b/CotEditor/Resources/CotEditor.help/Contents/Resources/ja.lproj/pgs/releasenotes.html @@ -16,6 +16,48 @@

CotEditorのリリースノート

+
+
+

CotEditor 5.0.2

+

リリース:

+
+ + +
+

新機能

+ +
    +
  • ポーランド語ローカリゼーションを追加(Rafał Kopickiさんに感謝!)
  • +
+
+ + +
+

改良

+ +
    +
  • .awk拡張子をCotEditorスクリプトとして扱うファイルタイプに追加
  • +
  • ファイルプレビュー表示のレイアウトを調整
  • +
  • Swiftシンタックスを更新し@Test@Suite属性を追加
  • +
+
+ + +
+

修正

+ +
    +
  • アプリ起動時にウインドウがDockにしまわれていたときウインドウが正しく初期化されていなかった不具合を修正
  • +
  • フォルダ名を変更するとそのフォルダ項目が二重になったファイルブラウザの不具合を修正
  • +
  • ルートフォルダへのアクションが不要に無効になっていることがあったファイルブラウザの不具合を修正
  • +
  • 挿入フォーマットの変更が保存されなかった「スニペット」設定ペインの不具合を修正
  • +
  • ナビゲーションバーの初期表示が設定と逆になっていた不具合を修正
  • +
  • trivial: 「左にシフト」コマンドのコマンド名がアンドゥ履歴に登録されていなかった不具合を修正
  • +
+
+
+ +

CotEditor 5.0.1

@@ -35,7 +77,7 @@

改良

-

Fixes

+

修正

  • 開いたフォルダにアーカイブファイルが含まれていたときにアプリがクラッシュするmacOS 14の不具合を修正