mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Fix link in change log and bump build number for iOS app
This commit is contained in:
parent
4f5e43b035
commit
dd4a82ac80
@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- [Mac] The server URL field is better validated when logging in to a WriteFreely instance/Write.as.
|
- [Mac] The server URL field is better validated when logging in to a WriteFreely instance/Write.as.
|
||||||
- [Mac] Fixed a regression where text color did not adapt to dark mode correctly.
|
- [Mac] Fixed a regression where text color did not adapt to dark mode correctly.
|
||||||
|
|
||||||
## [1.0.4-ios] - 2021-02-11
|
## [1.0.4-ios] - 2021-02-15
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
@ -225,7 +225,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.2-ios...HEAD
|
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.4-ios...HEAD
|
||||||
|
[1.0.4-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.2-ios...v1.0.4-ios
|
||||||
[1.0.2-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1-ios...v1.0.2-ios
|
[1.0.2-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1-ios...v1.0.2-ios
|
||||||
[1.0.1-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0...v1.0.1-ios
|
[1.0.1-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0...v1.0.1-ios
|
||||||
[1.0.1b3-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1b2-ios...v1.0.1b3-ios
|
[1.0.1b3-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1b2-ios...v1.0.1b3-ios
|
||||||
|
@ -969,7 +969,7 @@
|
|||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 599;
|
CURRENT_PROJECT_VERSION = 600;
|
||||||
DEVELOPMENT_TEAM = TPPAB4YBA6;
|
DEVELOPMENT_TEAM = TPPAB4YBA6;
|
||||||
ENABLE_PREVIEWS = YES;
|
ENABLE_PREVIEWS = YES;
|
||||||
INFOPLIST_FILE = iOS/Info.plist;
|
INFOPLIST_FILE = iOS/Info.plist;
|
||||||
@ -993,7 +993,7 @@
|
|||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 599;
|
CURRENT_PROJECT_VERSION = 600;
|
||||||
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