Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 1.67 KB

CHANGELOG

Unreleased - View Diff

  • Nothing yet

v1.0.2 - November 7, 2024 - View Diff

  • View commit - Allow .yaml files to be uploaded. Previously the upload validation would only allow .yml.
  • View commit - Drop support for Rails v5.x
  • #19 - Fix width issue on translation values form and view page

v1.0.1 - October 17, 2023 - View Diff

  • #14 - Remove usage of Array#intersection to fix errors in Ruby 2.6 and below
  • #12 - Fix for cleaning old tmp files created from TranslationKey#export_to
  • #11 - Fix google translate and add specs
  • #10 - Add missing pagination links to index pages

v1.0.0 - August 3, 2023 - View Diff

  • Release to rubygems

April 17, 2023

  • #3 - Do not automatically load migrations and instead require an explicit migration install step

April 2023

  • Initial Release