Skip to content

Commit 35db8ba

Browse files
committed
bump to 0.0.2-alpha
1 parent 58762ae commit 35db8ba

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.0.2-alpha] - 2026/07/04
6+
57
### Added
68
- Confirmation dialogs to follow/unfollow
79
- Ability to bite posts (Iceshrimp.NET)
@@ -18,12 +20,12 @@
1820
- Post timestamps now update every 10 seconds
1921
- Make default visibility a per-user setting
2022
- Add host to account switcher
21-
- Fix state performance bugs
2223

2324
### Fixed
2425
- Don't include dependency metadata in built APKs
2526
- Contrast on like button in light mode
2627
- Bubble timeline on iceshrimp-js
28+
- State performance bugs
2729

2830
## [0.0.1-alpha] - 2026/07/01
2931
Initial alpha release, too much to mention here. Check out the [feature matrix](https://github.com/ihateblueb/snowdrop/wiki/Feature-Matrix/672b7003dd142f90466358e19831a45a5dfeaba0) as it was when this release was published to see what was supported :3

androidApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId = "site.remlit.snowdrop"
2929
minSdk = libs.versions.android.minSdk.get().toInt()
3030
targetSdk = libs.versions.android.targetSdk.get().toInt()
31-
versionCode = 1
32-
versionName = "0.0.1-alpha"
31+
versionCode = 2
32+
versionName = "0.0.2-alpha"
3333
}
3434
packaging {
3535
resources {

0 commit comments

Comments
 (0)