chore(release): 0.1.1 Co-authored-by: cuddle-please <bot@cuddle.sh> Reviewed-on: #10
71 lines
1.1 KiB
Markdown
71 lines
1.1 KiB
Markdown
# 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.1] - 2025-08-04
|
|
|
|
### Fixed
|
|
- if path is empty default to `.`
|
|
|
|
## [0.1.0] - 2025-08-03
|
|
|
|
### Added
|
|
- add open command
|
|
- noil now handles open, and open in non-terminals via. /dev/tty
|
|
- add file opener with chooser
|
|
- update demo
|
|
- add help text for preview
|
|
|
|
### Other
|
|
- remove cockroach
|
|
|
|
## [0.0.5] - 2025-07-26
|
|
|
|
### Added
|
|
- actually copy files
|
|
|
|
## [0.0.4] - 2025-07-26
|
|
|
|
### Added
|
|
- can now do file operations
|
|
|
|
### Other
|
|
- test
|
|
|
|
- replace url
|
|
|
|
|
|
## [0.0.3] - 2025-07-26
|
|
|
|
### Added
|
|
- with auto publish
|
|
|
|
## [0.0.2] - 2025-07-26
|
|
|
|
### Docs
|
|
- add install from crates.io
|
|
- add description
|
|
|
|
### Other
|
|
- add noil repo
|
|
|
|
## [0.0.1] - 2025-07-26
|
|
|
|
### Added
|
|
- get output
|
|
- add highlight
|
|
- adding gif
|
|
- add readme
|
|
- add basic noil
|
|
- create noil
|
|
|
|
### Other
|
|
- update deps
|
|
- *(deps)* update tokio-tracing monorepo
|
|
- *(deps)* update all dependencies
|
|
- clarification
|