Skip to content

Commit a1aed59

Browse files
authored
Merge pull request #58 from Gitification-App/main
Release 1.2.0
2 parents a1859ed + fd8c9a5 commit a1aed59

23 files changed

+723
-928
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 1.2.0
2+
- Added right click menu to repository titles.
3+
- Refactored ugly spaghetti code to a maintainable good looking code.
4+
- Fixed scroll padding on home page.
5+
- Fixed a bug if user has `mark as read on open` enabled and clicks a selected notification the notification stays selected in data and confuses the app.
6+
- Fixed a bug if user has `show read notifications` and marks or unsubscribes a notification it gets deleted (it should just become read).
7+
18
### 1.1.3
29
- Fixed content background for mac.
310

@@ -12,7 +19,7 @@
1219
- `Retry` button of Oopsie error now shows skeletons on refresh.
1320

1421
### 1.1.0
15-
- Now wowerlay has in-app updater, you don't have to download updates manually anymore.
22+
- Now Gitification has in-app updater, you don't have to download updates manually anymore.
1623
- Fixed a bug preventing opening read notifications on browser.
1724
- Added light and dark theme support, by default Gitification will choose system color.
1825
- Updated settings page to be more ergonomic.

package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitification",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"type": "module",
55
"scripts": {
66
"dev": "run-p vite:dev devtools",
@@ -24,15 +24,13 @@
2424
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
2525
"vue": "^3.3.4",
2626
"vue-selectable-items": "^1.0.1",
27-
"wowerlay": "1.0.0-beta.10"
27+
"wowerlay": "1.0.2"
2828
},
2929
"files": [
3030
"README.md",
3131
"package.json"
3232
],
3333
"devDependencies": {
34-
"@actions/core": "^1.10.0",
35-
"@actions/github": "^5.1.1",
3634
"@antfu/eslint-config": "^0.39.5",
3735
"@iconify-json/octicon": "^1.1.30",
3836
"@iconify-json/ph": "^1.1.4",
@@ -43,12 +41,10 @@
4341
"async-mutex": "^0.4.0",
4442
"eslint": "^8.38.0",
4543
"eslint-plugin-unicorn": "^47.0.0",
46-
"execa": "^6.1.0",
4744
"focus-visible": "^5.2.0",
4845
"hotkeys-js": "^3.10.1",
4946
"npm-run-all": "^4.1.5",
5047
"sass": "^1.57.1",
51-
"tsx": "^3.12.3",
5248
"typescript": "^4.6.4",
5349
"unplugin-icons": "^0.15.2",
5450
"vite": "^4.0.0",

0 commit comments

Comments
 (0)