Skip to content

Commit e4e0e90

Browse files
committed
Updated for release 8.3.0
1 parent c67a98d commit e4e0e90

32 files changed

Lines changed: 1547 additions & 1597 deletions

.gitignore

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
/js/
2-
/bin/
3-
/conf/
4-
/include/
5-
/legal/
6-
/lib/
7-
/node_modules/
8-
/man/
9-
/out/
10-
/docs/en/out/
1+
js/
2+
bin/
3+
conf/
4+
include/
5+
legal/
6+
lib/
7+
node_modules/
8+
man/
9+
out/
10+
docs/en/out/
1111
/docs/es/out/
1212
/release
13-
/XLIFF Manager-darwin-x64/
14-
/XLIFF Manager-darwin-arm64/
15-
/XLIFF Manager-win32-x64/
16-
/XLIFF Manager-linux-x64/
1713
/.settings/
1814
/.scannerwork/
1915
/.vscode/
2016
.DS_Store
2117
package-lock.json
2218
/catalog/
2319
/xmlfilter/
24-
/srx/
20+
/srx/
21+
licenses/

LICENSE

Lines changed: 232 additions & 232 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
An open source UI for [OpenXLIFF Filters](https://github.com/rmraya/OpenXLIFF). OpenXLIFF is a set of programs that let you:
66

7-
- Create XLIFF 1.2, 2.0 and 2.1 files that can be translated in any modern CAT tool.
7+
- Create XLIFF 1.2, 2.0, 2.1 and 2.2 files that can be translated in any modern CAT tool.
88
- Convert your translated XLIFF files to original format with a couple of clicks.
99
- Validate XLIFF files created by any tool. Validation is supported for XLIFF 1.0, 1.1, 1.2 and 2.0.
1010
- Produce an HTML file with word counts and segment status statistics from an XLIFF document.
@@ -15,6 +15,8 @@ An open source UI for [OpenXLIFF Filters](https://github.com/rmraya/OpenXLIFF).
1515

1616
Version | Comment | Release Date
1717
:------:|---------|:-----------:
18+
8.3.0 | Updated OpenXLIFF Filters to version 4.6.0 | July 3, 2025
19+
8.2.0 | Added support for XLIFF 2.2 and QTI files/packages | February 26, 2025
1820
8.1.0 | Updated OpenXLIFF Filters to version 4.2.0 | January 4, 2025
1921
8.0.0 | Removed Java code; Added high contrast theme | December 28, 2024
2022
7.7.0 | Updated OpenXLIFF Filters to version 3.23.0 | November 6, 2024
@@ -134,9 +136,9 @@ You can subscribe to [Maxprograms Support](https://groups.io/g/maxprograms/) at
134136

135137
## Requirements
136138

137-
- Node.js 20.10.0 LTS or newer. Get it from [https://nodejs.org/](https://nodejs.org/)
138-
- TypeScript 5.7.2 or newer. Get it from [https://www.typescriptlang.org/](https://www.typescriptlang.org/)
139-
- OpenXLIFF Filters 4.1.0 or newer. Get it from [https://github.com/rmraya/OpenXLIFF](https://github.com/rmraya/OpenXLIFF)
139+
- Node.js 22.17.0 LTS or newer. Get it from [https://nodejs.org/](https://nodejs.org/)
140+
- TypeScript 5.8.3 or newer. Get it from [https://www.typescriptlang.org/](https://www.typescriptlang.org/)
141+
- OpenXLIFF Filters 4.6.0 or newer. Get it from [https://github.com/rmraya/OpenXLIFF](https://github.com/rmraya/OpenXLIFF)
140142

141143
## Building
142144

XliffManager_java.tmx

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)