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 5ec63b4 commit ca861feCopy full SHA for ca861fe
CHANGELOG.md
@@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5
6
## [Unreleased]
7
8
+## [25.11]
9
+
10
+### Changed
11
12
+- optimization for big repo
13
+ - use fts in libsql
14
+ - use a padger (only load notes visibles)
15
16
+### Added
17
18
+- cloning page
19
+- pat authentification
20
+- default path for new notes
21
22
## [25.08]
23
24
### Changed
app/build.gradle.kts
@@ -50,8 +50,8 @@ android {
50
applicationId = "io.github.wiiznokes.gitnote"
51
minSdk = 30
52
targetSdk = 36
53
- versionCode = 10
54
- versionName = "25.09"
+ versionCode = 11
+ versionName = "25.11"
55
56
buildConfigField(
57
"String",
0 commit comments