@@ -5,21 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.1.0 ] - 2020-09-11
9
9
10
10
### Added
11
11
12
- - Post editor now has a Publish button to change post status
12
+ - Post editor now has a Publish button to publish a post
13
13
- Collections sidebar to choose a specific collection (i.e., blog)
14
14
- Settings to provide the user interface for logging in, setting preferred color scheme
15
15
- The WriteFreelyModel type consolidates other models as Published properties in a single EnvironmentObject
16
16
- Logging in and out a WriteFreely instance is now possible
17
+ - Collections and Posts are now persisted to local storage between app launches
18
+ - Content can be reloaded from the server
19
+ - Collections and Posts are purged from the database on logout
20
+ - Apps now have app icons
17
21
18
22
### Changed
19
23
20
24
- Updated license from AGPLv3 to GPLv3
21
25
- Types have been renamed to be more consistent
22
26
- WriteFreely Swift package version bumped to v0.2.1
27
+ - Local posts are now badged as ` local ` instead of ` draft `
23
28
24
29
## [ 0.0.2] - 2020-07-30
25
30
@@ -44,6 +49,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
49
- Contributing guide
45
50
- This changelog
46
51
47
- [ Unreleased ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.2...HEAD
52
+ [ 0.1.0 ] https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.2...v0.1.0
48
53
[ 0.0.2 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.1...v0.0.2
49
54
[ 0.0.1 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/releases/tag/v0.0.1
0 commit comments