Skip to content

Commit

Permalink
Bump 11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Jan 25, 2025
1 parent f6571b2 commit 9c673cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
### Jump to patch changelog: [11.0](https://github.com/Willy-JL/F95Checker/releases/tag/11.0), [11.0.1](https://github.com/Willy-JL/F95Checker/releases/tag/11.0.1), [11.0.2](https://github.com/Willy-JL/F95Checker/releases/tag/11.0.2)

### Added:
- Table header visible in all view modes setting, allows changing sorting and shown elements in grid/kanban view(by @Willy-JL)
- Nothing

### Updated:
- DDL can extract 7zip and RAR archives too (by @Willy-JL)
- App icons are now rounded, and MacOS icon has an empty border to fit design guidelines (by @rakleed & @Willy-JL)
- Nothing

### Fixed:
- Added support for AVIF images, supports new F95zone attachment server conversion (by @Willy-JL)
- DDL files are deleted asynchronously now, avoids stutters on slow drives (by @Willy-JL)
- Simplify some error handling, correctly handles connection issues in some edge cases (by @Willy-JL)
- Fix some link icons not being recognized by the extension and missing the library icon (by @Willy-JL)
- Detect system SSL certificates on more Linux distros, include certifi as fallback (by @kalvisbuls & @Willy-JL)
- Nothing

### Removed:
- Nothing
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pathlib
import sys

version = "11.0.3"
version = "11.1"
release = False
build_number = 0
version_name = f"{version}{'' if release else ' beta'}{'' if release or not build_number else ' ' + str(build_number)}"
Expand Down

0 comments on commit 9c673cd

Please sign in to comment.