Skip to content

Commit

Permalink
- version 42.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neelabo committed Dec 8, 2024
1 parent c5d39f0 commit 8442498
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
18 changes: 18 additions & 0 deletions MakePackage/Readme/en-us/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

----

### 42.2
(2024-12-08)

#### Fixed

- Bookshelf: Corrected a bug in file name case-only renaming.
- PageList: Fixed a bug that the display was not updated when the file name was changed in the page list.
- View: Corrected a bug in the behavior of automatic rotation under certain conditions in the main view window.
- View: Reduced application error on loading corrupted GIFs.
- Pages: Width, Height set to 0 for archive pages and other pages with no size.
- Script: Fixed a bug that ViewPageAccessor's Width and Height could not be obtained in videos.

#### Changed

- Language: Updated zh-Hans.

----

### 42.1
(2024-12-01)

Expand Down
18 changes: 18 additions & 0 deletions MakePackage/Readme/ja-jp/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

----

### 42.2
(2024-12-08)

#### 不具合修正

- 本棚:ファイル名の大文字・小文字のみの名前変更による不具合修正
- ページリスト:ページリストでのファイル名変更で表示が更新されない不具合修正
- ビュー:メインビューウィンドウの特定条件での自動回転の挙動の不具合修正
- ビュー:破損GIFの読み込みでアプリエラーになる現象を軽減
- ページ:アーカイブページなどのサイズのないページの Width, Height を 0 にした
- スクリプト:動画で ViewPageAccessor の Width, Height が取得できない不具合修正

#### 更新

- 言語:zh-Hans を更新

----

### 42.1
(2024-12-01)

Expand Down
2 changes: 1 addition & 1 deletion NeeView.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>42.1.16</VersionPrefix>
<VersionPrefix>42.2.16</VersionPrefix>
<Authors>NeeLaboratory</Authors>
<Copyright>Copyright © 2016-2024 Ito Mitsuhiro (nee)</Copyright>
</PropertyGroup>
Expand Down

0 comments on commit 8442498

Please sign in to comment.