Merge pull request 'chore(release): v0.1.0' (#3) from cuddle-please/release into main
Reviewed-on: #3
This commit is contained in:
commit
7d268e73f0
61
CHANGELOG.md
Normal file
61
CHANGELOG.md
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.0] - 2024-05-11
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- add filtering
|
||||||
|
- implement filter
|
||||||
|
- skipped for now
|
||||||
|
- can create root
|
||||||
|
- add color
|
||||||
|
- it freaking works
|
||||||
|
- *(redo-ui)* wip
|
||||||
|
- use cli plan
|
||||||
|
- add create section
|
||||||
|
- render sections
|
||||||
|
- can actually check marks
|
||||||
|
- add archive
|
||||||
|
- add more interaction
|
||||||
|
- tie dialog to graph
|
||||||
|
- implement command mode
|
||||||
|
- make highlight be a little more bold
|
||||||
|
- with input
|
||||||
|
- version 0.0.0-working-ui
|
||||||
|
- left right movement done
|
||||||
|
- show basic json screen
|
||||||
|
- add logging for tui
|
||||||
|
- add storage
|
||||||
|
- add event layer
|
||||||
|
- hyperlog with basic engine
|
||||||
|
|
||||||
|
### Docs
|
||||||
|
- add some more notes
|
||||||
|
- add a few more items
|
||||||
|
- add some todos
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- *(deps)* update all dependencies
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- remove unused
|
||||||
|
- refactor into classic
|
||||||
|
- add please
|
||||||
|
- use cli plan instead
|
||||||
|
- refactor app
|
||||||
|
- fix test breaking changes
|
||||||
|
- check can create sections
|
||||||
|
- make clippy happy
|
||||||
|
- check off todos
|
||||||
|
- fix styles
|
||||||
|
- remove file|
|
||||||
|
- refactor
|
||||||
|
- remove unused imports
|
||||||
|
- into crates
|
||||||
|
- into crates
|
||||||
|
- move subcommands aside
|
@ -15,3 +15,6 @@ dotenv = { version = "0.15" }
|
|||||||
axum = { version = "0.7" }
|
axum = { version = "0.7" }
|
||||||
serde_json = "1.0.117"
|
serde_json = "1.0.117"
|
||||||
itertools = "0.12.1"
|
itertools = "0.12.1"
|
||||||
|
|
||||||
|
[workspace.package]
|
||||||
|
version = "0.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user