Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 1.8 KB

CHANGELOG.rst

File metadata and controls

64 lines (52 loc) · 1.8 KB

Changelog

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

The format is based on Keep a Changelog.

[Unreleased]

[2.0.5] - 2022-07-07

Changed

  • Documentation updates.

[2.0.4] - 2022-03-03

Changed

  • Update server dependencies, handle breaking changes.
  • Update run script (switch out yarn for npm, add frontend commands).
  • Remove gulp Docker task (no longer needed).

[2.0.3] - 2022-03-02

Changed

  • Rearranged server code & configuration locations.
  • Fixed frontend build on change.
  • Fixed frontend code watch & browser sync.

[2.0.2] - 2022-02-19

Changed

  • Properly launch the node server after preparing CouchDB.
  • Used gulp tasks in server Dockerfile setup (see Dockerfile's app label).
  • Change default exposed port to 8090.
  • Copy frontend build output to server-accessible location, update server static file path.
  • Use pm2's Docker container binaries to start server.

[2.0.1] - 2022-02-18

Added

  • This changelog.

Changed

  • Upgraded node images to latest LTS (16.14.0).
  • Removed version keys in package.json file (using this file to track versions).

[2.0.0] - 2022-02-18

Changed

Almost everything. The Docker build and deployment system was upgraded to follow Nick Janetakis's system (see Installation).

[1.2.0] - 2019-05-13

This version used Docker App to create standalone development & production containers. Docker App was discontinued.

Note

Version numbers are stored in this file only.