v1.1.9
Notes
There has been many changes in this version, so there may be a few things that have been overlooked. I've tried to do my best to make sure everything works, but there is always the chance of missing something.
If you find any bugs or issues, let me know, and I'll try to fix them as soon as possible.
Changes
Visual
- [design] - The Indexer has a brand new design! 🎉
General
- [dependencies] - Removed some dependencies, most notably
jQuery
. The project should now consist of only vanilla code. 🚀 - [structure] - The project will now use webpack.
- [structure] - The repository has been restructured to make it a bit more orderly, and to also abide by a general webpack project structure.
- [structure] - The repository will now only contain the uncompiled source files of the project.
- [structure] - The built files will now only be distributed through releases, or you can easily build it yourself using
node
.
Performance
- [feature] - A
performance
mode has been added. This is an experimental feature that can be applied to directories to make it into a smoother experience when dealing with many files at once. - [improvement] - Some minor general performance improvements have been made.
Previews
- [feature] - Video previews will now have audio. The volume can be increased and lowered by scrolling up and down respectively.
- [improvement] - Some of the preview code has been changed in an attempt to make it more stable.
Gallery
- [feature] - Added a label that shows the true dimensions of the video or image shown.
- [deprecation] - The
fade
option has been removed.