convertor/CHANGELOG.md
Your Name 33301033ae feat(i18n): add multi-language UI support with 5 languages
- Add i18n framework with locale detection and cookie persistence
- Support English, Traditional Chinese (zh-TW), Simplified Chinese (zh-CN), Japanese (ja), Korean (ko)
- Add LanguageSelector component in navigation header
- Create locale JSON files with full translations
- Update all page components (root, user, results, history) with i18n support
- Add client-side translation helpers for dynamic content
- Auto-detect user's preferred language from browser settings
- Bump version to v0.1.3
2026-01-20 10:01:55 +08:00

16 KiB

Changelog

0.1.3 (2026-01-20)

Features

  • i18n: Add multi-language UI support with 5 languages
    • English (en) - default
    • Traditional Chinese (zh-TW) / 繁體中文
    • Simplified Chinese (zh-CN) / 简体中文
    • Japanese (ja) / 日本語
    • Korean (ko) / 한국어
  • Add language selector dropdown in navigation header
  • Auto-detect user's preferred language from browser settings
  • Persist language preference in cookies
  • All UI text (buttons, labels, messages, errors) now supports translation
  • Extensible i18n architecture for adding more languages in the future

Technical Details

  • New /src/i18n/ directory with translation core functionality
  • New /src/locales/ directory with JSON translation files
  • New LanguageSelector component for language switching
  • Updated all page components to support localization
  • Client-side translation helper for dynamic content

0.15.0 (2025-10-07)

Features

  • add download all file by file alongside the tar download (#415) (3e7e95b)
  • vtracer implemented and added docker file binaries install (76c840d)

Bug Fixes

0.14.1 (2025-06-04)

Bug Fixes

0.14.0 (2025-06-03)

Features

  • add dvisvgm (625e1a5)
  • add ImageMagick (b47e575), closes #295, closes #269
  • enhance job details display with file information (50725ed), closes #251
  • improve job details interaction and accessibility (29ba229)
  • show version in footer (9a49ded)

Bug Fixes

0.13.0 (2025-05-14)

Features

  • add HIDE_HISTORY option to control visibility of history page (9d1c931)
  • add potrace converter (bdbd4a1)
  • Add support for .HIF files (70705c1)
  • add support for drag/drop of images (ff2ef74)

Bug Fixes

0.12.1 (2025-03-20)

Bug Fixes

0.12.0 (2025-03-06)

Features

  • added progress bar for file upload (db60f35)
  • made every upload file independent (cc54bdc)
  • replace exec with execFile (9263d17)

Bug Fixes

  • add libheif (6b92540)
  • add libheif (decfea5), closes #202
  • added onerror log (ae4bbc8)
  • refactored uploadFile to only accept a single file instead of multiple (dc82a43)
  • update libheif to 1.19.5 (fba5e21), closes #202

0.11.1 (2025-02-07)

Bug Fixes

0.11.0 (2025-02-05)

Features

Bug Fixes

  • don't crash if file is not found (16f27c1)
  • install numpy for inkscape (0e61051)

0.10.1 (2025-01-21)

Bug Fixes

  • ffmpeg works without ffmpeg_args (3b7ea88), closes #212

0.10.0 (2025-01-18)

Features

Bug Fixes

  • add FFMPEG_ARGS env variable (f537c81), closes #190
  • add qt6-qtbase-private-dev from community repo (95dbc9f)
  • skip account setup when ALLOW_UNAUTHENTICATED is true (538c5b6)

0.9.0 (2024-11-21)

Features

Bug Fixes

0.8.1 (2024-10-05)

Bug Fixes

0.8.0 (2024-09-30)

Features

Bug Fixes

0.7.0 (2024-09-26)

Features

  • Add support for 3d assets through assimp converter (63a4328)

Bug Fixes

  • wrong layout on search with few options (8817389)

0.6.0 (2024-09-25)

Features

  • ui remake with tailwind (22f823c)

Bug Fixes

  • rename css file to force update cache, fixes #141 (47139a5)

0.5.0 (2024-09-20)

Features

  • add option to customize how often files are automatically deleted (317c932)

Bug Fixes

  • improve file name replacement logic (60ba7c9)

0.4.1 (2024-09-15)

Bug Fixes

  • allow non lowercase true and false values, fixes #122 (bef1710)

0.4.0 (2024-08-26)

Features

Bug Fixes

  • keep unauthenticated user logged in if allowed #114 (bc4ad49)
  • pdf support in vips (8ca4f15)
  • Slow click on conversion popup does not work (4d9c4d6)

0.3.3 (2024-07-30)

Bug Fixes

  • downgrade @elysiajs/html dependency to version 1.0.2 (c714ade)

0.3.2 (2024-07-09)

Bug Fixes

  • increase max request body to support large uploads (3ae2db5), closes #64

0.3.1 (2024-06-27)

Bug Fixes

0.3.0 (2024-06-27)

Features

  • add version number to log (4dcb796), closes #44
  • change to xelatex (fae2ba9)
  • print version of installed converters to log (801cf28)

0.2.0 (2024-06-20)

Features

  • add libjxl for jpegxl conversion (ff680cb)
  • change from debian to alpine (1316957), closes #34

0.1.2 (2024-06-10)

Bug Fixes

0.1.1 (2024-05-30)

Bug Fixes

  • 🐛 make sure all redirects are 302 (9970fd3), closes #12

0.1.0 (2024-05-30)

Features

  • remove file from file list in index.html (787ff97)

Miscellaneous Chores