3.7 KiB
3.7 KiB
Changelog
This project adheres to Semantic Versioning and the format is based on Keep a Changelog.
The first release is 3.0.0 because this is actually the third major version (completely rewritten) of the software.
Unreleased
- Fixed crash on startup or if checking for updates without an internet connection (#23)
3.2.1 - 2020-04-25
Added
- Add some basic logging to the application. Also for severe errors, track them in info.log file in local folder.
- Add Raspberry PI support (#18, #20)
Fixed
- Support new
JSONformat for some forecast data (#21). - Fixed categorization for very low x-ray flux according to NOAA format.
- Remove the
exclusiveparameter in a PyQt function (#16).
3.2.0 - 2019-12-14
Added
- The default font can be changed (#14).
- Move
ThemesintoSettings. - Better settings management in
settings.json.
Fixed
- Fix a bug in the space weather. An inactive k-index caused a crash.
3.1.0 - 2019-10-21
Added
- Automatic updates. From this version Artemis can update itself if a new version is available. Works only when running the executable version (disabled when running from source). The feature is partially unavailable for Mac, you can only download the new version.
- The software version displayed has now a
.Devappended when running from script (e.g. 3.1.0.Dev) to differentiate from an actual binary executable. The.Devthus implies that the running version of the software could not correspond to a particular release. - The
*.specfiles can be executed without copying the source code into their folder. - Add a link to the GitHub repository in the action bar.
- Add support for signals with multiple-value acf (#9). This partially breaks the backward compatibility because the database changed structure.
Fixed
- Adding the
Artemisfolder toPATHas the expected behaviour. Prior to this fix, Artemis could not find theDataandthemesfolders if started from outside theArtemisfolder. - The audio buttons are of the same dimension also for high resolution screens (#13)
- An audio sample can be paused and a different one can be played without a program crash (#12)
3.0.1 - 2019-8-1
Added
- The audio player has now a loop button (#3).
- The project has now a Changelog file.
Fixed
- Added SSL certificates for all downloads. Avoid a crash of the program for certain systems (#6).
- Start the application in maximized mode. The label in the propagation data are well displayed (#7).
- Compile the executable for Linux on an older version to avoid GLIBC compatibilities issues (#8).
3.0.0 - 2019-07-23
First release.