Hans-Christoph Steiner
ad960c6ecd
remove last maven:
quirks and make it always a string
...
It turns out that the maven: field was originally declared as a TYPE_STRING,
given that it was not given a different type in metadata.py's flagtypes.
The code was confused because it was given a default value of `False` rather
than `None` as the rest of the TYPE_STRING fields have.
This construct in build.py means maven: should always be a string:
if '@' in build.maven:
maven_dir = os.path.join(root_dir, build.maven.split('@', 1)[1])
else:
maven_dir = root_dir
2023-04-24 11:08:48 +02:00
Hans-Christoph Steiner
e093d471f8
update CHANGELOG for 2.2.1
2023-03-09 13:58:14 +01:00
Hans-Christoph Steiner
71a5d33104
update CHANGELOG for 2.2.0; include missing entries
2023-02-20 21:56:22 +01:00
Hans-Christoph Steiner
74cb0e3d59
update CHANGELOG
2021-07-01 17:21:26 +02:00
Benedikt Brückmann
b220ddc555
Fix: Changelog.md dates incorrect year
...
closes fdroid/fdroidserver#896
2021-05-03 09:59:29 +02:00
Hans-Christoph Steiner
a3d828ea48
update CHANGELOG
2021-03-11 08:43:57 +01:00
Hans-Christoph Steiner
682761e75d
setup changelog and version for development
2021-02-02 13:54:22 +01:00
Hans-Christoph Steiner
fa186c40c4
version 2.0
2021-02-01 22:50:36 +01:00
Hans-Christoph Steiner
f48ea06adb
add final release language list
2021-01-29 13:22:34 +01:00
Hans-Christoph Steiner
32a0c61010
init: enable apksigner by default if it is found
2021-01-28 22:25:33 +01:00
Hans-Christoph Steiner
f527b17715
sync repo examples with defaults and comment out example repo settings
...
!359
2021-01-24 09:26:11 +01:00
Hans-Christoph Steiner
097b77ee2b
update CHANGELOG
...
https://gitlab.com/fdroid/fdroidserver/-/milestones/10
2021-01-15 15:11:26 +01:00
Hans-Christoph Steiner
ae3c9c0552
change make_current_version_link to default to False
...
This is semi-broken and barely used, it should be off by default for 2.0.
2020-10-08 08:10:36 +02:00
Hans-Christoph Steiner
94dc6b46c1
update CHANGELOG with PKCS12 keystore changes
2020-09-24 17:43:59 +02:00
Michael Pöhn
40cbbd3173
update changelog: remove txt metadata support
2020-08-20 20:40:15 +02:00
Michael Pöhn
8285f3d759
add changelog entry for yamllint feature
2020-04-25 15:59:51 +02:00
Michael Pöhn
8344e510f6
yml srclibs: changelog
2020-04-16 11:31:59 +02:00
Michael Pöhn
7fa3c34e5b
update tests for fixed log deployment+changelog
2019-10-15 15:19:18 +02:00
Michael Pöhn
79d470934d
Update CHANGELOG.md
2019-08-30 19:08:43 +00:00
Hans-Christoph Steiner
70e7e720b9
update: use graphics filename with hash in index to support caching
...
Using a filename based on the hash of the contents means that the caching
algorithms for fdroidclient and browsers can safely cache the file forever
using the filename, since this guarantees that the contents will never
change for a given filename.
This does not cover screenshots, only icon.png, featureGraphic.png,
tvBanner.png, and promoGraphic.png.
fdroidserver#689
fdroid-website!453
2019-08-29 08:23:51 +02:00
Michael Pöhn
9cb43f44b9
add changelog entry for !658
2019-08-27 15:43:20 +02:00
Michael Pöhn
6b5fb27532
add some missing items to CHANGELOG.md
2019-08-22 01:48:58 +02:00
Michael Pöhn
fd2a9d07ca
format CHANGELOG.md to conform with _keep a changelog_ v1.0.0
2019-08-21 22:11:02 +02:00
Hans-Christoph Steiner
b40906d148
update CHANGELOG for v1.1.4
2019-08-15 10:54:19 +02:00
Hans-Christoph Steiner
43f8c29cc6
add CHANGELOG
2019-02-03 15:50:39 +01:00