mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Update change log and bump build number
This commit is contained in:
parent
040f398b0a
commit
31e5b63443
27
CHANGELOG.md
27
CHANGELOG.md
@ -45,22 +45,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- [Mac] Fixed a bug where alerts weren't presented for login errors.
|
- [Mac] Fixed a bug where alerts weren't presented for login errors.
|
||||||
- [Mac] Fixed some build warnings in the project.
|
- [Mac] Fixed some build warnings in the project.
|
||||||
- [Mac] Bumped WriteFreely package to v0.3.6 to handle decoding of fractional seconds in dates.
|
- [Mac] Bumped WriteFreely package to v0.3.6 to handle decoding of fractional seconds in dates.
|
||||||
- [iOS] Fixed a bug where posts were always shown in serif, even if the post was published with another font.
|
|
||||||
|
## [1.0.15-ios] - 2022-01-15
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
- [iOS] Restored the new-draft-on-launch feature and resolves crashing bug.
|
- [iOS] Restored the new-draft-on-launch feature and resolves crashing bug.
|
||||||
- [iOS] Fixed a bug that would navigate to a post on launch, then immediately navigate back to the post list.
|
- [iOS] Fixed a bug that would navigate to a post on launch, then immediately navigate back to the post list.
|
||||||
- [iOS] Fixed some animation glitches when presenting and dismissing the keyboard.
|
- [iOS] Fixed some animation glitches when presenting and dismissing the keyboard.
|
||||||
|
|
||||||
## [1.0.14-ios] - 2022-12-18
|
## [1.0.14-ios] - 2022-12-18
|
||||||
|
|
||||||
- [iOS] Temporarily removed the new-draft-on-launch feature while investigating a crashing bug.
|
### Added
|
||||||
|
|
||||||
- [iOS] Added methods to fetch device logs.
|
- [iOS] Added methods to fetch device logs.
|
||||||
- [iOS] Added a settings option to generate a log file as a new local draft (iOS 15+).
|
- [iOS] Added a settings option to generate a log file as a new local draft (iOS 15+).
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- [iOS] Temporarily removed the new-draft-on-launch feature while investigating a crashing bug.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- [iOS] Fixed a bug where posts were always shown in serif, even if the post was published with another font.
|
||||||
|
|
||||||
## [1.0.13-ios] - 2022-11-13
|
## [1.0.13-ios] - 2022-11-13
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- [iOS] Added a context-menu item to delete local posts from the post list.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
- [iOS] Fixed an issue that made it tricky to scroll in the post editor.
|
- [iOS] Fixed an issue that made it tricky to scroll in the post editor.
|
||||||
- [iOS] Fixed a bug that didn't navigate to the post editor after tapping the new-post button.
|
- [iOS] Fixed a bug that didn't navigate to the post editor after tapping the new-post button.
|
||||||
- [iOS] Added a context-menu item to delete local posts from the post list.
|
|
||||||
|
|
||||||
## [1.0.12-ios] - 2022-10-06
|
## [1.0.12-ios] - 2022-10-06
|
||||||
|
|
||||||
@ -323,7 +341,8 @@ suffixes to differentiate between platforms, until both are at feature parity.
|
|||||||
- Contributing guide
|
- Contributing guide
|
||||||
- This changelog
|
- This changelog
|
||||||
|
|
||||||
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.14-ios...HEAD
|
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.15-ios...HEAD
|
||||||
|
[1.0.15-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.14-ios...v1.0.15-ios
|
||||||
[1.0.14-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.13-ios...v1.0.14-ios
|
[1.0.14-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.13-ios...v1.0.14-ios
|
||||||
[1.0.13-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.12-ios...v1.0.13-ios
|
[1.0.13-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.12-ios...v1.0.13-ios
|
||||||
[1.0.12-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.11-ios...v1.0.12-ios
|
[1.0.12-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.11-ios...v1.0.12-ios
|
||||||
|
@ -1050,7 +1050,7 @@
|
|||||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
||||||
CODE_SIGN_ENTITLEMENTS = "ActionExtension-iOS/ActionExtension-iOS.entitlements";
|
CODE_SIGN_ENTITLEMENTS = "ActionExtension-iOS/ActionExtension-iOS.entitlements";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 699;
|
CURRENT_PROJECT_VERSION = 700;
|
||||||
DEVELOPMENT_TEAM = TPPAB4YBA6;
|
DEVELOPMENT_TEAM = TPPAB4YBA6;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
|
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
|
||||||
@ -1081,7 +1081,7 @@
|
|||||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
||||||
CODE_SIGN_ENTITLEMENTS = "ActionExtension-iOS/ActionExtension-iOS.entitlements";
|
CODE_SIGN_ENTITLEMENTS = "ActionExtension-iOS/ActionExtension-iOS.entitlements";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 699;
|
CURRENT_PROJECT_VERSION = 700;
|
||||||
DEVELOPMENT_TEAM = TPPAB4YBA6;
|
DEVELOPMENT_TEAM = TPPAB4YBA6;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
|
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
|
||||||
@ -1224,7 +1224,7 @@
|
|||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
CODE_SIGN_ENTITLEMENTS = "WriteFreely-MultiPlatform (iOS).entitlements";
|
CODE_SIGN_ENTITLEMENTS = "WriteFreely-MultiPlatform (iOS).entitlements";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 699;
|
CURRENT_PROJECT_VERSION = 700;
|
||||||
DEVELOPMENT_TEAM = TPPAB4YBA6;
|
DEVELOPMENT_TEAM = TPPAB4YBA6;
|
||||||
ENABLE_PREVIEWS = YES;
|
ENABLE_PREVIEWS = YES;
|
||||||
INFOPLIST_FILE = iOS/Info.plist;
|
INFOPLIST_FILE = iOS/Info.plist;
|
||||||
@ -1250,7 +1250,7 @@
|
|||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
CODE_SIGN_ENTITLEMENTS = "WriteFreely-MultiPlatform (iOS).entitlements";
|
CODE_SIGN_ENTITLEMENTS = "WriteFreely-MultiPlatform (iOS).entitlements";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 699;
|
CURRENT_PROJECT_VERSION = 700;
|
||||||
DEVELOPMENT_TEAM = TPPAB4YBA6;
|
DEVELOPMENT_TEAM = TPPAB4YBA6;
|
||||||
ENABLE_PREVIEWS = YES;
|
ENABLE_PREVIEWS = YES;
|
||||||
INFOPLIST_FILE = iOS/Info.plist;
|
INFOPLIST_FILE = iOS/Info.plist;
|
||||||
|
Loading…
Reference in New Issue
Block a user