Changes in v1.23.0 (English)
Bug fixes
- Fixed an issue where the progress animation was cleared at the wrong position during long save operations. (go-inline-animation#6, go-inline-animation#7, #96)
- Preserve original file permissions when overwriting files (#97, #100)
New features
- Changed file saving to use a temporary file until writing completes, eliminating any window where the original file could be left in a partial state. (#95)
- Indicate READONLY files explicitly when prompting for overwrite confirmation (#97)
Documents
- Rename release note files to
CHANGELOG.mdandCHANGELOG_ja.md. (#94)
Changes in v1.23.0 (Japanese)
不具合修正
- 保存に時間がかかった時、テキストアニメの消去位置が狂う問題を修正 (go-inline-animation#6, go-inline-animation#7, #96)
- 上書き保存時に元ファイルのパーミッションが維持されない問題を修正 (#97, #100)
仕様変更
- ファイル保存時に出力が完了するまで一時ファイル名を使い、元のファイルが不完全な状態になる時間をゼロとした (#95)
- 上書き確認時に、READONLY 属性のファイルであることを明示するようにした (#97)
ドキュメント
- 変更履歴を記録するファイルを
release_note_en.md,release_note_ja.mdからCHANGELOG.md,CHANGELOG_ja.mdへ改名 (#94)