Release 0.8.0

New colour theme presets (Red, Neon 80s, and the rainbow-background Pride),
plus a per-region memory-usage summary printed after every build.

Bump version to 0.8.0.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Marcus Kida 2026-07-14 14:48:17 +02:00
parent 3ec4eafbc9
commit 3fe33b931d
2 changed files with 7 additions and 3 deletions

View file

@ -7,6 +7,10 @@ single running list until the first versioned release.
## Unreleased ## Unreleased
_Nothing yet._
## 0.8.0
- **Three new theme presets** (Display Options → "Theme"): **Red** (black-on-red - **Three new theme presets** (Display Options → "Theme"): **Red** (black-on-red
day / red-on-black night); **Neon 80s**, an 80s-synthwave palette that maps day / red-on-black night); **Neon 80s**, an 80s-synthwave palette that maps
several neon colours (cyan, magenta, violet, green, yellow) across the several neon colours (cyan, magenta, violet, green, yellow) across the

View file

@ -5,9 +5,9 @@
#define _FREETRX_VERSION_H_ #define _FREETRX_VERSION_H_
#define FREETRX_VERSION_MAJOR 0 #define FREETRX_VERSION_MAJOR 0
#define FREETRX_VERSION_MINOR 7 #define FREETRX_VERSION_MINOR 8
#define FREETRX_VERSION_PATCH 1 #define FREETRX_VERSION_PATCH 0
#define FREETRX_VERSION "0.7.1" #define FREETRX_VERSION "0.8.0"
#endif // _FREETRX_VERSION_H_ #endif // _FREETRX_VERSION_H_