2019-08-21 22:11:02 +02:00
|
|
|
# Changelog
|
2019-02-01 14:31:44 +01:00
|
|
|
|
2019-08-21 22:11:02 +02:00
|
|
|
All notable changes to this project will be documented in this file.
|
2019-08-15 10:54:19 +02:00
|
|
|
|
2019-08-21 22:11:02 +02:00
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
2019-08-15 10:54:19 +02:00
|
|
|
|
2019-08-22 01:48:58 +02:00
|
|
|
## [Unreleased]
|
2020-12-15 17:26:00 +01:00
|
|
|
|
|
|
|
For a more complete overview, see the [2.0
|
|
|
|
milestone](https://gitlab.com/fdroid/fdroidserver/-/milestones/10)
|
|
|
|
|
2019-08-22 01:48:58 +02:00
|
|
|
### Added
|
2020-12-15 17:26:00 +01:00
|
|
|
* `fdroid update` inserts donation links based on upstream's _FUNDING.yml_
|
|
|
|
([!754](https://gitlab.com/fdroid/fdroidserver/merge_requests/754))
|
|
|
|
* Stable, public API for most useful functions
|
|
|
|
([!798](https://gitlab.com/fdroid/fdroidserver/merge_requests/798))
|
|
|
|
* Load with any YAML lib and use with the API, no more custom parser needed
|
|
|
|
([!826](https://gitlab.com/fdroid/fdroidserver/merge_requests/826))
|
|
|
|
([!838](https://gitlab.com/fdroid/fdroidserver/merge_requests/838))
|
|
|
|
* _config.yml_ for a safe, easy, standard configuration format
|
2019-08-22 01:48:58 +02:00
|
|
|
([!663](https://gitlab.com/fdroid/fdroidserver/merge_requests/663))
|
2020-12-15 17:26:00 +01:00
|
|
|
* Config options can be set from environment variables using this syntax:
|
|
|
|
`keystorepass: {env: keystorepass}`
|
2019-08-28 13:42:40 +02:00
|
|
|
([!669](https://gitlab.com/fdroid/fdroidserver/merge_requests/669))
|
2020-12-15 17:26:00 +01:00
|
|
|
* Add SHA256 to filename of repo graphics
|
|
|
|
([!669](https://gitlab.com/fdroid/fdroidserver/merge_requests/669))
|
|
|
|
* Support for srclibs metadata in YAML format
|
2020-04-09 11:41:15 +02:00
|
|
|
([!700](https://gitlab.com/fdroid/fdroidserver/merge_requests/700))
|
2020-12-15 17:26:00 +01:00
|
|
|
* Check srclibs and app-metadata files with yamllint
|
2020-04-25 15:59:51 +02:00
|
|
|
([!721](https://gitlab.com/fdroid/fdroidserver/merge_requests/721))
|
2020-12-15 17:26:00 +01:00
|
|
|
* Added plugin system for adding subcommands to `fdroid`
|
|
|
|
([!709](https://gitlab.com/fdroid/fdroidserver/merge_requests/709))
|
|
|
|
* `fdroid update`, `fdroid publish`, and `fdroid signindex` now work
|
|
|
|
with SmartCard HSMs, specifically the NitroKey HSM
|
|
|
|
([!779](https://gitlab.com/fdroid/fdroidserver/merge_requests/779))
|
|
|
|
([!782](https://gitlab.com/fdroid/fdroidserver/merge_requests/782))
|
|
|
|
* `fdroid update` support for Triple-T Gradle Play Publisher v2.x
|
|
|
|
([!683](https://gitlab.com/fdroid/fdroidserver/merge_requests/683))
|
2019-08-22 01:48:58 +02:00
|
|
|
|
|
|
|
### Fixed
|
2020-12-15 17:26:00 +01:00
|
|
|
* Smoother process for signing APKs with `apksigner`
|
|
|
|
([!736](https://gitlab.com/fdroid/fdroidserver/merge_requests/736))
|
|
|
|
([!821](https://gitlab.com/fdroid/fdroidserver/merge_requests/821))
|
|
|
|
* All parts except _build_ and _publish_ work without the Android SDK
|
|
|
|
([!821](https://gitlab.com/fdroid/fdroidserver/merge_requests/821))
|
|
|
|
* Description: is now passed to clients unchanged, no HTML conversion
|
|
|
|
([!828](https://gitlab.com/fdroid/fdroidserver/merge_requests/828))
|
|
|
|
* Lots of improvements for scanning for proprietary code and trackers
|
|
|
|
([!748](https://gitlab.com/fdroid/fdroidserver/merge_requests/748))
|
|
|
|
([!REPLACE](https://gitlab.com/fdroid/fdroidserver/merge_requests/REPLACE))
|
|
|
|
([!844](https://gitlab.com/fdroid/fdroidserver/merge_requests/844))
|
|
|
|
* `fdroid mirror` now generates complete, working local mirror repos
|
2019-10-15 15:19:18 +02:00
|
|
|
* fix build-logs dissapearing when deploying
|
|
|
|
([!685](https://gitlab.com/fdroid/fdroidserver/merge_requests/685))
|
2019-08-30 21:08:43 +02:00
|
|
|
* do not crash when system encoding can not be retrieved
|
|
|
|
([!671](https://gitlab.com/fdroid/fdroidserver/merge_requests/671))
|
2019-08-22 01:48:58 +02:00
|
|
|
* checkupdates: UpdateCheckIngore gets properly observed now
|
|
|
|
([!659](https://gitlab.com/fdroid/fdroidserver/merge_requests/659),
|
|
|
|
[!660](https://gitlab.com/fdroid/fdroidserver/merge_requests/660))
|
2019-08-27 15:43:20 +02:00
|
|
|
* keep yaml metadata when rewrite failed
|
|
|
|
([!658](https://gitlab.com/fdroid/fdroidserver/merge_requests/658))
|
2019-08-22 01:48:58 +02:00
|
|
|
* import: `template.yml` now supports omitting values
|
|
|
|
([!657](https://gitlab.com/fdroid/fdroidserver/merge_requests/657))
|
|
|
|
* build: deploying buildlogs with rsync
|
|
|
|
([!651](https://gitlab.com/fdroid/fdroidserver/merge_requests/651))
|
2020-09-24 17:43:59 +02:00
|
|
|
* `fdroid init` generates PKCS12 keystores, drop Java < 8 support
|
|
|
|
([!801](https://gitlab.com/fdroid/fdroidserver/-/merge_requests/801))
|
2020-12-15 17:26:00 +01:00
|
|
|
* Parse Version Codes specified in hex
|
|
|
|
([!692](https://gitlab.com/fdroid/fdroidserver/-/merge_requests/692))
|
|
|
|
* Major refactoring on core parts of code to be more Pythonic
|
|
|
|
([!756](https://gitlab.com/fdroid/fdroidserver/-/merge_requests/756))
|
2021-01-23 19:36:15 +01:00
|
|
|
* `fdroid init` now works when installed with pip
|
2019-08-22 01:48:58 +02:00
|
|
|
|
2020-07-03 22:29:56 +02:00
|
|
|
### Removed
|
2020-12-15 17:26:00 +01:00
|
|
|
* Removed all support for _.txt_ and _.json_ metadata
|
2020-07-03 22:29:56 +02:00
|
|
|
([!772](https://gitlab.com/fdroid/fdroidserver/-/merge_requests/772))
|
2020-12-15 17:26:00 +01:00
|
|
|
* dropped support for Debian 8 _jessie_ and 9 _stretch_
|
|
|
|
* dropped support for Ubuntu releases older than bionic 18.04
|
|
|
|
* dropped `fdroid server update` and `fdroid server init`,
|
|
|
|
use `fdroid deploy`
|
|
|
|
* `fdroid dscanner` was removed.
|
|
|
|
([!711](https://gitlab.com/fdroid/fdroidserver/-/merge_requests/711))
|
2020-10-06 16:35:07 +02:00
|
|
|
* `make_current_version_link` is now off by default
|
2020-12-15 17:26:00 +01:00
|
|
|
* Dropped `force_build_tools` config option
|
|
|
|
([!797](https://gitlab.com/fdroid/fdroidserver/-/merge_requests/797))
|
|
|
|
* Dropped `accepted_formats` config option, there is only _.yml_ now
|
|
|
|
([!818](https://gitlab.com/fdroid/fdroidserver/-/merge_requests/818))
|
|
|
|
* `Provides:` was removed as a metadata field
|
|
|
|
([!654](https://gitlab.com/fdroid/fdroidserver/-/merge_requests/654))
|
|
|
|
* Remove unused `latestapps.dat`
|
|
|
|
([!794](https://gitlab.com/fdroid/fdroidserver/-/merge_requests/794))
|
|
|
|
|
2020-07-03 22:29:56 +02:00
|
|
|
|
2019-08-21 22:11:02 +02:00
|
|
|
## [1.1.4] - 2019-08-15
|
|
|
|
### Fixed
|
|
|
|
* include bitcoin validation regex required by fdroiddata
|
2019-08-15 10:54:19 +02:00
|
|
|
* merged Debian patches to fix test suite there
|
|
|
|
|
2019-08-21 22:11:02 +02:00
|
|
|
## [1.1.3] - 2019-07-03
|
|
|
|
### Fixed
|
2019-08-15 10:54:19 +02:00
|
|
|
* fixed test suite when run from source tarball
|
|
|
|
* fixed test runs in Debian
|
|
|
|
|
2019-08-21 22:11:02 +02:00
|
|
|
## [1.1.2] - 2019-03-29
|
|
|
|
### Fixed
|
2019-08-22 01:48:58 +02:00
|
|
|
* fix bug while downloading repo index
|
|
|
|
([!636](https://gitlab.com/fdroid/fdroidserver/merge_requests/636))
|
2019-08-15 10:54:19 +02:00
|
|
|
|
2019-08-21 22:11:02 +02:00
|
|
|
## [1.1.1] - 2019-02-03
|
|
|
|
### Fixed
|
2019-02-01 14:31:44 +01:00
|
|
|
* support APK Signature v2 and v3
|
|
|
|
* all SDK Version values are output as integers in the index JSON
|
|
|
|
* take graphics from Fastlane dirs using any valid RFC5646 locale
|
|
|
|
* print warning if not running in UTF-8 encoding
|
|
|
|
* fdroid build: hide --on-server cli flag
|
|
|
|
|
2019-08-21 22:11:02 +02:00
|
|
|
## [1.1] - 2019-01-28
|
|
|
|
### Fixed
|
2019-02-01 14:31:44 +01:00
|
|
|
* a huge update with many fixes and new features:
|
|
|
|
https://gitlab.com/fdroid/fdroidserver/milestones/7
|
|
|
|
* can run without and Android SDK installed
|
|
|
|
* much more reliable operation with large binary APK collections
|
|
|
|
* sync all translations, including newly added languages: hu it ko pl pt_PT ru
|
|
|
|
* many security fixes, based on the security audit
|
|
|
|
* NoSourceSince automatically adds SourceGone Anti-Feature
|
|
|
|
* aapt scraping works with all known aapt versions
|
|
|
|
* smoother mirror setups
|
|
|
|
* much faster `fdroid update` when using androguard
|
2019-08-21 22:11:02 +02:00
|
|
|
|
|
|
|
[Unreleased]: https://gitlab.com/fdroid/fdroidserver/compare/1.1.4...master
|
|
|
|
[1.1.4]: https://gitlab.com/fdroid/fdroidserver/compare/1.1.3...1.1.4
|
|
|
|
[1.1.3]: https://gitlab.com/fdroid/fdroidserver/compare/1.1.2...1.1.3
|
|
|
|
[1.1.2]: https://gitlab.com/fdroid/fdroidserver/compare/1.1.1...1.1.2
|
|
|
|
[1.1.1]: https://gitlab.com/fdroid/fdroidserver/compare/1.1...1.1.1
|
|
|
|
[1.1]: https://gitlab.com/fdroid/fdroidserver/tags/1.1
|