Source code for the WriteFreely SwiftUI app for iOS, iPadOS, and macOS
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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. ## [Unreleased]
  6. ### Added
  7. - [Mac] Added the launch-to-last-draft functionality in the Editor Launching Policy.
  8. - [Mac] Holding the Shift key when launching clears the app's "last draft" state and instead loads a new blank draft.
  9. - [Mac] Added a menu item for toggling the toolbar.
  10. - [Mac] In a post with unpublished changes (i.e., with "local" or "edited" status), the post is autosaved after a one-second pause in typing.
  11. ### Changed
  12. - [Mac] The published date now reflects the time a post was published, not created.
  13. - [Mac] If the option is set, the app now silently checks for updates on launch.
  14. - [Mac] New drafts are created in the currently-selected blog, rather than being created in Drafts (or "Anonymous" for Write.as accounts).
  15. - [iOS, Mac] Updated the URL of the WriteFreely Swift package.
  16. ### Fixed
  17. - [Mac] Improved reliability of the toolbar when a post is selected.
  18. - [Mac] Find and replace now works as expected in the post editor.
  19. - [Mac] Formatting is stripped from text that is pasted into the post editor.
  20. - [Mac] New posts use proper linespacing.
  21. - [Mac] The post status updates correctly after publishing local changes to an existing post.
  22. - [Mac] The server URL field is better validated when logging in to a WriteFreely instance/Write.as.
  23. - [Mac] Fixed a regression where text color did not adapt to dark mode correctly.
  24. - [Mac] Sharing a post now uses the custom domain (if any).
  25. ## [1.0.5-ios] - 2021-04-12
  26. ### Fixed
  27. - [iOS] Sharing a post now uses the custom domain (if any).
  28. - [iOS] Creating a new post no longer navigates away from the currently selected blog to the Drafts list.
  29. ## [1.0.4-ios] - 2021-02-15
  30. ### Changed
  31. - [iOS] The published date now reflects the time a post was published, not created.
  32. ### Fixed
  33. - [iOS] Restored the launch-to-last-draft functionality in the Editor Launching Policy.
  34. - [iOS] The post status updates correctly after publishing local changes to an existing post.
  35. - [iOS] The server URL field is better validated when logging in to a WriteFreely instance/Write.as.
  36. ## [1.0.2-ios] - 2021-01-20
  37. ### Added
  38. - [iOS] A link has been added to the the Settings sheet to review the app on the App Store.
  39. ### Fixed
  40. - [iOS] Multiple accessibility issues with VoiceOver text were fixed.
  41. - [iOS] Navigating through the app now animates properly.
  42. - [iOS] Fixed a bug on iPhone where leaving the post editor would sometimes send you right back to the editor.
  43. ## [1.0.1-ios] - 2020-11-18
  44. This version rolls up the iOS beta releases for publishing on the App Store. From this point forward, tags will use the `-ios` and `-mac`
  45. suffixes to differentiate between platforms, until both are at feature parity.
  46. ## [1.0.1b3-ios] - 2020-11-13
  47. ### Fixed
  48. - Fixed a bug where adding certain characters to your post (like emoji, for example) would cause the cursor to jump to the end of the post.
  49. ## [1.0.1b2-ios] - 2020-11-11
  50. ### Added
  51. - Added short extracts of the post body to the post list when the post has no title.
  52. ### Fixed
  53. - Fixed a silent failure where the app would appear to login but could not get a valid access token from the server.
  54. - Fixed a bug that would jump the cursor to the end of the post when typing in the middle of the post body.
  55. ## [1.0.1b1-ios] - 2020-11-09
  56. ### Added
  57. - A link in the Settings screen of the app now points to the How-To guide in the forum.
  58. - A link in the README to the App Store product page for the iOS app.
  59. - An alert now warns you if you try to perform a task that requires an internet connection when there is no network connection.
  60. ### Changed
  61. - Local posts are no longer deleted when logging out.
  62. - The app now requires you to confirm when logging out, and indicates how many local edits will be lost by doing so.
  63. - Various editor improvements:
  64. - The cursor now focuses on the title field and brings up the keyboard when loading a post in the editor.
  65. - The Return key navigates from the title field to the body field.
  66. - The title field now automatically increases its height as the text wraps.
  67. - Increased the line spacing in both the title and body fields.
  68. - When logged out, the app now only shows the "Drafts" list, rather than the "All Posts" list.
  69. - Buttons that handle network requests (e.g. publishing, reloading from server) now show a busy indicator while waiting to complete the task.
  70. ### Fixed
  71. - After moving a post from Drafts/Anonymous to a blog, the share link format retained the old single-post format. This is now fixed.
  72. - The placeholder text on new (empty) posts now shows reliably.
  73. - The title and body fields in the editor are better aligned.
  74. - The app more consistently loads the last draft (or a new draft) on launch.
  75. - Fixed a crash on launch that was caused by the list of posts from local storage was being changed while being fetched.
  76. ## [1.0.0] - 2020-10-20
  77. ### Known Issues
  78. - Publishing changes to the server doesn't update the badge status from 'Edited' to 'Published' until you tap the Publish button a second time.
  79. - When moving a published post from Drafts to a blog, the share link does not update accordingly.
  80. - **Workaround:** Log out of your account and then log back in. This will **permanently delete** any unpublished posts and changes!
  81. ### Added
  82. - A new Menu button has been added to the post editor to collect all post-related functions.
  83. - 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).
  84. - You can now move a post to a collection from the post editor menu.
  85. ### Changed
  86. - New local posts are now always created as Drafts.
  87. - The post editor's Publish and Share buttons are now found under a new Menu button.
  88. - Logging in now ignores any path added to the server URL.
  89. - The WriteFreely Swift package now requires v0.3.0 as the minimum version.
  90. ### Fixed
  91. - Fixed a bug where entering an invalid server URL would hang the login attempt.
  92. - Fixed a crash that could occur when sharing a post on iPad.
  93. - Fixed a bug that set the post status to 'Edited' after updating a published post to a newer version from the server.
  94. - Fixed a release name in this change log.
  95. ## [1.0.0b1] - 2020-10-02
  96. ### Added
  97. - The "All Posts" list now shows which blog a post belongs to.
  98. ### Fixed
  99. - Fixed a crash that could occur when tapping the share button.
  100. - Fixed a visual glitch that made the post list overlap the navigation bar when scrolling on iPhone and iPad.
  101. - Fixed a link in the change log; added date to the 1.0.0a1 release.
  102. ## [1.0.0a1] - 2020-09-30
  103. ### Added
  104. - A support link in the Settings screen lets you access the help forum.
  105. - You can now delete local posts.
  106. - You are now prompted for action when viewing a post that was deleted from the server.
  107. - You can now choose a default font for new local drafts in the Settings screen.
  108. - The post editor shows your content in the set typeface.
  109. - Placeholder text has been added to the post editor.
  110. - [iOS] The URL of published posts can be shared from the post editor via the system share sheet.
  111. ### Changed
  112. - The collection list now shows the WriteFreely instance name (or just "WriteFreely" if logged out).
  113. - The Publish and Reload buttons are disabled if there's no network connection.
  114. - The post editor's status badge has been moved to the top of the screen.
  115. - The layout of the post editor has been improved to provide a larger editing area on iPhone.
  116. - The app now launches to either the last draft you were working on, or a new blank post.
  117. - Empty local posts are discarded when you navigate away from the post editor.
  118. - Server addresses with an insecure protocol ("http://") are upgraded to a secure protocol ("https://") before login is attempted.
  119. - Attempting to publish a post when you're not logged in presents the login form.
  120. ### Fixed
  121. - Language-related properties "lang" and "rtl" are set for new posts based on the system's locale.
  122. - The keyboard is now dismissed on publishing a post.
  123. - Server addresses can now be entered without the protocol ("https://") when logging in.
  124. - [iPadOS] Fixed a crash when dismissing a blank post.
  125. ## [0.1.1] - 2020-09-14
  126. ### Added
  127. - Icon asset for App Store.
  128. - [iOS] LaunchScreen storyboard added for iPad multitasking requirements .
  129. ## [0.1.0] - 2020-09-11
  130. ### Added
  131. - Post editor now has a Publish button to publish a post.
  132. - Collections sidebar to choose a specific collection (i.e., blog).
  133. - Settings to provide the user interface for logging in, setting preferred color scheme.
  134. - The WriteFreelyModel type consolidates other models as Published properties in a single EnvironmentObject.
  135. - Logging in and out a WriteFreely instance is now possible.
  136. - Collections and Posts are now persisted to local storage between app launches.
  137. - Content can be reloaded from the server.
  138. - Collections and Posts are purged from the database on logout.
  139. - Apps now have app icons.
  140. ### Changed
  141. - Updated license from AGPLv3 to GPLv3.
  142. - Types have been renamed to be more consistent.
  143. - WriteFreely Swift package version bumped to v0.2.1.
  144. - Local posts are now badged as `local` instead of `draft`.
  145. ## [0.0.2] - 2020-07-30
  146. ### Added
  147. - Basic post list for displaying (local) posts.
  148. - Basic post editor for:
  149. - Creating a new local draft (title and content only)
  150. - Updating a (local) post
  151. - Badge for post status (`draft`, `edited`, `published`).
  152. ## [0.0.1] - 2020-07-22
  153. ### Added
  154. - WriteFreely Swift package.
  155. - SwiftLint build phase for both macOS and iOS targets.
  156. - Project metadocuments, including:
  157. - Project readme
  158. - APGL v3 license
  159. - Code of conduct
  160. - Contributing guide
  161. - This changelog
  162. [Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.5-ios...HEAD
  163. [1.0.5-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.4-ios...v1.0.5-ios
  164. [1.0.4-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.2-ios...v1.0.4-ios
  165. [1.0.2-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1-ios...v1.0.2-ios
  166. [1.0.1-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0...v1.0.1-ios
  167. [1.0.1b3-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1b2-ios...v1.0.1b3-ios
  168. [1.0.1b2-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1b1-ios...v1.0.1b2-ios
  169. [1.0.1b1-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0...v1.0.1b1-ios
  170. [1.0.0]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0b1...v1.0.0
  171. [1.0.0b1]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0a1...v1.0.0b1
  172. [1.0.0a1]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.1...v1.0.0a1
  173. [0.1.1]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.0...v0.1.1
  174. [0.1.0]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.2...v0.1.0
  175. [0.0.2]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.1...v0.0.2
  176. [0.0.1]: https://github.com/writeas/writefreely-swiftui-multiplatform/releases/tag/v0.0.1