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
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.7.1"
version = "0.8.0"
edition = "2021"

[dependencies]
Expand Down