Skip to content

Commit 0c41416

Browse files
committed
Bump build number and update changelog
1 parent 6ba6e39 commit 0c41416

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- [Mac] Fixed a regression where text color did not adapt to dark mode correctly.
3333
- [Mac] Sharing a post now uses the custom domain (if any).
3434
- [Mac] The window is now restored when clicking on the app icon in the dock.
35-
- [iOS, Mac] Fixed a potential crash if the system keychain wasn't available at app launch.
35+
- [Mac] Fixed a potential crash if the system keychain wasn't available at app launch.
36+
37+
## [1.0.7-ios] - 2021-10-01
38+
39+
### Fixed
40+
41+
- Fixed a bug that would cause the app to cancel navigation from the post list to the blog list on iPhone.
42+
- Fixed a potential crash if the system keychain wasn't available at app launch.
43+
- Fixed a bug that prevented navigation to the post list when selecting a blog on iPhone on iOS 15.
44+
- Fixed a bug that prevented the Settings sheet from displaying on iOS 15.
3645

3746
## [1.0.6-ios] - 2021-06-10
3847

@@ -242,7 +251,8 @@ suffixes to differentiate between platforms, until both are at feature parity.
242251
- Contributing guide
243252
- This changelog
244253

245-
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.6-ios...HEAD
254+
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.7-ios...HEAD
255+
[1.0.7-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.6-ios...v1.0.7-ios
246256
[1.0.6-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.5-ios...v1.0.6-ios
247257
[1.0.5-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.4-ios...v1.0.5-ios
248258
[1.0.4-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.2-ios...v1.0.4-ios

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@
975975
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
976976
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
977977
CODE_SIGN_STYLE = Automatic;
978-
CURRENT_PROJECT_VERSION = 615;
978+
CURRENT_PROJECT_VERSION = 625;
979979
DEVELOPMENT_TEAM = TPPAB4YBA6;
980980
ENABLE_PREVIEWS = YES;
981981
INFOPLIST_FILE = iOS/Info.plist;
@@ -999,7 +999,7 @@
999999
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
10001000
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
10011001
CODE_SIGN_STYLE = Automatic;
1002-
CURRENT_PROJECT_VERSION = 615;
1002+
CURRENT_PROJECT_VERSION = 625;
10031003
DEVELOPMENT_TEAM = TPPAB4YBA6;
10041004
ENABLE_PREVIEWS = YES;
10051005
INFOPLIST_FILE = iOS/Info.plist;

0 commit comments

Comments
 (0)