Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit af296ff

Browse files
release v0.5.0
1 parent c08d3cf commit af296ff

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

TODO.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,22 @@
1919
## v0.5.0
2020
* ~~hourly forecast usability improvement~~
2121
* ~~show weather icon for hourly forecast~~
22-
* Only change icons if data has changed
22+
* ~~Only change icons if data has changed~~
2323
* ~~Open at startup option~~
24-
* Clean up code
24+
* ~~Clean up code~~
2525
* ~~forecast graph color bug~~
2626
* ~~forecast timezone bug~~
27-
* forecast offset bug
2827
* ~~outsource configs~~
2928
* ~~Windows menubar icon white~~
3029
* ~~Support keyboard functions~~
3130
* ~~Favorite city~~
3231
* ~~Number counting animation~~
32+
* ~~Auto updater~~
3333

3434
## v0.6.0
35+
* forecast offset bug
3536
* city autocomplete
36-
* auto updates
37+
* city history
3738
* testing
3839
* web demo
3940
* Open external browser

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "temps",
33
"productName": "Temps",
44
"website": "https://jackd248.github.io/temps/",
5-
"version": "0.4.0",
5+
"version": "0.5.0",
66
"icon": "assets/app.png",
77
"description": "A simple but smart menubar weather app",
88
"main": "app.js",

0 commit comments

Comments
 (0)