Welcome to the Changelog! Below is the first attempt at a log for this project.
Please note that we define breaking changes as those changes which force users to change how they interact with wax_tasks
via their site's _config.yml
file or how they invoke the tasks on the command line.
- ✅ Allows use of
wax_iiif < 0.3
(was<0.2
) - ✅ Fix bug where command options (e.g.,
--trace
) were being parsed as task ARGV args.
- ✅ Fixes 32; accepts narrow images (< 1140px)
- ✅ Fixes 33; better image extension handling
- ✅ Fixes 34; ^
- ✅ Fixes 36; fixes bug if an image item doesn't have a record
- ✅ Uses
wax_iiif v0.1.2
with better progress bar handling on IIIF derivative generation - ✅ Has better progress bar handling on simple derivative generation
‼️ Search index generation is now handled under the variablesearch
in_config.yml
instead oflunr_index
and accepts a hash instead of an array.‼️ Search index generation is now run withbundle exec rake wax:search NAME
instead ofbundle exec rake wax:lunr
- ❌ Search UI is now handled dynamically by
wax_theme
; as such theUI=true
option on the rake task has been depricated. - ❌: The site testing task
bundle exec rake wax:test
was deprecated and moved towax_theme
, since it deals with site presentation and not the handling of collection data. - ❌ The
wax:jspackage
task was depricated, since it was arbitrary and unused.
- ✅ The page generation task
bundle exec rake wax:pagemaster NAME
has becomebundle exec rake wax:pages NAME
. However, this is currently aliased for backwards compatibility.