Skip to content

Releases: jamiefdhurst/journal

v0.4.2

12 Mar 19:57
Compare
Choose a tag to compare

Release v0.4.2, including the following commits:

  • Fix to default to major go version

v0.4.1

05 Mar 22:15
Compare
Choose a tag to compare

Release v0.4.1, including the following commits:

  • Rework build to support automatic versioning

v0.4

05 Mar 21:58
Compare
Choose a tag to compare

Release v0.4, including the following commits:

  • Rework pipeline to use newer syntax
  • Fix readme url to go-sqlite3 (#43)
  • Update tests to download tooling correctly
  • Add GitHub settings
  • Fix for glob-parent vulnerabilities with overrides

v0.3.0.3

24 Oct 15:59
Compare
Choose a tag to compare

Fix Dockerfile for test too

v0.3.0.2

24 Oct 15:50
Compare
Choose a tag to compare

Update Dockerfile to use "sqlite3" package correctly

v0.3.0.1

24 Mar 21:52
Compare
Choose a tag to compare

Fix styling issue with edit button on home page.

v0.3

24 Mar 22:25
Compare
Choose a tag to compare

A complete redesign and some additional functionality:

  • Fixed issues preventing builds from passing in newer go versions (v1.16)
  • Complete new design that encompasses responsiveness and simplicity
  • Pagination support, with a default of 20 per page and a customisable environment variable
  • Migrated port option into environment variable
  • Exposed title option into environment varible
  • Exposed DB location through environment variable
  • Enable/disable creating and editing articles through environment variables
  • Added further documentation for extended development

v0.2.2

02 May 20:32
Compare
Choose a tag to compare

Some bug fixes and dependency improvements:

  • Remove "createdb" option and simply create the database automatically when not present
  • Remove dependency on GIPHY - if no API key is provided, simply disable that functionality
  • Test new functionality, and ensure the duplicate title functionality is handled and tested
  • Ensure new posts return a 201 response code, not a 200

v0.2.1

03 Aug 20:32
607bc20
Compare
Choose a tag to compare

Mostly bug fixes:

  • Fixed saved box showing always
  • Fixed titles accidentally converting to slug case
  • Fixed API tests failing
  • Added support for duplicate titles

v0.2

27 Jun 21:13
24ad5a7
Compare
Choose a tag to compare

New release includes:

  • Fixed texture height issue
  • Post order now newest first
  • Full RESTful API access
  • Ability to edit posts
  • New project structure
  • Unit + API Tests
  • GIF support from Giphy
  • Documentation