Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@falko17 falko17 released this 22 Dec 19:14
· 25 commits to main since this release
8532976

New features

  • You can now use the -1 (or --one-html-file) flag to compile the case into a single HTML file, without the need for the separate assets folder.1
  • The output filenames / directory names are now more descriptive. Instead of just the case ID, they now also contain the case title.

Bugfixes

  • Only the default places that are actually used are downloaded.
  • Cases that have empty assets are now handled correctly. A test for this was also added.
  • When a case is part of a sequence that contains only a single case (the one the user requested to download anyway), we won't ask whether to download the whole sequence.

Additional changes

  • The CI pipeline is now configured to run the tests daily, in case there are any sudden incompatible changes to AAO.
  • A test was added to make sure the correct output paths are being used.

Thank you to @time-axis for the bug reports and @pulsastrix for the reviews!


Full Changelog: 1.0.0...v1.1.0

  1. This is done using base64 data URLs. Large cases may slow the browser down a bit, since the HTML files can get quite large due to all assets being encoded in them.