Skip to content

Commit ca861fe

Browse files
committed
new release
1 parent 5ec63b4 commit ca861fe

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
55

66
## [Unreleased]
77

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+
822
## [25.08]
923

1024
### Changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ android {
5050
applicationId = "io.github.wiiznokes.gitnote"
5151
minSdk = 30
5252
targetSdk = 36
53-
versionCode = 10
54-
versionName = "25.09"
53+
versionCode = 11
54+
versionName = "25.11"
5555

5656
buildConfigField(
5757
"String",

0 commit comments

Comments
 (0)