Skip to content

Commit ceb7eaa

Browse files
committed
Bump build number and update changelog
1 parent 20592e1 commit ceb7eaa

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4343
- [Mac] Fixed a bug where the list of posts published outside of a blog didn't update its title (Drafts/Anonymous).
4444
- [Mac] Fixed a bug where alerts weren't presented for login errors.
4545
- [Mac] Fixed some build warnings in the project.
46+
- [Mac] Bumped WriteFreely package to v0.3.6 to handle decoding of fractional seconds in dates.
47+
48+
## [1.0.12-ios] - 2022-10-06
49+
50+
### Changed
51+
52+
- [iOS] The post editor now scrolls the title as well as the post body to better use all screen real estate.
53+
54+
### Fixed
55+
56+
- [iOS] Bumped WriteFreely package to v0.3.6 to handle decoding of fractional seconds in dates.
4657

4758
## [1.0.11-ios] - 2022-09-07
4859

60+
### Fixed
61+
4962
- [iOS] Fixed a bug where the new-post button doesn't appear in the iOS 16 beta.
5063
- [iOS] Fixed a bug where the list of posts published outside of a blog didn't update its title (Drafts/Anonymous).
5164
- [iOS] Fixed a bug where alerts weren't presented for login errors.
5265
- [iOS] Fixed some build warnings in the project.
5366

5467
## [1.0.10-ios] - 2022-07-28
5568

56-
- [iOS] Improved error-handling and alerting under the hood, for better app stability.
69+
### Added
70+
5771
- [iOS] The app now prompts you to reach out to our user forums if it detects a crash.
5872

73+
### Fixed
74+
75+
- [iOS] Improved error-handling and alerting under the hood, for better app stability.
76+
5977
## [1.0.9-ios] - 2022-04-02
6078

6179
- [iOS] Fixed an issue when building for iOS 15 on Xcode 13 that caused the post list to underlap the navigation bar.
@@ -288,7 +306,8 @@ suffixes to differentiate between platforms, until both are at feature parity.
288306
- Contributing guide
289307
- This changelog
290308

291-
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.11-ios...HEAD
309+
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.12-ios...HEAD
310+
[1.0.12-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.11-ios...v1.0.12-ios
292311
[1.0.11-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.10-ios...v1.0.11-ios
293312
[1.0.10-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.9-ios...v1.0.10-ios
294313
[1.0.9-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.8-ios...v1.0.9-ios

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@
10541054
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
10551055
CODE_SIGN_ENTITLEMENTS = "ActionExtension-iOS/ActionExtension-iOS.entitlements";
10561056
CODE_SIGN_STYLE = Automatic;
1057-
CURRENT_PROJECT_VERSION = 679;
1057+
CURRENT_PROJECT_VERSION = 680;
10581058
DEVELOPMENT_TEAM = TPPAB4YBA6;
10591059
GENERATE_INFOPLIST_FILE = YES;
10601060
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
@@ -1085,7 +1085,7 @@
10851085
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
10861086
CODE_SIGN_ENTITLEMENTS = "ActionExtension-iOS/ActionExtension-iOS.entitlements";
10871087
CODE_SIGN_STYLE = Automatic;
1088-
CURRENT_PROJECT_VERSION = 679;
1088+
CURRENT_PROJECT_VERSION = 680;
10891089
DEVELOPMENT_TEAM = TPPAB4YBA6;
10901090
GENERATE_INFOPLIST_FILE = YES;
10911091
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
@@ -1228,7 +1228,7 @@
12281228
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
12291229
CODE_SIGN_ENTITLEMENTS = "WriteFreely-MultiPlatform (iOS).entitlements";
12301230
CODE_SIGN_STYLE = Automatic;
1231-
CURRENT_PROJECT_VERSION = 679;
1231+
CURRENT_PROJECT_VERSION = 680;
12321232
DEVELOPMENT_TEAM = TPPAB4YBA6;
12331233
ENABLE_PREVIEWS = YES;
12341234
INFOPLIST_FILE = iOS/Info.plist;
@@ -1254,7 +1254,7 @@
12541254
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
12551255
CODE_SIGN_ENTITLEMENTS = "WriteFreely-MultiPlatform (iOS).entitlements";
12561256
CODE_SIGN_STYLE = Automatic;
1257-
CURRENT_PROJECT_VERSION = 679;
1257+
CURRENT_PROJECT_VERSION = 680;
12581258
DEVELOPMENT_TEAM = TPPAB4YBA6;
12591259
ENABLE_PREVIEWS = YES;
12601260
INFOPLIST_FILE = iOS/Info.plist;

0 commit comments

Comments
 (0)