We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdc2cc commit 451f360Copy full SHA for 451f360
1 file changed
changelogs/v1.2.0.md
@@ -0,0 +1,15 @@
1
+# v1.2.0
2
+
3
+This release primarily serves as a foundation for the upcoming server mode, bringing a few visual adjustments alongside
4
+significant internal preparation. Unlike the current standalone mode, the server mode will store metadata and profile
5
+data remotely rather than locally. This shift reduces local storage requirements (saving 1GB+ of space) in exchange for
6
+a minor increase in latency, while enabling seamless profile and watch history synchronization across multiple devices.
7
8
+## New features
9
10
+- Implement a new Profile Management system
11
+- Rework of the Preference view
12
13
+## Fixed
14
15
+- Performing security audits of project dependencies and updating them
0 commit comments