Releases: Wandmalfarbe/EPUBCheckFX
Releases · Wandmalfarbe/EPUBCheckFX
EPUBCheckFX 1.4.0
- Added documentation on building for macOS to the README.
- Build macOS dmg with GitHub Actions.
- Open the currently validated EPUB file in file manager (e.g. Finder or Explorer)
- Updated dependencies
EPUBCheckFX 1.3.0
- Renamed the tabs Metadata and General Information to General Metadata and File Metadata.
- Fixed the section naming in the Metadata tab.
- Generate icons as part of the maven build. One has to enable this via uncommenting the relevant lines in the
pom.xml
. - The Windows Executable should now have an icon.
- Fixed some SonarLint findings.
- There is no cancel button anymore to cancel the validation. The button wasn't really doing anything.
- Updated dependencies
EPUBCheckFX 1.2.0
- Add the following export formats:
- AsciiDoc
- reStructuredText
- Textile
- CSV (Comma-separated values)
- TSV (Tab-separated values)
- Remove the export format Markdown (Table).
- Remove the additional extracted features from all export formats.
- The
ComboBox
for the export formats now displays the file extensions of all the formats. - Don't show empty line numbers when exporting to plaintext and pagina EPUB-Checker Text.
- Don't HTML encode anything when exporting to plaintext and pagina EPUB-Checker Text.
- Reports are fully translated.
- Add a menubar where it is possible to change the theme, open links to the project website, or open the about screen.
- Add an About screen that displays copyright information, license information and third-party licenses.
- Add persistence to the
ComboBoxes
for the EPUB profile, the severity filter and the export format.
They will remember the last selected value even when the application is closed. - Add the view modes table and list for the validation results. The view mode will be remembered even
when the application is closed.
EPUBCheckFX 1.1.0
- Add a toolbar with a new button to open folders.
- Add a panel below the result table to show the (filtered) severity summary.
- Update the icons for the severities, so they don't all look alike.
- Add icons to the severity filter (ComboBox).
EPUBCheckFX 1.0.0
Initial release with different executables for Windows, macOS and Linux.