mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
changelog for 2.0.0
This commit is contained in:
parent
50de61fb24
commit
1219105487
1 changed files with 37 additions and 0 deletions
37
CHANGELOG.md
37
CHANGELOG.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue