Skip to content

Releases: briacp/plugin-omt-package

Release 1.4.0

24 Jan 11:56
Compare
Choose a tag to compare
  • When checking if a file should be excluded from the archive, we use the path of the file relative to the project root (e.g tm/auto/test.*\\.tmx). Also, all the file separators are converted to forward slashes to be consistent across all platforms.

Release 1.3.0

07 Nov 19:13
Compare
Choose a tag to compare

[v1.3.0]

  • Copied the method Core.executeExclusively(boolean, RunnableWithException) to allow the plugin to run in old (pre 4.3.0) and new versions of OmegaT.

Release 1.2.1

03 Sep 13:38
Compare
Choose a tag to compare

[v1.2.1]

  • Create .empty file when a directory containing only excluded file is empty.
  • Fixed default glossary file detection.

Release 1.2.0

17 Jul 09:10
Compare
Choose a tag to compare

Upgraded to OmegaT 4.3.0

Release 1.1.0

18 Jun 16:23
0e4f17f
Compare
Choose a tag to compare

[v1.1.0]

  • Added proper command-line parsing
  • The path to the configuration file can be specified as a CLI option

Release 1.0.9

17 Jun 08:28
Compare
Choose a tag to compare

[v1.0.9]

  • Ignore .repositories directory by default
  • Load the configuration properties in CLI mode

Release 1.0.8

17 Jun 07:40
Compare
Choose a tag to compare

[v1.0.8]

  • Fixed a bug in CLI mode where the project paths were not correctly set
  • Correctly load all project properties in CLI mode.

Release 1.0.7

07 Jun 14:03
Compare
Choose a tag to compare

[v1.0.7]

  • Added a CLI mode to create packages without launching OmegaT. The package can be created with a command-line like:
    java -cp path/to/OmegaT.jar:/path/to/plugin-omt-package-1.0.7.jar net.briac.omegat.plugin.omt.ManageOMTPackage /path/to/project /path/to/omt_file

Release 1.0.6

25 May 19:55
Compare
Choose a tag to compare

[v1.0.6]

  • When extracting a .omt package, the ".empty" files are skipped.

Release 1.0.5

15 Apr 08:39
Compare
Choose a tag to compare
  • Avoid errors during onProjectStatusChanged, as the OMT menus could sometime not be present.