Release v1.1.0
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 separateassets
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
-
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. ↩