@@ -5,20 +5,33 @@ 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+ ## [ 1.0.1b1-ios ] - 2020-11-09
99
1010### Added
1111
12+ - A link in the Settings screen of the app now points to the How-To guide in the forum.
1213- A link in the README to the App Store product page for the iOS app.
1314- An alert now warns you if you try to perform a task that requires an internet connection when there is no network connection.
1415
1516### Changed
1617
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.
1726- Buttons that handle network requests (e.g. publishing, reloading from server) now show a busy indicator while waiting to complete the task.
1827
1928### Fixed
2029
2130- 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.
2235
2336## [ 1.0.0] - 2020-10-20
2437
@@ -141,6 +154,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141154 - Contributing guide
142155 - This changelog
143156
157+ [ 1.0.1b1-ios ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0...v1.0.1b1-ios
144158[ 1.0.0 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0b1...v1.0.0
145159[ 1.0.0b1 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0a1...v1.0.0b1
146160[ 1.0.0a1 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.1...v1.0.0a1
0 commit comments