Skip to content

Releases: theohbrothers/webize

v0.8.0 🌈

28 Oct 23:40
afe3bd8
Compare
Choose a tag to compare

Changes

🚀 Features

📝 Documentation

v0.7.1 🌈

28 Oct 23:21
fc0d322
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix: Trim trailing / of given path @leojonathanoh (#52)
  • Fix (gallery): Use % instead of vw to ensure tile mode does not overflow horizontally on certain browsers @leojonathanoh (#51)

v0.7.0 🌈

28 Oct 04:35
c22be1e
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🖊️ 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 🌈

28 Oct 02:20
54493fc
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.6.0 🌈

19 Nov 08:03
12de51f
Compare
Choose a tag to compare

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

🖊️ Refactors

v0.5.1 🌈

25 Sep 20:41
7033035
Compare
Choose a tag to compare

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 🌈

25 Sep 06:44
bb7f82d
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement (keyboard): Support setting of active image while scrolling using PageUp and PageDown @leojonathanoh (#25)

v0.4.0 🌈

11 Sep 14:29
d84bdee
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement (keyboard): Support scrolling to beginning at end, and to end from beginning @leojonathanoh (#24)

v0.3.1 🌈

31 Aug 07:55
d697a1e
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix (gallery): Fix label background not being hidden when labels are disabled @leojonathanoh (#23)

v0.3.0 🌈

27 Aug 21:24
0cd56fe
Compare
Choose a tag to compare

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