@@ -5,7 +5,35 @@ 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
- ## [ 1.0.0a2] - 2020-10-02
8
+ ## [ 1.0.0b2] - 2020-10-12
9
+
10
+ ### Known Issues
11
+
12
+ - Publishing changes to the server doesn't update the badge status from 'Edited' to 'Published' until you tap the Publish button a second time.
13
+ - When moving a published post from Drafts to a blog, the share link does not update accordingly.
14
+ - ** Workaround:** Log out of your account and then log back in. This will ** permanently delete** any unpublished posts and changes!
15
+
16
+ ### Added
17
+
18
+ - A new Menu button has been added to the post editor to collect all post-related functions.
19
+ - When you first publish a local draft, you're now asked where it should be published (i.e. to Drafts, or to one of your blogs).
20
+ - You can now move a post to a collection from the post editor menu.
21
+
22
+ ### Changed
23
+
24
+ - New local posts are now always created as Drafts.
25
+ - The post editor's Publish and Share buttons are now found under a new Menu button.
26
+ - Logging in now ignores any path added to the server URL.
27
+ - The WriteFreely Swift package now requires v0.3.0 as the minimum version.
28
+
29
+ ### Fixed
30
+
31
+ - Fixed a bug where entering an invalid server URL would hang the login attempt.
32
+ - Fixed a crash that could occur when sharing a post on iPad.
33
+ - Fixed a bug that set the post status to 'Edited' after updating a published post to a newer version from the server.
34
+ - Fixed a release name in this change log.
35
+
36
+ ## [ 1.0.0b1] - 2020-10-02
9
37
10
38
### Added
11
39
@@ -98,7 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
98
126
- Contributing guide
99
127
- This changelog
100
128
101
- [ 1.0.0a2 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0a1...v1.0.0a2
129
+ [ 1.0.0b2 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0b1...v1.0.0b2
130
+ [ 1.0.0b1 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0a1...v1.0.0b1
102
131
[ 1.0.0a1 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.1...v1.0.0a1
103
132
[ 0.1.1 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.0...v0.1.1
104
133
[ 0.1.0 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.2...v0.1.0
0 commit comments