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).
|
|
|
|
|
2020-11-11 16:48:49 +00:00
|
|
|
## [1.0.1b2-ios] - 2020-11-11
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added short extracts of the post body to the post list when the post has no title.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fixed a silent failure where the app would appear to login but could not get a valid access token from the server.
|
|
|
|
- Fixed a bug that would jump the cursor to the end of the post when typing in the middle of the post body.
|
|
|
|
|
2020-11-09 16:50:16 +00:00
|
|
|
## [1.0.1b1-ios] - 2020-11-09
|
2020-10-22 14:12:13 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2020-11-09 16:50:16 +00:00
|
|
|
- A link in the Settings screen of the app now points to the How-To guide in the forum.
|
2020-10-22 14:12:13 +00:00
|
|
|
- A link in the README to the App Store product page for the iOS app.
|
|
|
|
- An alert now warns you if you try to perform a task that requires an internet connection when there is no network connection.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2020-11-09 16:50:16 +00:00
|
|
|
- Local posts are no longer deleted when logging out.
|
|
|
|
- The app now requires you to confirm when logging out, and indicates how many local edits will be lost by doing so.
|
|
|
|
- Various editor improvements:
|
|
|
|
- The cursor now focuses on the title field and brings up the keyboard when loading a post in the editor.
|
|
|
|
- The Return key navigates from the title field to the body field.
|
|
|
|
- The title field now automatically increases its height as the text wraps.
|
|
|
|
- Increased the line spacing in both the title and body fields.
|
|
|
|
- When logged out, the app now only shows the "Drafts" list, rather than the "All Posts" list.
|
2020-10-22 14:12:13 +00:00
|
|
|
- Buttons that handle network requests (e.g. publishing, reloading from server) now show a busy indicator while waiting to complete the task.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- After moving a post from Drafts/Anonymous to a blog, the share link format retained the old single-post format. This is now fixed.
|
2020-11-09 16:50:16 +00:00
|
|
|
- The placeholder text on new (empty) posts now shows reliably.
|
|
|
|
- The title and body fields in the editor are better aligned.
|
|
|
|
- The app more consistently loads the last draft (or a new draft) on launch.
|
|
|
|
- Fixed a crash on launch that was caused by the list of posts from local storage was being changed while being fetched.
|
2020-10-22 14:12:13 +00:00
|
|
|
|
|
|
|
## [1.0.0] - 2020-10-20
|
2020-10-12 13:57:33 +00:00
|
|
|
|
|
|
|
### Known Issues
|
|
|
|
|
|
|
|
- Publishing changes to the server doesn't update the badge status from 'Edited' to 'Published' until you tap the Publish button a second time.
|
|
|
|
- When moving a published post from Drafts to a blog, the share link does not update accordingly.
|
|
|
|
- **Workaround:** Log out of your account and then log back in. This will **permanently delete** any unpublished posts and changes!
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- A new Menu button has been added to the post editor to collect all post-related functions.
|
|
|
|
- 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).
|
|
|
|
- You can now move a post to a collection from the post editor menu.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- New local posts are now always created as Drafts.
|
|
|
|
- The post editor's Publish and Share buttons are now found under a new Menu button.
|
|
|
|
- Logging in now ignores any path added to the server URL.
|
|
|
|
- The WriteFreely Swift package now requires v0.3.0 as the minimum version.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fixed a bug where entering an invalid server URL would hang the login attempt.
|
|
|
|
- Fixed a crash that could occur when sharing a post on iPad.
|
|
|
|
- Fixed a bug that set the post status to 'Edited' after updating a published post to a newer version from the server.
|
|
|
|
- Fixed a release name in this change log.
|
|
|
|
|
|
|
|
## [1.0.0b1] - 2020-10-02
|
2020-10-02 20:04:56 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- The "All Posts" list now shows which blog a post belongs to.
|
2020-09-30 20:30:18 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2020-10-02 20:04:56 +00:00
|
|
|
- Fixed a crash that could occur when tapping the share button.
|
|
|
|
- Fixed a visual glitch that made the post list overlap the navigation bar when scrolling on iPhone and iPad.
|
2020-09-30 20:30:18 +00:00
|
|
|
- Fixed a link in the change log; added date to the 1.0.0a1 release.
|
|
|
|
|
|
|
|
## [1.0.0a1] - 2020-09-30
|
2020-09-24 19:41:29 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- A support link in the Settings screen lets you access the help forum.
|
|
|
|
- You can now delete local posts.
|
|
|
|
- You are now prompted for action when viewing a post that was deleted from the server.
|
|
|
|
- You can now choose a default font for new local drafts in the Settings screen.
|
|
|
|
- The post editor shows your content in the set typeface.
|
|
|
|
- Placeholder text has been added to the post editor.
|
2020-09-30 18:10:31 +00:00
|
|
|
- [iOS] The URL of published posts can be shared from the post editor via the system share sheet.
|
2020-09-24 19:41:29 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- The collection list now shows the WriteFreely instance name (or just "WriteFreely" if logged out).
|
|
|
|
- The Publish and Reload buttons are disabled if there's no network connection.
|
|
|
|
- The post editor's status badge has been moved to the top of the screen.
|
|
|
|
- The layout of the post editor has been improved to provide a larger editing area on iPhone.
|
|
|
|
- The app now launches to either the last draft you were working on, or a new blank post.
|
2020-09-28 18:39:42 +00:00
|
|
|
- Empty local posts are discarded when you navigate away from the post editor.
|
|
|
|
- Server addresses with an insecure protocol ("http://") are upgraded to a secure protocol ("https://") before login is attempted.
|
2020-09-30 18:10:31 +00:00
|
|
|
- Attempting to publish a post when you're not logged in presents the login form.
|
2020-09-24 19:41:29 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Language-related properties "lang" and "rtl" are set for new posts based on the system's locale.
|
|
|
|
- The keyboard is now dismissed on publishing a post.
|
2020-09-28 18:39:42 +00:00
|
|
|
- Server addresses can now be entered without the protocol ("https://") when logging in.
|
2020-09-29 18:07:18 +00:00
|
|
|
- [iPadOS] Fixed a crash when dismissing a blank post.
|
2020-09-24 19:41:29 +00:00
|
|
|
|
2020-09-14 13:57:11 +00:00
|
|
|
## [0.1.1] - 2020-09-14
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2020-09-24 19:41:29 +00:00
|
|
|
- Icon asset for App Store.
|
|
|
|
- [iOS] LaunchScreen storyboard added for iPad multitasking requirements .
|
2020-09-14 13:57:11 +00:00
|
|
|
|
2020-09-11 20:33:13 +00:00
|
|
|
## [0.1.0] - 2020-09-11
|
2020-07-22 15:54:01 +00:00
|
|
|
|
2020-07-31 17:59:22 +00:00
|
|
|
### Added
|
|
|
|
|
2020-09-24 19:41:29 +00:00
|
|
|
- Post editor now has a Publish button to publish a post.
|
|
|
|
- Collections sidebar to choose a specific collection (i.e., blog).
|
|
|
|
- Settings to provide the user interface for logging in, setting preferred color scheme.
|
|
|
|
- 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
|
|
|
|
|
2020-09-24 19:41:29 +00:00
|
|
|
- Updated license from AGPLv3 to GPLv3.
|
|
|
|
- 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
|
|
|
|
|
2020-09-24 19:41:29 +00:00
|
|
|
- Basic post list for displaying (local) posts.
|
2020-07-30 14:44:37 +00:00
|
|
|
- Basic post editor for:
|
|
|
|
- Creating a new local draft (title and content only)
|
|
|
|
- Updating a (local) post
|
2020-09-24 19:41:29 +00:00
|
|
|
- Badge for post status (`draft`, `edited`, `published`).
|
2020-07-30 14:44:37 +00:00
|
|
|
|
2020-07-22 15:54:01 +00:00
|
|
|
## [0.0.1] - 2020-07-22
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2020-09-24 19:41:29 +00:00
|
|
|
- WriteFreely Swift package.
|
|
|
|
- SwiftLint build phase for both macOS and iOS targets.
|
2020-07-22 15:54:01 +00:00
|
|
|
- Project metadocuments, including:
|
|
|
|
- Project readme
|
|
|
|
- APGL v3 license
|
|
|
|
- Code of conduct
|
|
|
|
- Contributing guide
|
|
|
|
- This changelog
|
|
|
|
|
2020-11-11 16:48:49 +00:00
|
|
|
[1.0.1b2-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1b1...v1.0.1b2-ios
|
2020-11-09 16:50:16 +00:00
|
|
|
[1.0.1b1-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0...v1.0.1b1-ios
|
2020-10-22 14:12:13 +00:00
|
|
|
[1.0.0]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0b1...v1.0.0
|
2020-10-12 13:57:33 +00:00
|
|
|
[1.0.0b1]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0a1...v1.0.0b1
|
2020-09-30 20:30:18 +00:00
|
|
|
[1.0.0a1]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.1...v1.0.0a1
|
2020-09-24 19:41:29 +00:00
|
|
|
[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
|