Skip to content

Commit 8367574

Browse files
committed
🔖 release v0.4.0
1 parent 2adbaf1 commit 8367574

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# 0.3.1 [Unpublished]
1+
# 0.4.0
22

33
- Improve label fonts.
44
- Added option to create new collections from tags.
55
- Add am/pm option for digital clock format.
66
- Fix spacing for digital clock with border.
7+
- Add option to import/export settings.
8+
- Enable auto refresh for colors and gradients.
79

810
# 0.3.0
911

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const String packageVersion = '0.3.0';
1+
const String packageVersion = '0.4.0';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A beautiful new tab for your browser built with love in Flutter.
33

44
publish_to: 'none'
55

6-
version: 0.3.0
6+
version: 0.4.0
77

88
environment:
99
sdk: '>=3.0.0 <4.0.0'

web/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Pluto",
33
"description": "A beautiful new tab for your browser.",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"manifest_version": 3,
66
"short_name": "Pluto",
77
"content_security_policy": {

0 commit comments

Comments
 (0)