Skip to content

Commit

Permalink
releas: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gvenusleo committed Dec 6, 2022
1 parent 9957867 commit fbcffae
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 11 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,24 @@
</p>

<p>
<img alt="MeRead" src="./assets/images/app1.jpg" width="204">
<img alt="MeRead" src="./assets/images/app2.jpg" width="204">
<img alt="MeRead" src="./assets/images/app3.jpg" width="204">
<img alt="MeRead" src="./assets/images/app4.jpg" width="204">
<img alt="MeRead" src="./assets/images/app1.png" width="204">
<img alt="MeRead" src="./assets/images/app2.png" width="204">
<img alt="MeRead" src="./assets/images/app3.png" width="204">
<img alt="MeRead" src="./assets/images/app4.png" width="204">
</p>
</div>

## 说明

- [x] 支持 RSS、Atom 格式
- [x] 导入和导出 OPML
- [x] 自定义字号、行间距、页边距、文本对齐方式
- [x] 获取全文
- [x] 自定义字体大小、行间距、页面边距、文字对齐
- [x] 自定义 CSS
- [x] 三种阅读模式:阅读器、应用内标签页、系统浏览器
- [x] 未读筛选、文章收藏、订阅源分组
- [x] 文本选择同步到 [flomo](https://flomoapp.com/)
- [x] 适配深色模式
- [x] 自定义 CSS
- [ ] 多语言支持
- [ ] 获取全文

## License

Expand Down
Binary file removed assets/images/app1.jpg
Binary file not shown.
Binary file added assets/images/app1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/app2.jpg
Binary file not shown.
Binary file added assets/images/app2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/app3.jpg
Binary file not shown.
Binary file added assets/images/app3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/app4.jpg
Binary file not shown.
Binary file added assets/images/app4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/routes/setting/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class AboutPage extends StatelessWidget {
const SizedBox(height: 8),
const Center(
child: Text(
'V 0.1.3',
'V 0.2.0',
style: TextStyle(fontSize: 18),
),
),
Expand Down
1 change: 0 additions & 1 deletion lib/utils/parse.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'dart:convert';
import 'dart:io';

import 'package:file_picker/file_picker.dart';
import 'package:html/parser.dart';
import 'package:opml/opml.dart';
import 'package:webfeed/webfeed.dart';
import 'package:http/http.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.1.3+7
version: 0.2.0+8

environment:
sdk: '>=2.18.2 <3.0.0'
Expand Down

0 comments on commit fbcffae

Please sign in to comment.