Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.10.3](https://github.com/Project-Colony/Colony/compare/v0.10.2...v0.10.3) (2026-09-02)


### Bug Fixes

* **ui:** the selected settings category is now legible on the green accent too. 0.10.2 made it take its foreground from `contrast_on`, but colony-ui 0.1.4 still chose that foreground from a luminance threshold which mis-sorts green — 2.34:1 where the other end gives 7.45:1. colony-ui 0.1.5 compares both ends, so every accent improves. ([#80](https://github.com/Project-Colony/Colony/issues/80))
* **ui:** progress bars have a visible track on the Catppuccin themes. Their `bg_progress` was the same colour as the card behind it, so the track disappeared into it. ([#80](https://github.com/Project-Colony/Colony/issues/80))
* **ui:** the accent picker's check mark is legible on every accent. It was drawn in white, which falls below 3:1 on yellow, amber, green and orange. ([#80](https://github.com/Project-Colony/Colony/issues/80))


### Miscellaneous Chores

* release 0.10.3 ([#81](https://github.com/Project-Colony/Colony/issues/81)) ([19cebfa](https://github.com/Project-Colony/Colony/commit/19cebfa8106a7b818a76e183b5826f96fe8072cc))

## [0.10.2](https://github.com/Project-Colony/Colony/compare/v0.10.1...v0.10.2) (2026-09-02)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "colony"
version = "0.10.2"
version = "0.10.3"
edition = "2021"
license = "GPL-3.0-or-later"
# The real floor, and it is enforced by CI (see .github/workflows/ci.yml).
Expand Down
Loading