Skip to content

Commit 9b2fe02

Browse files
committed
Fix CHANGELOG.md
1 parent c4e347f commit 9b2fe02

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

app/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
---
99

10+
## [1.2.1] - 2025-05-20
11+
### Added
12+
- Support for opening http/https links also when typed inside the address bar. (contributed by [BardiyaFeili](https://github.com/BardiyaFeili))
13+
- Support for opening links by pressing enter. (contributed by [BardiyaFeili](https://github.com/BardiyaFeili))
14+
### Changed
15+
- Several edits to fix the Text Protocol(still not working correctly).
16+
### Removed
17+
- The "Go" button on the address bar. (contributed by [BardiyaFeili](https://github.com/BardiyaFeili))
18+
1019
## [1.2.0] - 2025-05-04
1120
### Added
1221
- Support for the Finger Protocol.

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "dev.parham.zapri"
1313
minSdk = 26
1414
targetSdk = 35
15-
versionCode = 16
16-
versionName = "1.2.0"
15+
versionCode = 17
16+
versionName = "1.2.1"
1717

1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
}

0 commit comments

Comments
 (0)