Releases: briacp/plugin-omt-package
Releases · briacp/plugin-omt-package
Release 1.4.0
- 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
[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
[v1.2.1]
- Create
.empty
file when a directory containing only excluded file is empty. - Fixed default glossary file detection.
Release 1.2.0
Upgraded to OmegaT 4.3.0
Release 1.1.0
[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
[v1.0.9]
- Ignore .repositories directory by default
- Load the configuration properties in CLI mode
Release 1.0.8
[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
[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
[v1.0.6]
- When extracting a .omt package, the "
.empty
" files are skipped.
Release 1.0.5
- Avoid errors during
onProjectStatusChanged
, as the OMT menus could sometime not be present.