Source code for the WriteFreely SwiftUI app for iOS, iPadOS, and macOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1.6 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Post editor now has a Publish button to change post status
  • 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

Changed

  • Updated license from AGPLv3 to GPLv3
  • Types have been renamed to be more consistent
  • WriteFreely Swift package version bumped to v0.2.1

0.0.2 - 2020-07-30

Added

  • Basic post list for displaying (local) posts
  • Basic post editor for:
    • Creating a new local draft (title and content only)
    • Updating a (local) post
  • Badge for post status (draft, edited, published)

0.0.1 - 2020-07-22

Added

  • WriteFreely Swift package
  • SwiftLint build phase for both macOS and iOS targets
  • Project metadocuments, including:
    • Project readme
    • APGL v3 license
    • Code of conduct
    • Contributing guide
    • This changelog