From 721760999d71b6a3ac82beee5eb6851e44c3fc2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:38:07 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f39f41d..dc420b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [0.8.0](https://github.com/Project-Colony/Colony/compare/v0.7.1...v0.8.0) (2026-07-20) + + +### Features + +* Colony's own app icon in the blessed assets/icons/ layout ([#49](https://github.com/Project-Colony/Colony/issues/49)) ([ab30ded](https://github.com/Project-Colony/Colony/commit/ab30dedcf915d43b75f1ab5b2f6ada827c181485)) +* download size and speed in the progress toast; keyboard grid navigation ([#47](https://github.com/Project-Colony/Colony/issues/47)) ([f2e7d8f](https://github.com/Project-Colony/Colony/commit/f2e7d8f154a98a3066d7dc82c3d86a2b961b279b)) +* live language switching and desktop entries for installed apps ([#46](https://github.com/Project-Colony/Colony/issues/46)) ([2931f36](https://github.com/Project-Colony/Colony/commit/2931f36dd3985fe96d23ec7d327e6740967bc723)) +* local-app cards with explicit controls, local favorites, persisted window size ([#37](https://github.com/Project-Colony/Colony/issues/37)) ([d6b15c9](https://github.com/Project-Colony/Colony/commit/d6b15c90a3e2def1a0dbd71991968a3df3314b20)) +* one-click Update All and per-release 'What's new' notes ([#35](https://github.com/Project-Colony/Colony/issues/35)) ([f6f6fa0](https://github.com/Project-Colony/Colony/commit/f6f6fa04fbe815f4724eb48cb6d9412a1e93ce98)) +* store hygiene - orphan cache pruning, description search, installed version ([#36](https://github.com/Project-Colony/Colony/issues/36)) ([3de8cd5](https://github.com/Project-Colony/Colony/commit/3de8cd5ca7d242a365ba01c54ab8afb8af4b13a6)) +* verify app release signatures and expressive filePattern globs ([#42](https://github.com/Project-Colony/Colony/issues/42)) ([31f60cd](https://github.com/Project-Colony/Colony/commit/31f60cd041248c60057d5839db8223705b81b4fa)) + + +### Bug Fixes + +* eight small verified defects from the audit's long tail ([#39](https://github.com/Project-Colony/Colony/issues/39)) ([dd7f6b8](https://github.com/Project-Colony/Colony/commit/dd7f6b8b3c8080cf7a9328ed262d96d73db5a62a)) +* make installs atomic with their metadata; safer asset matching and launch paths ([#32](https://github.com/Project-Colony/Colony/issues/32)) ([d4159b1](https://github.com/Project-Colony/Colony/commit/d4159b1c4cd14c69fc93fb9261cb7283c41b4bcb)) +* state-integrity pass on the update loop (detail by name, honest checks, badge lifecycle) ([#30](https://github.com/Project-Colony/Colony/issues/30)) ([e5870da](https://github.com/Project-Colony/Colony/commit/e5870da41723cbeaf668c63ab40b7a35d3462fc6)) +* typed 404 classification and package-manager guidance for self-update ([#33](https://github.com/Project-Colony/Colony/issues/33)) ([315bc4d](https://github.com/Project-Colony/Colony/commit/315bc4d9b4b089ce077a9b9abe2d978f858c11a0)) + + +### Performance Improvements + +* cache per-repo install status instead of per-frame disk I/O ([#48](https://github.com/Project-Colony/Colony/issues/48)) ([d6583a5](https://github.com/Project-Colony/Colony/commit/d6583a5bd12fe91b40fd29fc60848708cec127e3)) + ## [0.7.1](https://github.com/Project-Colony/Colony/compare/v0.7.0...v0.7.1) (2026-07-20) diff --git a/Cargo.lock b/Cargo.lock index 089e8bc..3757cc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -535,7 +535,7 @@ dependencies = [ [[package]] name = "colony" -version = "0.7.1" +version = "0.8.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index c92afe4..f38d2f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "colony" -version = "0.7.1" +version = "0.8.0" edition = "2021" [dependencies]