changelog for 2.0.0

This commit is contained in:
mst 2025-02-28 07:35:42 +03:00
parent 50de61fb24
commit 1219105487
No known key found for this signature in database

View file

@ -1,3 +1,40 @@
## 2.0.0
### Breaking changes
* switch to postgresql
### New features
#### Big
* custom theme support
* * theme store
* * the standalone theme store component
* * css editor with syntax highlighting (codemirror 6)
* * theme import
* * theme export
* translation support
* language settings in admin panel
#### Moderate
* emoji picker
* loading more questions as you scroll instead of loading them all at once
* new compact question card layout as an option
#### Small
* option to add a username before date in the question box
### Fixes
* fixed a minor styling issue on 'view question' page
### Miscellaneous
* gif emojis are now supported
* code cleanup
* type annotations and return types in functions
* emoji pack names aren't automatically capitalized anymore (this doesn't apply to packs uploaded before the update)
* revamped 'add question' box
* better tooltip styling
* better footer with more links
## 1.7.2 ## 1.7.2
### Fixes ### Fixes