Files
Artemis/CHANGELOG.md
Alessandro 44747464da Add a GitHub link. Also improve .spec files (no need to copy
source files). Also distinguish from running binary or script
in the displayed version.
2019-09-07 23:34:58 +02:00

2.1 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

Added

  • The software version displayed has now a .Dev appended when running from script (e.g. 3.1.0.Dev) to differentiate from an actual binary executable. The .Dev thus implies that the running version of the software could not correspond to a particular release.
  • The *.spec files files can be executed without copying the source code in their folder.
  • Add a link to the GitHub repository in the action bar.
  • Add support for signals with multiple-value acf (#9). This breaks the backward compatibility because the database changed structure.

Fixed

  • 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.