diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f7265..4781b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.3.0 + +### Features +* you can now toggle the theme + +### Fix +* add space at bottom to show complete review list +* change styling to look like github +* on logout, delete all store data +* add animation for loading state + ## 0.2.0 ### Features * rework application from react to svelte (reduce bundle size) diff --git a/README.md b/README.md index b235021..e172301 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An system tray app for showing your pull requested reviews. -![image](./docs/app.png) +![image](./website/static/screenshot.png) ## Development instructions diff --git a/docs/app.png b/docs/app.png deleted file mode 100644 index 6da1e3f..0000000 Binary files a/docs/app.png and /dev/null differ diff --git a/docs/icon.png b/docs/icon.png deleted file mode 100644 index 8b7e064..0000000 Binary files a/docs/icon.png and /dev/null differ diff --git a/index.html b/index.html index f0bd234..2f55359 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@