Compare commits
1 commit
e793c18215
...
49d0533dbe
Author | SHA1 | Date | |
---|---|---|---|
49d0533dbe |
3 changed files with 5 additions and 68 deletions
63
CHANGELOG.md
63
CHANGELOG.md
|
@ -2,69 +2,6 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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-09-01
|
|
||||||
|
|
||||||
### Other
|
|
||||||
- flatten nested blocks with early returns
|
|
||||||
- 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-09-01
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- use configured branch names in user notification
|
|
||||||
- create git graph log to after doing a fetch
|
|
||||||
|
|
||||||
### Other
|
|
||||||
- flatten nested blocks with early returns
|
|
||||||
- rename method as peel
|
|
||||||
|
|
||||||
## `git-next` - [0.13.8](https://git.kemitix.net/kemitix/git-next/compare/v0.13.7...v0.13.8) - 2024-09-01
|
|
||||||
|
|
||||||
### Added
|
|
||||||
- improved error display when startup fails
|
|
||||||
- *(tui)* clean up alert display
|
|
||||||
- *(tui)* remove some borders to clean up appearance
|
|
||||||
- *(tui)* make progression of branches clearer
|
|
||||||
- *(tui)* remove label from repo identity widget
|
|
||||||
- *(tui)* hightlight repo alias in red when in alert
|
|
||||||
- *(tui)* branch names look more like 'pills'
|
|
||||||
- *(tui)* highlight branchs in log
|
|
||||||
- *(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
|
|
||||||
- use configured branch names in user notification
|
|
||||||
- remove unused imports
|
|
||||||
- *(tui)* remove logging from inside ui loop
|
|
||||||
- *(tui)* don't show HEAD in log
|
|
||||||
- *(tui)* improve colour contrast on light background
|
|
||||||
- *(tui)* remove unused import
|
|
||||||
- *(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
|
|
||||||
- flatten nested blocks with early returns
|
|
||||||
- merge identical match branches
|
|
||||||
- *(tui)* add regex dependency
|
|
||||||
- *(tui)* introduce LogLine to wrap log formatting
|
|
||||||
- *(tui)* simplify repo identity widget
|
|
||||||
- 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
|
## `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
|
### Added
|
||||||
|
|
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -1092,7 +1092,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next"
|
name = "git-next"
|
||||||
version = "0.13.8"
|
version = "0.13.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix",
|
"actix",
|
||||||
"actix-rt",
|
"actix-rt",
|
||||||
|
@ -1138,7 +1138,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next-core"
|
name = "git-next-core"
|
||||||
version = "0.13.8"
|
version = "0.13.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix",
|
"actix",
|
||||||
"assert2",
|
"assert2",
|
||||||
|
@ -1166,7 +1166,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next-forge-forgejo"
|
name = "git-next-forge-forgejo"
|
||||||
version = "0.13.8"
|
version = "0.13.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert2",
|
"assert2",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -1182,7 +1182,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next-forge-github"
|
name = "git-next-forge-github"
|
||||||
version = "0.13.8"
|
version = "0.13.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert2",
|
"assert2",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
|
@ -3,7 +3,7 @@ resolver = "2"
|
||||||
members = ["crates/*"]
|
members = ["crates/*"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.13.8"
|
version = "0.13.7"
|
||||||
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in a new issue