Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-12-21 | 1.2 kB | |
Version 2.1.01 source code.tar.gz | 2023-12-21 | 831.2 kB | |
Version 2.1.01 source code.zip | 2023-12-21 | 1.7 MB | |
Totals: 3 Items | 2.5 MB | 1 |
New Features 🎉
Patch Release
This release is a patch to address issues with the API endpoints used by the UI.
Fixes 🔧
- Fixed an issue with uploading DataPackages from the UI.
- Fixed a bug where deleting DataPackages from the UI was not functioning properly.
- Resolved an issue where the DataPackage list contained references to excheck templates.
Installation 💻
You can update your FTS using the Pip Update system. No need to reinstall! Simply run:
:::bash
pip install --upgrade FreeTAKServer
What's Changed 📝
- Fix github actions to upload to GHCR by @RadioAndrea in https://github.com/FreeTAKTeam/FreeTakServer/pull/652
- Allow container action to be triggered manually for a "latest" release by @RadioAndrea in https://github.com/FreeTAKTeam/FreeTakServer/pull/653
- Reverting changes to setup.py by @brian7704 in https://github.com/FreeTAKTeam/FreeTakServer/pull/648
- added action changes by @naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/658
- 657 datapackages endpoint bugs by @naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/659
Full Changelog: https://github.com/FreeTAKTeam/FreeTakServer/compare/v2.1...v2.1.01