swiftui-multiplatform/CHANGELOG.md

63 lines
2.1 KiB
Markdown
Raw Normal View History

2020-07-22 15:54:01 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.1] - 2020-09-14
### Added
- Icon asset for App Store
- [iOS] LaunchScreen storyboard added for iPad multitasking requirements
## [0.1.0] - 2020-09-11
2020-07-22 15:54:01 +00:00
2020-07-31 17:59:22 +00:00
### Added
- Post editor now has a Publish button to publish a post
2020-08-07 14:45:00 +00:00
- Collections sidebar to choose a specific collection (i.e., blog)
2020-08-13 19:12:57 +00:00
- Settings to provide the user interface for logging in, setting preferred color scheme
2020-08-20 16:12:50 +00:00
- The WriteFreelyModel type consolidates other models as Published properties in a single EnvironmentObject
- Logging in and out a WriteFreely instance is now possible
- Collections and Posts are now persisted to local storage between app launches
- Content can be reloaded from the server
- Collections and Posts are purged from the database on logout
- Apps now have app icons
2020-07-31 17:59:22 +00:00
2020-07-30 14:44:37 +00:00
### Changed
- Updated license from AGPLv3 to GPLv3
2020-08-20 16:12:50 +00:00
- Types have been renamed to be more consistent
- WriteFreely Swift package version bumped to v0.2.1
- Local posts are now badged as `local` instead of `draft`
2020-07-30 14:44:37 +00:00
## [0.0.2] - 2020-07-30
### Added
- Basic post list for displaying (local) posts
- Basic post editor for:
- Creating a new local draft (title and content only)
- Updating a (local) post
- Badge for post status (`draft`, `edited`, `published`)
2020-07-22 15:54:01 +00:00
## [0.0.1] - 2020-07-22
### Added
- WriteFreely Swift package
- SwiftLint build phase for both macOS and iOS targets
- Project metadocuments, including:
- Project readme
- APGL v3 license
- Code of conduct
- Contributing guide
- This changelog
[0.1.1] https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.0...v0.1.1
[0.1.0] https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.2...v0.1.0
2020-07-30 14:44:37 +00:00
[0.0.2]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.1...v0.0.2
2020-07-22 15:54:01 +00:00
[0.0.1]: https://github.com/writeas/writefreely-swiftui-multiplatform/releases/tag/v0.0.1