Skip to content

Commit 09be643

Browse files
committed
Update change log and bump build number
1 parent 855aff2 commit 09be643

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,26 @@ 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-
## [Unreleased]
8+
## [0.1.0] - 2020-09-11
99

1010
### Added
1111

12-
- Post editor now has a Publish button to change post status
12+
- Post editor now has a Publish button to publish a post
1313
- Collections sidebar to choose a specific collection (i.e., blog)
1414
- Settings to provide the user interface for logging in, setting preferred color scheme
1515
- The WriteFreelyModel type consolidates other models as Published properties in a single EnvironmentObject
1616
- Logging in and out a WriteFreely instance is now possible
17+
- Collections and Posts are now persisted to local storage between app launches
18+
- Content can be reloaded from the server
19+
- Collections and Posts are purged from the database on logout
20+
- Apps now have app icons
1721

1822
### Changed
1923

2024
- Updated license from AGPLv3 to GPLv3
2125
- Types have been renamed to be more consistent
2226
- WriteFreely Swift package version bumped to v0.2.1
27+
- Local posts are now badged as `local` instead of `draft`
2328

2429
## [0.0.2] - 2020-07-30
2530

@@ -44,6 +49,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4449
- Contributing guide
4550
- This changelog
4651

47-
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.2...HEAD
52+
[0.1.0] https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.2...v0.1.0
4853
[0.0.2]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.1...v0.0.2
4954
[0.0.1]: https://github.com/writeas/writefreely-swiftui-multiplatform/releases/tag/v0.0.1

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@
785785
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
786786
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
787787
CODE_SIGN_STYLE = Automatic;
788-
CURRENT_PROJECT_VERSION = 238;
788+
CURRENT_PROJECT_VERSION = 240;
789789
DEVELOPMENT_TEAM = TPPAB4YBA6;
790790
ENABLE_PREVIEWS = YES;
791791
INFOPLIST_FILE = iOS/Info.plist;
@@ -809,7 +809,7 @@
809809
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
810810
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
811811
CODE_SIGN_STYLE = Automatic;
812-
CURRENT_PROJECT_VERSION = 238;
812+
CURRENT_PROJECT_VERSION = 240;
813813
DEVELOPMENT_TEAM = TPPAB4YBA6;
814814
ENABLE_PREVIEWS = YES;
815815
INFOPLIST_FILE = iOS/Info.plist;
@@ -836,7 +836,7 @@
836836
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
837837
CODE_SIGN_STYLE = Automatic;
838838
COMBINE_HIDPI_IMAGES = YES;
839-
CURRENT_PROJECT_VERSION = 238;
839+
CURRENT_PROJECT_VERSION = 240;
840840
DEVELOPMENT_TEAM = TPPAB4YBA6;
841841
ENABLE_HARDENED_RUNTIME = YES;
842842
ENABLE_PREVIEWS = YES;
@@ -862,7 +862,7 @@
862862
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
863863
CODE_SIGN_STYLE = Automatic;
864864
COMBINE_HIDPI_IMAGES = YES;
865-
CURRENT_PROJECT_VERSION = 238;
865+
CURRENT_PROJECT_VERSION = 240;
866866
DEVELOPMENT_TEAM = TPPAB4YBA6;
867867
ENABLE_HARDENED_RUNTIME = YES;
868868
ENABLE_PREVIEWS = YES;

0 commit comments

Comments
 (0)