Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 2.86 KB

CHANGELOG.md

File metadata and controls

58 lines (46 loc) · 2.86 KB

Changelog

All notable changes to this project are documented in this file. On the releases page you can see all released versions of EPUBCheckFX and download the latest version.

1.4.0 - 2024-05-03

  • 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

1.3.0 - 2023-11-18

  • 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

1.2.0 - 2023-10-05

  • 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.

1.1.0 - 2023-09-04

  • 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 (CombBox).

1.0.0 - 2023-08-12

Initial release with different executables for Windows, macOS and Linux.