0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-20 03:52:18 +02:00

Add changelogs beginning with version 0.2.0 (12)

Based on suggestion of @IzzySoft in #1.
This commit is contained in:
Patrick Goldinger 2020-10-08 16:14:45 +02:00
parent 5670af16d6
commit ec7d65ebc0
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
- Add theming capability
- Preset selection
- Modify each color individually
- Themes are now defined in assets/ime/theme/ as a json file, which allows for a more convenient way to add custom themes (base for future feature)
- Restructure settings naming scheme and structure
- Add back button functionality in settings
- Add clipboard/cursor tools
- Improve layout measurement and height behaviour
- Fix enter action key bug (#17)

View File

@ -0,0 +1,9 @@
- Aggiunta di capacità di tematizzazione
- Selezione delle preimpostazioni
- Modificare ogni colore individualmente
- I temi sono ora definiti in asset/imo/tema/ come un file json, che permette un modo più conveniente per aggiungere temi personalizzati (base per la funzione futura)
- Schema di denominazione e struttura delle impostazioni della ristrutturazione
- Aggiungere la funzionalità del pulsante indietro nelle impostazioni
- Aggiunta di strumenti per appunti/cursori
- Migliorare la misurazione del layout e il comportamento in altezza
- Correggere il bug del tasto azione (#17)