Skip to content

Latest commit

 

History

History
118 lines (73 loc) · 9.22 KB

CHANGELOG.md

File metadata and controls

118 lines (73 loc) · 9.22 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.

1.1.4 – 2025-02-18

Changed

  • Remove RouterOutlet from AppComponent imports as it is not used. (3810b97)
  • Update major version of Angular in Dockerfile. (07ffeec)
  • Update nginx to 1.27.4 and Node.js to 22. (2ca0fec)
  • Update README. (a050e6c)
  • Deps: update @angular/cli to 19.1.7, @angular/core to 19.1.6, @angular/cdk to 19.1.4 and @angular/material to 19.1.4. (ac05cb3)
  • Deps: update docx to 9.2.0. (491327d)
  • Deps: update openai to 4.85.1. (7441e27)
  • Deps (dev): update @types/jasmine to 5.1.6. (054c76d)
  • Deps (dev): update jasmine-core to 5.6.0. (0debf4a)
  • Deps (dev): update typescript to 5.7.3. (d33b70c)
  • Deps: update transitive dependencies. (f3cc22d, ab78c54)

Fixed

  • Style breaks due to Angular major version update. (27a77ab)

1.1.3 – 2024-11-22

Changed

  • The app version in the page footer is dynamically updated from package.json during the build process. (93cdd30)
  • Update nginx version to 1.26.2 in build workflow config. (6594c99)
  • Deps: update @angular to 18.2.12. (3cbaa6f)
  • Deps: update openai to 4.73.0. (55631c5)
  • Deps: update tslib to 2.8.1. (1ae91c6)
  • Dev-deps: update jasmine-core to 5.4.0. (224ef2c)
  • Deps: update transitive dependencies. (2b00c26)

1.1.2 – 2024-10-10

Changed

  • Update gpt-4o model pricing. (378b084)
  • Deps: update @angular to 18.2.8. (bd1095f)
  • Deps: update openai to 4.67.3. (7b6b90b)
  • Deps: update transitive dependencies. (e09beab)
  • Dev-deps: update jasmine-core to 5.3.0. (ba90cd5)

1.1.1 – 2024-08-30

Added

  • Configuration file for Dependabot version updates of packages. (ab254df, d5e278d)

Changed

  • Update nginx to 1.26.2. (5d82b89)
  • Deps: update @angular to 18.2.2. (33cef42)
  • Deps: update openai to 4.57.0. (8a3d6dc)
  • Deps: update tslib to 2.7.0. (6b2f86b)
  • Deps (transitive): update micromatch to 4.0.8. (6c9d256)

1.1.0 – 2024-08-01

Added

  • Support for OpenAI gpt-4o-mini model. (6c4c1f0)
  • New export format: DOCX file with the data (image filenames and generated descriptions) structured as a table. This new format has been set as the default export format. (f7af2cb)
  • App version to page footer. (e2da6c5)
  • Option to translate individual descriptions to other languages. (89c7866)

Changed

  • Pin Docker image version and set port number. (3aae4c9)
  • Default approximate length of description reduced to 200 and max value of slider to 300 characters. (2f4a34f)
  • Deps: update @angular to 18.1.3. (83d77ad, 2498300, 54fc1ad)
  • Deps: update openai to 4.53.2. (6ea52ae, 52ac756)
  • Deps: update tslib to 2.6.3. (761aa25)
  • Deps: update zone.js to 0.14.8. (964ea1d, 22e4314)
  • Deps (dev): update jasmine-core to 5.2.0. (e6308da)
  • Deps (dev): update karma to 6.4.4. (16828f8)
  • Deps (dev): update typescript to 5.5.4. (dcb33ce)
  • Deps (transitive): update braces to 3.0.3. (56b3d5e)
  • Deps (transitive): update ws, engine.io and socket.io-adapter. (cc2c7ed)

Removed

  • Support for legacy OpenAI gpt-4-turbo model. (569fa30)

1.0.0 – 2024-06-03

Initial release.