Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

56 lines (34 loc) · 1.49 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.2.1] - 2024-04-17

Changed

  • Bumped Electron, Mocha, and other dependencies suggested by dependabot

[1.2.0] - 2022-12-02

Changed

  • Upgraded follow-redirects dependency for security alert
  • Bumped Node version for tests to 16.x
  • Bumped electron version
  • Fixed unit test errors
  • Created new testing process for CaptionStudio

Fixed

  • fixed bug when selecting a caption that caused the new audio file to not be selected and loaded into the wave form

[1.1.0] - 2021-08-16

Added

  • JSON Editor mode switch. Allows toggling between 'code' and 'form' modes, for better usability.

Fixed

  • Overflow: scroll causing 3-4 scroll bar regions to show up when unecessary
  • Fixed styles for caption preview next/previous buttons so they properly show up side by side

[1.0.0] - 2020-03-31

Added

  • Unit tests added for caption studio components and classes

Changed

  • Caption Studio now reads audio files directly from project root, or user specified audio directory
  • Caption studio now allows for saving/opening caption JSON files directly from projects

Added

  • This CHANGELOG

  • VUE front end renderer

  • Electron back end

  • Project Templating via Github or bundled seed projects

  • Caption Studio Initial Implementation