-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Changed - Title of the Export OMT dialog - Empty directories have ".empty" files instead of ".ignore" files - If there are projects folder inside the project to package, they are skipped. - the Gradle task to install the plugin is `installPlugin`, but it requires you to change the `gradle.properties` file and modify the `omegatPluginDir`. ### Add - More logging when zipping the package. ### Fixed - Bug when zipping empty subdirectories, they would show up at the root of the package
- Loading branch information
Showing
6 changed files
with
48 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,4 @@ plugin-omt-package.iws | |
.idea/misc.xml | ||
.idea/uiDesigner.xml | ||
.idea/vcs.xml | ||
register_omt.reg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
## [Unreleased] | ||
|
||
### Add | ||
- foo | ||
- boo | ||
## [v1.0.1] | ||
|
||
### Changed | ||
|
||
- Title of the Export OMT dialog | ||
- Empty directories have ".empty" files instead of ".ignore" files | ||
- If there are projects folder inside the project to package, they are skipped. | ||
|
||
- the Gradle task to install the plugin is `installPlugin`, but it requires you to change the `gradle.properties` file | ||
and modify the `omegatPluginDir`. | ||
|
||
### Add | ||
- More logging when zipping the package. | ||
|
||
### Fixed | ||
- Bug when zipping empty subdirectories, they would show up at the root of the package | ||
|
||
## [v1.0.0] | ||
|
||
[Unreleased]: https://github.com/miurahr/omegat-plugin-skelton/compare/v0.1...HEAD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
pluginMainClass=net.briac.omegat.plugin.omt.ManageOMTPackage | ||
pluginName=OMT Package Plugin | ||
version=1.0.0 | ||
|
||
omegatDir=C:/Users/briac/AppData/Roaming/OmegaT/plugins/ | ||
version=1.0.1 | ||
omegatPluginDir=C:/Users/briac/AppData/Roaming/OmegaT/plugins/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters