Skip to content

Commit 81b4d38

Browse files
committed
Update change log and bump build number
1 parent 9e3cc1f commit 81b4d38

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,33 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@
917917
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
918918
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
919919
CODE_SIGN_STYLE = Automatic;
920-
CURRENT_PROJECT_VERSION = 369;
920+
CURRENT_PROJECT_VERSION = 416;
921921
DEVELOPMENT_TEAM = TPPAB4YBA6;
922922
ENABLE_PREVIEWS = YES;
923923
INFOPLIST_FILE = iOS/Info.plist;
@@ -941,7 +941,7 @@
941941
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
942942
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
943943
CODE_SIGN_STYLE = Automatic;
944-
CURRENT_PROJECT_VERSION = 369;
944+
CURRENT_PROJECT_VERSION = 416;
945945
DEVELOPMENT_TEAM = TPPAB4YBA6;
946946
ENABLE_PREVIEWS = YES;
947947
INFOPLIST_FILE = iOS/Info.plist;
@@ -968,7 +968,7 @@
968968
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
969969
CODE_SIGN_STYLE = Automatic;
970970
COMBINE_HIDPI_IMAGES = YES;
971-
CURRENT_PROJECT_VERSION = 359;
971+
CURRENT_PROJECT_VERSION = 416;
972972
DEVELOPMENT_TEAM = TPPAB4YBA6;
973973
ENABLE_HARDENED_RUNTIME = YES;
974974
ENABLE_PREVIEWS = YES;
@@ -994,7 +994,7 @@
994994
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
995995
CODE_SIGN_STYLE = Automatic;
996996
COMBINE_HIDPI_IMAGES = YES;
997-
CURRENT_PROJECT_VERSION = 359;
997+
CURRENT_PROJECT_VERSION = 416;
998998
DEVELOPMENT_TEAM = TPPAB4YBA6;
999999
ENABLE_HARDENED_RUNTIME = YES;
10001000
ENABLE_PREVIEWS = YES;

0 commit comments

Comments
 (0)