Skip to content

Commit

Permalink
feat: release v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Anxcye committed Oct 23, 2024
1 parent fde5cb5 commit 4206350
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.1.8 2024-10-23

* Added: Modify import/export file structure
* Fixed: Book font size cannot maintain relative relationship
* Fixed: Can be used in lower webview versions (about 92.0.0.0 and above)

* 修改:修改了导入导出的文件结构
* 修复:书籍字体大小不能保持相对关系
* 修复:能够在较低的 webview 版本中使用(约92.0.0.0及以上)

Windows version is coming soon!
Windows端即将发布,敬请期待!

## 1.1.7 2024-09-11
* Backup: Export/import all data
* Ability to click and view large images
Expand Down
4 changes: 4 additions & 0 deletions lib/providers/book_list.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

import 'package:riverpod_annotation/riverpod_annotation.dart';

// @riverpod
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: anx_reader
description: "An e-book reader."
publish_to: 'none'

version: 1.1.8+2029
version: 1.1.8+2030

environment:
sdk: '>=3.5.2 <4.0.0'
Expand Down

0 comments on commit 4206350

Please sign in to comment.