Skip to content

Commit 5b913c0

Browse files
committed
Upping version
1 parent 9516b80 commit 5b913c0

File tree

4 files changed

+47
-6
lines changed

4 files changed

+47
-6
lines changed

RELEASES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## What's Changed in 0.0.78
5+
## What's Changed in 0.0.79
66

7+
- Update baseline profiles by @MV-GH in [#1845](https://github.com/LemmyNet/jerboa/pull/1845)
8+
- Fixing changelog script. by @dessalines in [#1844](https://github.com/LemmyNet/jerboa/pull/1844)
79
- Add "Copy Image" action to Image context menu by @MV-GH in [#1840](https://github.com/LemmyNet/jerboa/pull/1840)
810
- Fix deprecation zoomable constructor by @MV-GH in [#1841](https://github.com/LemmyNet/jerboa/pull/1841)
911
- Adding weblate translations url. by @dessalines in [#1830](https://github.com/LemmyNet/jerboa/pull/1830)
@@ -30,7 +32,7 @@ All notable changes to this project will be documented in this file.
3032

3133
- @BingoKingo made their first contribution in [#1722](https://github.com/LemmyNet/jerboa/pull/1722)
3234

33-
**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.77...0.0.78
35+
**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.77...0.0.79
3436

3537
## What's Changed in 0.0.77
3638

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
namespace = "com.jerboa"
2424
minSdk = 26
2525
targetSdk = 35
26-
versionCode = 78
27-
versionName = "0.0.78"
26+
versionCode = 79
27+
versionName = "0.0.79"
2828

2929
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3030
vectorDrawables {

app/src/main/assets/RELEASES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## What's Changed in 0.0.78
5+
## What's Changed in 0.0.79
66

7+
- Update baseline profiles by @MV-GH in [#1845](https://github.com/LemmyNet/jerboa/pull/1845)
8+
- Fixing changelog script. by @dessalines in [#1844](https://github.com/LemmyNet/jerboa/pull/1844)
79
- Add "Copy Image" action to Image context menu by @MV-GH in [#1840](https://github.com/LemmyNet/jerboa/pull/1840)
810
- Fix deprecation zoomable constructor by @MV-GH in [#1841](https://github.com/LemmyNet/jerboa/pull/1841)
911
- Adding weblate translations url. by @dessalines in [#1830](https://github.com/LemmyNet/jerboa/pull/1830)
@@ -30,6 +32,6 @@ All notable changes to this project will be documented in this file.
3032

3133
- @BingoKingo made their first contribution in [#1722](https://github.com/LemmyNet/jerboa/pull/1722)
3234

33-
**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.77...0.0.78
35+
**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.77...0.0.79
3436

3537
<!-- generated by git-cliff -->
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## What's Changed in 0.0.79
6+
7+
- Update baseline profiles by @MV-GH in [#1845](https://github.com/LemmyNet/jerboa/pull/1845)
8+
- Fixing changelog script. by @dessalines in [#1844](https://github.com/LemmyNet/jerboa/pull/1844)
9+
- Add "Copy Image" action to Image context menu by @MV-GH in [#1840](https://github.com/LemmyNet/jerboa/pull/1840)
10+
- Fix deprecation zoomable constructor by @MV-GH in [#1841](https://github.com/LemmyNet/jerboa/pull/1841)
11+
- Adding weblate translations url. by @dessalines in [#1830](https://github.com/LemmyNet/jerboa/pull/1830)
12+
- Add ko-fi by @dessalines in [#1826](https://github.com/LemmyNet/jerboa/pull/1826)
13+
- Fixes #1755 Keyboard still open after creating comment by @MV-GH in [#1825](https://github.com/LemmyNet/jerboa/pull/1825)
14+
- Fixes #1748 Extra padding above IME keyboard by @MV-GH in [#1824](https://github.com/LemmyNet/jerboa/pull/1824)
15+
- Add Android 15 SDK support, Configure Android lint, deprecation fixes by @MV-GH in [#1823](https://github.com/LemmyNet/jerboa/pull/1823)
16+
- Add Lemmy Donation Dialog by @iByteABit256 in [#1813](https://github.com/LemmyNet/jerboa/pull/1813)
17+
- Add Image Proxy endpoint support to Share/Download actions by @MV-GH in [#1814](https://github.com/LemmyNet/jerboa/pull/1814)
18+
- Fixes: Webp images using image_proxy can't be saved in Android 10+ by @MV-GH in [#1801](https://github.com/LemmyNet/jerboa/pull/1801)
19+
- Fix rare crash on switching account #1757 by @MV-GH in [#1758](https://github.com/LemmyNet/jerboa/pull/1758)
20+
- Fixing bug with torrent magnet link posts. by @dessalines in [#1724](https://github.com/LemmyNet/jerboa/pull/1724)
21+
- Adding an image upload button for custom thumbnails. by @dessalines in [#1725](https://github.com/LemmyNet/jerboa/pull/1725)
22+
- Create strings.xml (zh) by @BingoKingo in [#1722](https://github.com/LemmyNet/jerboa/pull/1722)
23+
- Redesign for blocks screen by @rodrigo-fm in [#1718](https://github.com/LemmyNet/jerboa/pull/1718)
24+
- Bump LemmyApi to Support Lemmy 0.19.7 Features by @MV-GH in [#1719](https://github.com/LemmyNet/jerboa/pull/1719)
25+
- Fixing signing config. by @dessalines in [#1708](https://github.com/LemmyNet/jerboa/pull/1708)
26+
- Update Norwegian Nynorsk translation by @huftis in [#1695](https://github.com/LemmyNet/jerboa/pull/1695)
27+
- Adding the ability to export / import the database. by @dessalines in [#1685](https://github.com/LemmyNet/jerboa/pull/1685)
28+
- Running renovate every weekend. by @dessalines in [#1686](https://github.com/LemmyNet/jerboa/pull/1686)
29+
- Updating git cliff. by @dessalines in [#1682](https://github.com/LemmyNet/jerboa/pull/1682)
30+
31+
## New Contributors
32+
33+
- @BingoKingo made their first contribution in [#1722](https://github.com/LemmyNet/jerboa/pull/1722)
34+
35+
**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.77...0.0.79
36+
37+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)