Source code for the WriteFreely SwiftUI app for iOS, iPadOS, and macOS
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 2.1 KiB

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