Skip to content

Commit 1a3cbd6

Browse files
committed
add changelog for release: 0.6.0-alpha.3
1 parent 201bf2b commit 1a3cbd6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
730
## [0.6.0-alpha.2] - 2023-05-28
831
### Added
932
- theme picker to choose between light/dark themes

0 commit comments

Comments
 (0)