File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- # 0.3.1 [ Unpublished ]
1
+ # 0.4.0
2
2
3
3
- Improve label fonts.
4
4
- Added option to create new collections from tags.
5
5
- Add am/pm option for digital clock format.
6
6
- Fix spacing for digital clock with border.
7
+ - Add option to import/export settings.
8
+ - Enable auto refresh for colors and gradients.
7
9
8
10
# 0.3.0
9
11
Original file line number Diff line number Diff line change 1
- const String packageVersion = '0.3 .0' ;
1
+ const String packageVersion = '0.4 .0' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A beautiful new tab for your browser built with love in Flutter.
3
3
4
4
publish_to : ' none'
5
5
6
- version : 0.3 .0
6
+ version : 0.4 .0
7
7
8
8
environment :
9
9
sdk : ' >=3.0.0 <4.0.0'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Pluto" ,
3
3
"description" : " A beautiful new tab for your browser." ,
4
- "version" : " 0.3 .0" ,
4
+ "version" : " 0.4 .0" ,
5
5
"manifest_version" : 3 ,
6
6
"short_name" : " Pluto" ,
7
7
"content_security_policy" : {
You can’t perform that action at this time.
0 commit comments