File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7+ ## [ 0.9.2] - 2025-01-25
8+
9+ - Add merchant boosts
10+ - Add comments screen
11+ - Speed up element search within an area
12+ - Show user location marker
13+ - Improve Material theme support
14+ - Remove Google blob from APK
15+ - Show more info on deleted elements
16+ - Add Polish translation
17+ - Add Brazilian translation
18+ - Fix issue with reports
19+ - Fix issue with distance units
20+ - Fix crashes under certain conditions
21+
22+ - Allow users to post merchant comments
23+ - Fix issue with cold sync
24+ - Add special icon for debug builds
25+ - Improve error handling
26+
727## [ 0.9.1] - 2025-01-18
828
929- Allow users to post merchant comments
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
1313 applicationId = " org.btcmap"
1414 minSdk = 29
1515 targetSdk = 35
16- versionCode = 53
17- versionName = " 0.9.1 "
16+ versionCode = 54
17+ versionName = " 0.9.2 "
1818 }
1919
2020 compileOptions {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ import area_element.AreaElementQueries
4141import area_element.AreaElementRepo
4242
4343val appModule = module {
44- single { Database (get<Context >().getDatabasePath(" btcmap-2025-01-22 .db" ).absolutePath).conn }
44+ single { Database (get<Context >().getDatabasePath(" btcmap-2025-01-25 .db" ).absolutePath).conn }
4545
4646 single { ApiImpl () }.bind(Api ::class )
4747
You can’t perform that action at this time.
0 commit comments