@@ -5,21 +5,26 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.1.0 ] - 2020-09-11
99
1010### Added
1111
12- - Post editor now has a Publish button to change post status
12+ - Post editor now has a Publish button to publish a post
1313- Collections sidebar to choose a specific collection (i.e., blog)
1414- Settings to provide the user interface for logging in, setting preferred color scheme
1515- The WriteFreelyModel type consolidates other models as Published properties in a single EnvironmentObject
1616- 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
1721
1822### Changed
1923
2024- Updated license from AGPLv3 to GPLv3
2125- Types have been renamed to be more consistent
2226- WriteFreely Swift package version bumped to v0.2.1
27+ - Local posts are now badged as ` local ` instead of ` draft `
2328
2429## [ 0.0.2] - 2020-07-30
2530
@@ -44,6 +49,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4449 - Contributing guide
4550 - This changelog
4651
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
4853[ 0.0.2 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.1...v0.0.2
4954[ 0.0.1 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/releases/tag/v0.0.1
0 commit comments