Skip to content

Releases: writefreely/writefreely-swiftui-multiplatform

WriteFreely for iOS v1.0.8

17 Dec 20:14
77822cb
Compare
Choose a tag to compare

Added

  • The app now includes an action extension; activate it in Safari by tapping the Share button, and choosing "Create WriteFreely draft" from the available actions.

Changes

  • To enable sharing of data between the app and the action extension, both the Core Data local store and User Defaults have been moved to an App Group.

WriteFreely for iOS v1.0.7

01 Oct 19:43
0c41416
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that would cause the app to cancel navigation from the post list to the blog list on iPhone.
  • Fixed a potential crash if the system keychain wasn't available at app launch.
  • Fixed a bug that prevented navigation to the post list when selecting a blog on iPhone on iOS 15.
  • Fixed a bug that prevented the Settings sheet from displaying on iOS 15.

WriteFreely for iOS v1.0.6

10 Jun 21:29
18e6927
Compare
Choose a tag to compare

Changed

WriteFreely for iOS v1.0.5

13 Apr 13:00
af00b4b
Compare
Choose a tag to compare

Fixed

  • Sharing a post now uses the custom domain (if any).
  • Creating a new post no longer navigates away from the currently selected blog to the Drafts list.

WriteFreely for iOS v1.0.4

13 Apr 12:59
dd4a82a
Compare
Choose a tag to compare

Changed

  • The published date now reflects the time a post was published, not created.

Fixed

  • Restored the launch-to-last-draft functionality in the Editor Launching Policy.
  • The post status updates correctly after publishing local changes to an existing post.
  • The server URL field is better validated when logging in to a WriteFreely instance/Write.as.

WriteFreely for iOS v1.0.2

20 Jan 15:28
904c0a7
Compare
Choose a tag to compare

Added

  • A link has been added to the the Settings sheet to review the app on the App Store.

Fixed

  • Multiple accessibility issues with VoiceOver text were fixed.
  • Navigating through the app now animates properly.
  • Fixed a bug on iPhone where leaving the post editor would sometimes send you right back to the editor.

WriteFreely for Mac v1.0 beta 1

26 Jan 18:05
1d1d492
Compare
Choose a tag to compare
Pre-release

The first beta of WriteFreely for Mac! Please note that this is pre-release software, and users may be subject to bugs, app instability, and potential data loss.

Known Issues

  • This app does not include an update mechanism; upgrading it may require that it be uninstalled first and a new version installed in its place.
  • Line spacing does not take effect when creating a new post; to see the post with proper line spacing, add a few words, go to another post, and then come back to the new post.
  • The emoji picker (CTRL + CMD + SPACE) does not work in the post editor.
  • The app may crashes when switching between blogs in the sidebar.
  • Upon minimizing the app, clicking the dock icon does not restore the window; to do so, go to the Window menu and select the window with the diamond (♢) next to it.

WriteFreely for iOS v1.0.1

18 Nov 15:09
d8794e6
Compare
Choose a tag to compare

Added

  • A link in the Settings screen of the app now points to the How-To guide in the forum.
  • 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.
  • Added short extracts of the post body to the post list when the post has no title.

Changed

  • 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.
  • 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.
  • 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.
  • Fixed a silent failure where the app would appear to login but could not get a valid access token from the server.

WriteFreely for iOS v1.0.1 beta 3

13 Nov 20:20
d8794e6
Compare
Choose a tag to compare
Pre-release

Fixed

  • 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.

WriteFreely for iOS v1.0.1 beta 2

11 Nov 17:06
45386b6
Compare
Choose a tag to compare
Pre-release

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.