Compare commits

...

4 Commits

Author SHA1 Message Date
aminecmi
e2411c00d8 Shorter description. 2022-09-08 19:00:19 +02:00
aminecmi
0473a5f7bc Changelog. 2022-09-07 21:43:46 +02:00
aminecmi
d0d6a4378c Trying to fix fdroid build. 2022-09-07 21:24:38 +02:00
aminecmi
1dfa3c9f07 Version scripts. 2022-09-07 20:24:19 +02:00
6 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,14 @@
# V2/Multiplatform rewrite
**v1**
- The app has the same functionalities as before.
--------------------------------------------------------------------
# Old version changes
**1.7.x**
- Hiding tags with 0 articles

View File

@ -93,7 +93,7 @@ android {
}
flavorDimensions.add("build")
productFlavors {
create("github") {
create("githubConfig") {
versionNameSuffix = "-github"
dimension = "build"
}

View File

@ -2,7 +2,7 @@
git fetch --tags -p
BASE_VERSION="1.7"
BASE_VERSION="1"
LAST_TAG=$(git tag -l | sort -V | tail -1)
INITIAL_VERSION="${BASE_VERSION//./}$(date '+%y%m%j')"

View File

@ -1,3 +1 @@
A new RSS reader for <a href="http://selfoss.aditu.de/">selfoss</a>.
It connects to your selfoss instance (works only with selfoss, and can't work without it), and you'll be able to read and manage all your RSS feeds.