Skip to content

Release v3.6.0

Compare
Choose a tag to compare
@rjmackay rjmackay released this 19 Oct 03:56
· 99 commits to main since this release
v3.6.0

Post import improvements

  • Import post categories from CSV
  • Set post status when importing
  • Update import layout
  • Notify a user whenever their import finishes, even if they've navigated away

Minor Improvements

  • Update modal button styling
  • Notify user as they edit a post if the post is in an invalid state
  • Support markdown in site description
  • Show tasks with no fields and a message explaining this
  • Add editable post date to the API (UI pending)
  • Sane column headers on post CSV export
  • Better error reporting when uploading images

Bugs

  • Fix failure removing posts from a collection
  • Remove en-US as default language, use en instead
  • Notify user when geolocation search fails in post edit
  • Fix removing tags from a post
  • Fix invalid slugs generated for posts
  • Fix validation on lat/lon for post location fields

Development improvements

  • Re-organised file structure into main, common and settings modules
  • Move template alongside the related controller/directive
  • Remove dead code