We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c06e4b commit fb82ce4Copy full SHA for fb82ce4
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 1.3.0
2
+ - Updated Wowerlay to 1.1.0 to fix some bugs.
3
+ - Added select language option to settings page (en and tr for now).
4
+
5
### 1.2.0
6
- Added right click menu to repository titles.
7
- Refactored ugly spaghetti code to a maintainable good looking code.
package.json
@@ -1,6 +1,6 @@
{
"name": "gitification",
- "version": "1.2.0",
+ "version": "1.3.0",
"type": "module",
"scripts": {
"dev": "run-p vite:dev devtools",
src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
8
},
9
"package": {
10
"productName": "Gitification",
11
- "version": "1.2.0"
+ "version": "1.3.0"
12
13
"tauri": {
14
"systemTray": {
0 commit comments