Skip to content

Releases: writefreely/writefreely-swiftui-multiplatform

WriteFreely for iOS v1.0.18

19 Aug 10:12
a1ebf4d
Compare
Choose a tag to compare

Fixed

  • [iOS] Fixed launch policy bug that would close the active post when switching away from the app.
  • [iOS] Improved compatibility with iOS 18 betas.

WriteFreely for iOS v1.0.17

16 Mar 18:49
664eb44
Compare
Choose a tag to compare

Fixed

  • [iOS] Improved offline experience with 'not connected' messaging.
  • [iOS] Improved compatibility with iOS 17.

WriteFreely for iOS v1.0.16

30 Jul 11:40
5efdde9
Compare
Choose a tag to compare

Added

  • [iOS] Added a way to search for text across all posts.
  • [iOS] Added a way to refresh an edited post from the server copy.

Changed

  • [iOS] The app now reverts a post from edited to published status if you undo your changes.

Fixed

  • [iOS] Fixed a bug where posts moved from one blog to another on a different client didn't update in the app.

WriteFreely for iOS v1.0.15

15 Jan 21:44
31e5b63
Compare
Choose a tag to compare

Fixed

  • Restored the new-draft-on-launch feature and resolves crashing bug.
  • Fixed a bug that would navigate to a post on launch, then immediately navigate back to the post list.
  • Fixed some animation glitches when presenting and dismissing the keyboard.

WriteFreely for iOS v1.0.14

29 Dec 14:44
e5c25bc
Compare
Choose a tag to compare

Fixed

  • Removed a feature that was causing the app to crash on launch if there were no existing posts.
  • Added methods to fetch device logs.
  • Added a settings option to generate a log file as a new local draft (iOS 15+).

WriteFreely for iOS v1.0.13

19 Nov 14:21
9e71e3f
Compare
Choose a tag to compare

Fixed

  • Fixed an issue that made it tricky to scroll in the post editor.
  • Fixed a bug that didn't navigate to the post editor after tapping the new-post button.
  • Added a context-menu item to delete local posts from the post list.

WriteFreely for iOS v1.0.12

13 Nov 13:16
ceb7eaa
Compare
Choose a tag to compare

Changed

  • The post editor now scrolls the title as well as the post body to better use all screen real estate.

Fixed

  • Bumped WriteFreely package to v0.3.6 to handle decoding of fractional seconds in dates.

WriteFreely for iOS v1.0.11

20 Sep 11:34
884da07
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where the new-post button doesn't appear in the iOS 16 beta.
  • Fixed a bug where the list of posts published outside of a blog didn't update its title (Drafts/Anonymous).
  • Fixed a bug where alerts weren't presented for login errors.
  • Fixed some build warnings in the project.

WriteFreely for iOS v1.0.10

20 Sep 11:33
5e86073
Compare
Choose a tag to compare

Changes

  • Improved error-handling and alerting under the hood, for better app stability.
  • The app now prompts you to reach out to our user forums if it detects a crash.

WriteFreely for iOS v1.0.9

20 Sep 11:31
185567d
Compare
Choose a tag to compare

Fixed

  • Fixed an issue when building for iOS 15 on Xcode 13 that caused the post list to underlap the navigation bar.
  • Cleaned up some straggling project warnings.