Core
- Use
println
instead ofprint
to avoid trailing%
when running despell in the terminal
Dependencies
- Update
clap
from 4.3.12 to 4.3.19 - Update
serde
from 1.0.171 to 1.0.175 - Update
tempfile
from 3.6.0 to 3.7.0
16.07.23
despell
has been rewritten in Rust- Override default mappings with
config.toml
instead ofoverrides.json
31.05.23
- Updated all mappings to be compatible with Nerd Fonts 3
05.02.23
- Changed fallback key from
unknownCommand
todefault
- Update mappings
04.12.22
- Update mappings
01.09.22
- Update mappings
2022-08-09
- Add support for using emojis instead of Nerd Fonts
- Bump Go to 1.19
2022-06-12
- Add installation method
2021-12-24
- Update homebrew script
2021-12-24
- Added more mappings
- Renamed cli to
despell
2021-08-21
- Added more mappings
2021-08-18
- Added more mappings
2021-05-17
- Changed field 'Text' to 'Icon'
- Added more mappings
2021-05-11
New Features
- Added
-c
flag to enable per-icon colors
2021-05-08
First release