Releases: theohbrothers/webize
Releases · theohbrothers/webize
v0.8.0 🌈
Changes
🚀 Features
- Feature: Add
-v|--verbose
flag @leojonathanoh (#57) - Feature: Add
-s|--scoped
flag to support scopingindex.htm
to each descendent folder @leojonathanoh (#56) - Feature (gallery): Add keyboard shortcut
C
to copy file path @leojonathanoh (#55) - Enhancement (gallery): Start with a
tile
of 4 @leojonathanoh (#54) - Enhancement (gallery): Enhance performance when searching for pictures @leojonathanoh (#53)
📝 Documentation
- Docs (readme): Simplify install one-liner @leojonathanoh (#59)
- Docs (readme): Add Known issues section @leojonathanoh (#58)
v0.7.1 🌈
Changes
🐛 Bug Fixes
- Fix: Trim trailing
/
of given path @leojonathanoh (#52) - Fix (gallery): Use
%
instead ofvw
to ensuretile
mode does not overflow horizontally on certain browsers @leojonathanoh (#51)
v0.7.0 🌈
Changes
🚀 Features
- Feature (gallery): Allow zoom in stetchx and stretchy @leojonathanoh (#44)
- Enhancement (gallery): Show only one image in stretchx and stretchy @leojonathanoh (#46)
- Enhancement (gallery): Recurse through subdirectories to get media @leojonathanoh (#43)
- Enhancement (ci): Add unit tests @leojonathanoh (#50)
🐛 Bug Fixes
- Fix (gallery): Include images with uppercase file extensions @leojonathanoh (#49)
🖊️ Refactors
- Refactor (gallery): Use inline style instead of .highlight css class for imageholder.highlight @leojonathanoh (#45)
- Refactor (gallery): Disable setting active image on scroll @leojonathanoh (#47)
v0.6.1 🌈
Changes
🐛 Bug Fixes
- Fix (gallery): Fix stretchx image heights @leojonathanoh (#41)
- Fix (gallery): Fix performance issue in stretchx and stretchy @leojonathanoh (#42)
v0.6.0 🌈
Changes
🚀 Features
- Enhancement (gallery): Support setting of active image while scrolling using Home and End keys @leojonathanoh (#34)
- Enhancement (development): Add documentation and configuration for development workflow @leojonathanoh (#38)
🐛 Bug Fixes
- Fix: Fix warning of undefined variable
$OSTYPE
@leojonathanoh (#39) - Fix (gallery): Fix image to not overflow beyond grid border @leojonathanoh (#37)
🖊️ Refactors
- Refactor: Rename variables to follow shell conventions @leojonathanoh (#40)
v0.5.1 🌈
Changes
🐛 Bug Fixes
- Fix (gallery): Use a square grid image holder for better tile mode consistency @leojonathanoh (#27)
- Fix (gallery): Suppress built-in scrolling for PageUp and PageDown when in tile mode to follow the active tile instead @leojonathanoh (#28)
- Fix (gallery): Fix stretchx and stretchy to only show one image @leojonathanoh (#32)
- Fix (gallery): Fix regression where DOWN arrow key on first image of any row scrolled to first image of last row @leojonathanoh (#36)
- Fix (gallery): Fix long file name overflowing off page to the right @leojonathanoh (#26)
- Fix (gallery): Fix images overflowing grid when viewport is not a 1:1 dimension @leojonathanoh (#29)
- Fix (gallery): Fix arrow key navigation to scroll at most one row in tile mode @leojonathanoh (#31)
- Fix (gallery): Fix arrow key navigation back and forth between second last row and last row in tile mode @leojonathanoh (#35)
- Fix (gallery): Fix LEFT and UP arrow keys not navigating to previous image @leojonathanoh (#33)
- FIx (gallery): Fix stretchx and stretchy to use set image dimensions in viewport units @leojonathanoh (#30)
v0.5.0 🌈
Changes
🚀 Features
- Enhancement (keyboard): Support setting of active image while scrolling using PageUp and PageDown @leojonathanoh (#25)
v0.4.0 🌈
Changes
🚀 Features
- Enhancement (keyboard): Support scrolling to beginning at end, and to end from beginning @leojonathanoh (#24)
v0.3.1 🌈
Changes
🐛 Bug Fixes
- Fix (gallery): Fix label background not being hidden when labels are disabled @leojonathanoh (#23)
v0.3.0 🌈
Changes
🚀 Features
- Enhancement (gallery): Tile smaller or larger only when in tile mode @leojonathanoh (#17)
- Enhancement (gallery): Include .gif images in gallery @leojonathanoh (#22)
- Enhancement (gallery): Change menu order for pin to be on the right @leojonathanoh (#21)
- Enhancement (gallery): Add keyboard shortcut 'S' to toggle sort mode @leojonathanoh (#20)
- Enhancement (gallery): Add ability to sort images by filename, date modified, file type, and size, in ASC or DESC order @leojonathanoh (#15)
- Enhancement (ci): Add .vscode/tasks.json and docker-compose.traefik.yml @leojonathanoh (#16)
🐛 Bug Fixes
- Fix (gallery): Fix tile larger mode not working @leojonathanoh (#19)
- Fix (gallery): Fix missing images for macos @leojonathanoh (#18)