Skip to content

Commit 8ef3a5a

Browse files
committed
release(desktop): release v1.3.1
1 parent 63fb8d1 commit 8ef3a5a

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

apps/desktop/changelog/1.3.1.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# What's new in v1.3.1
2+
3+
## Shiny new things
4+
5+
- Supported French localization.
6+
7+
## Improvements
8+
9+
- Migrated error tracking to PostHog for better diagnostics.
10+
- Improved Japanese localization coverage.
11+
12+
## No longer broken
13+
14+
- Hardened external protocol handling to prevent potential security issues.
15+
- Fixed sorting crash when importing subscriptions with missing titles.
16+
17+
## Thanks
18+
19+
Special thanks to volunteer contributors @Kowyo and @q1uf3ng for their valuable contributions

apps/desktop/changelog/next.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,10 @@
22

33
## Shiny new things
44

5-
- Supported French localization.
6-
75
## Improvements
86

9-
- Migrated error tracking to PostHog for better diagnostics.
10-
- Improved Japanese localization coverage.
11-
127
## No longer broken
138

14-
- Hardened external protocol handling to prevent potential security issues.
15-
- Fixed sorting crash when importing subscriptions with missing titles.
16-
179
## Thanks
1810

19-
Special thanks to volunteer contributors @Kowyo and @q1uf3ng for their valuable contributions
11+
Special thanks to volunteer contributors @ for their valuable contributions

apps/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Folo",
33
"type": "module",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"private": true,
66
"description": "Follow everything in one place",
77
"author": "Folo Team",
@@ -86,5 +86,5 @@
8686
"vite-tsconfig-paths": "6.1.1"
8787
},
8888
"productName": "Folo",
89-
"mainHash": "b374030a0a6dc567b8e1bca1d6e51e40d55badefc1889f7a7320341892739256"
89+
"mainHash": "906a0b82e00829115764f36a38132f3774120c4bea764e3b1be8949f447ccb06"
9090
}

0 commit comments

Comments
 (0)