File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments