Add NEWS.md

This commit is contained in:
Joe Roe 2023-05-03 15:21:50 +02:00
parent ddd158bb89
commit 118410a916
No known key found for this signature in database
GPG key ID: AA48BBFC47F84086

19
NEWS.md Normal file
View file

@ -0,0 +1,19 @@
# risotto (development version)
* **Breaking change** new framework for colour palettes:
* Palettes are defined using CSS variables following the [base16](https://github.com/chriskempson/base16) system
* Added 2 new palettes: `base16-dark` and `base16-light`
* The default palette is `base16-dark`
* The `mode` parameter is no longer needed
* If you were using one of the old named palettes (`gruvbox-dark` or `gruvbox-light`), the change will be seamless
* If you were using a custom palette, you will need to redefine it using the new framework
* Added a table of contents (thanks @dashv, #47)
* Added multilanguage support with a language switcher (thanks @bedefaced)
* Added a changelog
# risotto 0.1.0
First named release, including:
* `gruvbox-dark` and `gruvbox-light` colour palettes
* FontAwesome6 and Academicons icon sets