Skip to content

Commit 22109a4

Browse files
committed
Update change log and bump build number
1 parent 4250e99 commit 22109a4

File tree

2 files changed

+35
-6
lines changed

2 files changed

+35
-6
lines changed

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,35 @@ 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-
## [1.0.0a2] - 2020-10-02
8+
## [1.0.0b2] - 2020-10-12
9+
10+
### Known Issues
11+
12+
- Publishing changes to the server doesn't update the badge status from 'Edited' to 'Published' until you tap the Publish button a second time.
13+
- When moving a published post from Drafts to a blog, the share link does not update accordingly.
14+
- **Workaround:** Log out of your account and then log back in. This will **permanently delete** any unpublished posts and changes!
15+
16+
### Added
17+
18+
- A new Menu button has been added to the post editor to collect all post-related functions.
19+
- When you first publish a local draft, you're now asked where it should be published (i.e. to Drafts, or to one of your blogs).
20+
- You can now move a post to a collection from the post editor menu.
21+
22+
### Changed
23+
24+
- New local posts are now always created as Drafts.
25+
- The post editor's Publish and Share buttons are now found under a new Menu button.
26+
- Logging in now ignores any path added to the server URL.
27+
- The WriteFreely Swift package now requires v0.3.0 as the minimum version.
28+
29+
### Fixed
30+
31+
- Fixed a bug where entering an invalid server URL would hang the login attempt.
32+
- Fixed a crash that could occur when sharing a post on iPad.
33+
- Fixed a bug that set the post status to 'Edited' after updating a published post to a newer version from the server.
34+
- Fixed a release name in this change log.
35+
36+
## [1.0.0b1] - 2020-10-02
937

1038
### Added
1139

@@ -98,7 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
98126
- Contributing guide
99127
- This changelog
100128

101-
[1.0.0a2]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0a1...v1.0.0a2
129+
[1.0.0b2]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0b1...v1.0.0b2
130+
[1.0.0b1]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0a1...v1.0.0b1
102131
[1.0.0a1]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.1...v1.0.0a1
103132
[0.1.1]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.0...v0.1.1
104133
[0.1.0]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.2...v0.1.0

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@
901901
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
902902
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
903903
CODE_SIGN_STYLE = Automatic;
904-
CURRENT_PROJECT_VERSION = 340;
904+
CURRENT_PROJECT_VERSION = 359;
905905
DEVELOPMENT_TEAM = TPPAB4YBA6;
906906
ENABLE_PREVIEWS = YES;
907907
INFOPLIST_FILE = iOS/Info.plist;
@@ -925,7 +925,7 @@
925925
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
926926
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
927927
CODE_SIGN_STYLE = Automatic;
928-
CURRENT_PROJECT_VERSION = 340;
928+
CURRENT_PROJECT_VERSION = 359;
929929
DEVELOPMENT_TEAM = TPPAB4YBA6;
930930
ENABLE_PREVIEWS = YES;
931931
INFOPLIST_FILE = iOS/Info.plist;
@@ -952,7 +952,7 @@
952952
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
953953
CODE_SIGN_STYLE = Automatic;
954954
COMBINE_HIDPI_IMAGES = YES;
955-
CURRENT_PROJECT_VERSION = 340;
955+
CURRENT_PROJECT_VERSION = 359;
956956
DEVELOPMENT_TEAM = TPPAB4YBA6;
957957
ENABLE_HARDENED_RUNTIME = YES;
958958
ENABLE_PREVIEWS = YES;
@@ -978,7 +978,7 @@
978978
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
979979
CODE_SIGN_STYLE = Automatic;
980980
COMBINE_HIDPI_IMAGES = YES;
981-
CURRENT_PROJECT_VERSION = 340;
981+
CURRENT_PROJECT_VERSION = 359;
982982
DEVELOPMENT_TEAM = TPPAB4YBA6;
983983
ENABLE_HARDENED_RUNTIME = YES;
984984
ENABLE_PREVIEWS = YES;

0 commit comments

Comments
 (0)