Merge branch 'main' into 4.9.0

# Conflicts:
#	CHANGELOG.md
#	CotEditor.xcodeproj/project.pbxproj
This commit is contained in:
1024jp 2024-06-02 09:49:01 +09:00
commit 7222794975
3 changed files with 82 additions and 1 deletions

View File

@ -27,7 +27,12 @@
4.8.5 (unreleased)
4.8.6 (unreleased)
--------------------------
4.8.5 (653)
--------------------------
### New Features

View File

@ -16,6 +16,44 @@
<h1>Release notes for CotEditor</h1>
<article>
<header>
<h1>CotEditor 4.8.5</h1>
<p>release: <time>2024-06-01</time></p>
</header>
<section>
<h2>New Features</h2>
<ul>
<li>Add jq Syntax.</li>
</ul>
</section>
<section>
<h2>Improvements</h2>
<ul>
<li>Improve the file path display in the document inspector.</li>
</ul>
</section>
<section>
<h2>Fixes</h2>
<ul>
<li>Fix an issue that the application crashed by opening the Appearance settings pane when the font the user set did not exist.</li>
<li>Fix an issue in the syntax editor that the Values pane was missing in the highlighting list in the sidebar.</li>
<li>Fix an issue in the Save dialog that the file extension disappeared when the user selected the Hide Extension option.</li>
<li>Fix an issue that the font fields in the Appearance settings pane could unnecessarily shrunk with specific fonts.</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 4.8.4</h1>

View File

@ -16,6 +16,44 @@
<h1>CotEditorのリリースート</h1>
<article>
<header>
<h1>CotEditor 4.8.5</h1>
<p>リリース: <time>2024-06-01</time></p>
</header>
<section>
<h2>新機能</h2>
<ul>
<li>jqシンタックスを追加</li>
</ul>
</section>
<section>
<h2>改良</h2>
<ul>
<li>書類インスペクタのファイルパス表示を改良</li>
</ul>
</section>
<section>
<h2>修正</h2>
<ul>
<li>ユーザが設定したフォントがマシン内に存在しないと外観設定ペインを開いたときにアプリケーションがクラッシュした不具合を修正</li>
<li>シンタックスエディタのサイドバーのハイライトリストに「値」が含まれていなかった不具合を修正</li>
<li>保存ダイアログの拡張子を隠すオプションをユーザが有効にしていているとデフォルトのファイル名に拡張子がつかない不具合を修正</li>
<li>外観設定ペインのフォント欄が不必要に縮むことがあった不具合を修正</li>
</ul>
</section>
</article>
<article>
<header>
<h1>CotEditor 4.8.4</h1>