Release 0.9.0
Pride theme: status/header bar and menu title bar now use the top rainbow stripe colour instead of white. Bump version to 0.9.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
959f7f2a03
commit
a94fd59a10
2 changed files with 8 additions and 2 deletions
|
|
@ -9,6 +9,12 @@ single running list until the first versioned release.
|
||||||
|
|
||||||
_Nothing yet._
|
_Nothing yet._
|
||||||
|
|
||||||
|
## 0.9.0
|
||||||
|
|
||||||
|
- **Pride theme** — the status/header bar and the menu title bar are now painted
|
||||||
|
in the top rainbow-stripe colour so they blend into the background instead of
|
||||||
|
showing as white boxes.
|
||||||
|
|
||||||
## 0.8.0
|
## 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
|
||||||
|
|
|
||||||
|
|
@ -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 8
|
#define FREETRX_VERSION_MINOR 9
|
||||||
#define FREETRX_VERSION_PATCH 0
|
#define FREETRX_VERSION_PATCH 0
|
||||||
|
|
||||||
#define FREETRX_VERSION "0.8.0"
|
#define FREETRX_VERSION "0.9.0"
|
||||||
|
|
||||||
#endif // _FREETRX_VERSION_H_
|
#endif // _FREETRX_VERSION_H_
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue