Skip to content

Commit 7dec2bb

Browse files
authored
chore: Prepare release 3.3.0 (versionCode 44) (#2041)
1 parent d97a320 commit 7dec2bb

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Pachli changelog
22

3+
## v3.3.0
4+
5+
### New features and other improvements
6+
7+
- Allow multiple simultaneous "compose" tasks (#[2001](https://github.com/pachli/pachli-android/pull/2001), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
8+
9+
### Significant bug fixes
10+
11+
- Move the "Toot" button to top right (#[2034](https://github.com/pachli/pachli-android/pull/2034), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
12+
- Don't crash if getMostRecentNStatusIds returns 0 IDs (#[2027](https://github.com/pachli/pachli-android/pull/2027), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
13+
- Don't crash if bio of suggested account is empty (#[2026](https://github.com/pachli/pachli-android/pull/2026), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
14+
- Ignore quote, quote_update notifications with a missing status (#[2020](https://github.com/pachli/pachli-android/pull/2020), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
15+
- Show animated avatars in preview card bylines (#[2019](https://github.com/pachli/pachli-android/pull/2019), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
16+
- Prevent OOM, actually prune the database (#[2012](https://github.com/pachli/pachli-android/pull/2012), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
17+
- Prevent crash when scrolling through notifications (#[2011](https://github.com/pachli/pachli-android/pull/2011), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
18+
19+
### Translations
20+
21+
- Update Estonian translations ([Priit Jõerüüt](https://github.com/pachli/pachli-android/[email protected]))
22+
- Update French translations ([Terry L](https://github.com/pachli/pachli-android/[email protected]))
23+
- Update German translations ([Kachelkaiser](https://github.com/pachli/pachli-android/[email protected]))
24+
- Update German translations ([Thomas Cloer](https://github.com/pachli/pachli-android/[email protected]))
25+
- Update Irish translations ([Aindriú Mac Giolla Eoin](https://github.com/pachli/pachli-android/[email protected]))
26+
- Update Latvian translations ([Edgars Andersons](https://github.com/pachli/pachli-android/[email protected]))
27+
- Update Slovak translations ([Russssty](https://github.com/pachli/pachli-android/[email protected]))
28+
- Update Spanish translations ([Juan M Sevilla](https://github.com/pachli/pachli-android/[email protected]))
29+
330
## v3.2.4
431

532
### Significant bug fixes

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ android {
3333

3434
defaultConfig {
3535
applicationId = "app.pachli"
36-
versionCode = 43
37-
versionName = "3.2.4"
36+
versionCode = 44
37+
versionName = "3.3.0"
3838

3939
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4040
testInstrumentationRunnerArguments["disableAnalytics"] = "true"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Pachli 3.3.0
2+
3+
See https://github.com/pachli/pachli-android/releases/tag/v3.3.0

0 commit comments

Comments
 (0)