@@ -5,20 +5,33 @@ 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
+ ## [ 1.0.1b1-ios ] - 2020-11-09
9
9
10
10
### Added
11
11
12
+ - A link in the Settings screen of the app now points to the How-To guide in the forum.
12
13
- A link in the README to the App Store product page for the iOS app.
13
14
- An alert now warns you if you try to perform a task that requires an internet connection when there is no network connection.
14
15
15
16
### Changed
16
17
18
+ - Local posts are no longer deleted when logging out.
19
+ - The app now requires you to confirm when logging out, and indicates how many local edits will be lost by doing so.
20
+ - Various editor improvements:
21
+ - The cursor now focuses on the title field and brings up the keyboard when loading a post in the editor.
22
+ - The Return key navigates from the title field to the body field.
23
+ - The title field now automatically increases its height as the text wraps.
24
+ - Increased the line spacing in both the title and body fields.
25
+ - When logged out, the app now only shows the "Drafts" list, rather than the "All Posts" list.
17
26
- Buttons that handle network requests (e.g. publishing, reloading from server) now show a busy indicator while waiting to complete the task.
18
27
19
28
### Fixed
20
29
21
30
- After moving a post from Drafts/Anonymous to a blog, the share link format retained the old single-post format. This is now fixed.
31
+ - The placeholder text on new (empty) posts now shows reliably.
32
+ - The title and body fields in the editor are better aligned.
33
+ - The app more consistently loads the last draft (or a new draft) on launch.
34
+ - Fixed a crash on launch that was caused by the list of posts from local storage was being changed while being fetched.
22
35
23
36
## [ 1.0.0] - 2020-10-20
24
37
@@ -141,6 +154,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141
154
- Contributing guide
142
155
- This changelog
143
156
157
+ [ 1.0.1b1-ios ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0...v1.0.1b1-ios
144
158
[ 1.0.0 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0b1...v1.0.0
145
159
[ 1.0.0b1 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0a1...v1.0.0b1
146
160
[ 1.0.0a1 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.1...v1.0.0a1
0 commit comments