Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Latest commit

History

History
106 lines (57 loc) 路 1.19 KB

CHANGELOG.md

File metadata and controls

106 lines (57 loc) 路 1.19 KB

Changelog

1.1.0

1.0.1

Core

  • Use println instead of print 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

1.0.0

16.07.23

  • despell has been rewritten in Rust
  • Override default mappings with config.toml instead of overrides.json

0.10

31.05.23

  • Updated all mappings to be compatible with Nerd Fonts 3

0.9

05.02.23

  • Changed fallback key from unknownCommand to default
  • Update mappings

0.8.2

04.12.22

  • Update mappings

0.8.1

01.09.22

  • Update mappings

0.8

2022-08-09

  • Add support for using emojis instead of Nerd Fonts
  • Bump Go to 1.19

0.7

2022-06-12

  • Add installation method

0.6.1

2021-12-24

  • Update homebrew script

0.6

2021-12-24

  • Added more mappings
  • Renamed cli to despell

0.5

2021-08-21

  • Added more mappings

0.4

2021-08-18

  • Added more mappings

0.3

2021-05-17

  • Changed field 'Text' to 'Icon'
  • Added more mappings

0.2

2021-05-11

New Features

  • Added -c flag to enable per-icon colors

0.1

2021-05-08

First release