File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+
8
+ ## [ 0.6.0-alpha.3] - 2023-06-12
9
+ ### Added
10
+ - ability to change password
11
+ - api server validation on load and when set
12
+ - profile page
13
+ - admin can disable new account creation
14
+ ### Changed
15
+ - markdown will now be rendered in the client (allowing for future offline functionality...)
16
+ - remove trailing slash on api routes, why were they there in the first place?
17
+ - use only feathericons for icons
18
+ - migrate to daisyui V3
19
+ - disable editor button when user does not have permission
20
+ - disk storage folder structure uses 2 characters instead of 3
21
+ - update deps
22
+ - add lockfile ensuring app always gets built consistently
23
+ ### Fixed
24
+ - disable buttons when required
25
+ - don't create api object each time it's used
26
+ - fix book slug query (stopped app from working when there is no content
27
+ ### Removed
28
+ - server side markdown rendering
29
+
7
30
## [ 0.6.0-alpha.2] - 2023-05-28
8
31
### Added
9
32
- theme picker to choose between light/dark themes
You can’t perform that action at this time.
0 commit comments