Skip to content

Latest commit

 

History

History
108 lines (64 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

108 lines (64 loc) · 2.14 KB

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.

Added

Fixed

Changed

Removed

2.0.0 - 2024-01-20

Added

  • Search bar(s)

Changed

  • The whole idea on how to sort word translations. Now will be in categories according to the literature they are used in.
  • Deployed with GitHub pages, instead of AWS with docker.
  • Migrate to Typescript.
  • Migrate to yarn (from npm).

Removed

  • backend
  • not functioning jest tests

1.1.1 2023-12-02

Added

  • Volumes (to persist db data)
  • If not deployed, pdf version.
  • Full backup with descriptions

Fixed

  • .env.template not all vars

1.1.0 - 2023-10-27

Added

  • 10th, 11th grade new words
  • Add "I was here" counter to the same project
  • Add some syntax corrections
  • Database and backend

Fixed

  • bash script for running docker-compose

Changed

  • bash script to be able to rollback to old version in case of error >> Implement Docker layer caching (not remove, but rebuild image)

Removed

  • dict.json data file. Changed with relational database

[1.0.2] - 2023-08-30

Added

  • More references
  • Add more words (from npw.lt physics)
  • Add nice drawing to dark-light mode

Changed

  • The bash script file. Might work now...

1.0.1 - 2023-08-29

Added

  • More words

Fixed

  • Some styling
  • More instructions for GitHub PR

Changed

  • Less useless descriptions

1.0.0 - 2023-08-25

Added

  • Initial working deployed version