From 4740dd9b91e56a8d08be61b7f158371ed833e2de Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Sat, 31 Aug 2024 10:28:46 +0000 Subject: [PATCH] chore: release Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 3 files changed, 46 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf8304..28d02c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,47 @@ All notable changes to this project will be documented in this file. +## `git-next-forge-forgejo` - [0.13.8](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.13.7...git-next-forge-forgejo-v0.13.8) - 2024-08-31 + +### Other +- rename method as peel + +## `git-next-core` - [0.13.8](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.7...git-next-core-v0.13.8) - 2024-08-31 + +### Fixed +- create git graph log to after doing a fetch + +### Other +- rename method as peel + +## `git-next` - [0.13.8](https://git.kemitix.net/kemitix/git-next/compare/v0.13.7...v0.13.8) - 2024-08-31 + +### Added +- *(tui)* hightlight status message in colour +- *(tui)* use moving heart emoji as liveness indicator +- *(tui)* add scrolling when overflow screen +- *(tui)* forge widgets only use required lines +- *(tui)* repo widgets only use required lines +- *(tui)* move forge alias to left and add prefix +- *(tui)* remove count of forges +- *(tui)* remove duplicate messages from repo body +- *(tui)* highlight user interventions in red + +### Fixed +- *(alert)* typo in email message +- *(repo)* avoid blocking threads when pausing +- *(test)* give actix more time to process message +- *(test)* give actix more time to process message +- *(test)* give actix more time to process message +- *(tui)* improve reliability of status updates +- create git graph log to after doing a fetch +- *(tui)* remove logging of tui updates + +### Other +- rename method as peel +- *(tui)* child widget can provide constraint to container +- *(tui)* merge repo widgets into one + ## `git-next-core` - [0.13.7](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.6...git-next-core-v0.13.7) - 2024-08-25 ### Added diff --git a/Cargo.lock b/Cargo.lock index ed2e952..2352ab3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1092,7 +1092,7 @@ dependencies = [ [[package]] name = "git-next" -version = "0.13.7" +version = "0.13.8" dependencies = [ "actix", "actix-rt", @@ -1137,7 +1137,7 @@ dependencies = [ [[package]] name = "git-next-core" -version = "0.13.7" +version = "0.13.8" dependencies = [ "actix", "assert2", @@ -1165,7 +1165,7 @@ dependencies = [ [[package]] name = "git-next-forge-forgejo" -version = "0.13.7" +version = "0.13.8" dependencies = [ "assert2", "async-trait", @@ -1181,7 +1181,7 @@ dependencies = [ [[package]] name = "git-next-forge-github" -version = "0.13.7" +version = "0.13.8" dependencies = [ "assert2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3d78df7..60d6a36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.13.7" +version = "0.13.8" edition = "2021" license = "MIT"