Skip to content

Releases: luispater/gemini-srt-translator-go

v1.2.12

26 Jan 18:56
677adaf

Choose a tag to compare

Changelog

  • 677adaf Add token limit check to prevent division by zero in translator logic

v1.2.11

26 Jan 17:35
1c803ac

Choose a tag to compare

Changelog

  • 1c803ac Update Gemini model to gemini-3 and adjust thinking budget logic

v1.2.10

26 Nov 03:25
baa1a28

Choose a tag to compare

Changelog

  • baa1a28 Remove unused slices import and simplify model filtering logic

v1.2.9

13 Sep 07:28
a84a444

Choose a tag to compare

Changelog

  • a84a444 feat(subtitles): Automatically select single subtitle track if only one available

v1.2.8

24 Aug 16:24
2efc8d7

Choose a tag to compare

Changelog

  • 2efc8d7 Update translation helper instructions for clarity and consistency

v1.2.7

18 Aug 02:37
e420df3

Choose a tag to compare

Changelog

  • e420df3 feat(subtitles): Add interactive subtitle track selection

v1.2.6

16 Aug 17:12
d3a048d

Choose a tag to compare

Changelog

  • d3a048d Update matroska-go to v1.2.4

v1.2.5

08 Aug 12:51
734397c

Choose a tag to compare

Changelog

  • 734397c Update matroska-go to v1.2.2 and improve EOF handling in MKV demuxing logic

v1.2.4

03 Aug 17:09
ba4a79e

Choose a tag to compare

Changelog

  • ba4a79e Remove matroska package and its dependencies.

v1.2.3

02 Aug 23:26
fbae4ed

Choose a tag to compare

Changelog

  • fbae4ed Rename error variable for clarity in MKV subtitle track extraction loop.