Releases: robbymilo/rgallery
v0.0.8
What's Changed
- Improve contrast of Timeline nav by @robbymilo in #26
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Refresh timeline on nav items only by @robbymilo in #24
- Fix memories spine trigger on mobile by @robbymilo in #25
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- fix memories spine on firefox by @robbymilo in #19
- use hugo image for website, update version by @robbymilo in #20
- fix Makefile TAG env var by @robbymilo in #21
- Add ability to refresh the timeline by @robbymilo in #23
Full Changelog: v0.0.5...v0.0.6
v0.0.5
This release introduces a major overhaul of the rgallery user interface, migrating the frontend to React, TypeScript, and Vite. This replaces the previous Go templates and Alpine.js setup, and finally brings two features I've wanted for a long time: the timeline scrubber and timeline scroll position persistence.
rgallery-demo-1.mp4
Timeline improvements
- The calendar has moved from the left to the right side of the timeline.
- A scrubber has been added for faster navigation through the timeline. Drag it along the calendar to quickly jump to any point in your timeline.
- The image grid has been rebuilt for better performance and now retains scroll position across page navigation.
- The timeline now supports toggling between images, videos, or both.
- Structured search queries are now supported, including:
tag:alpine-lakes-wildernessfolder:2010/20100330-santa-cruzlens:AF Nikkor 85mm f/1.4D IFcamera:NIKON Z 9
Memories
- Memories have been moved from above the timeline to a hover-activated spine, and now have their own dedicated page for easier access.
Notifications
- A new notifications sidebar replaces disappearing toasts, ensuring scan notifications remain visible until dismissed.
Improved pages
- The folders, tags, gear, and admin pages have been redesigned with a simpler and more intuitive layout.
Deprecated
- The Favorites and individual tag pages have been removed in favor of structured search queryes directly on the timeline.
Try it out at https://demo.rgallery.app (User: demo, Password: demo).
Get started
To get started with docker, replace /path-to-your-media-files with the location of your media library, then run:
docker run \
-v /path-to-your-media-files:/media:ro \
-v ./data:/data \
-v ./cache:/cache \
-p 3000:3000 \
robbymilo/rgallery:latest
Learn more in the README or visit the docs at https://rgallery.app/docs/.
What's Changed
- Fix version footer double v by @robbymilo in #17
- Improve structured search by @robbymilo in #18
Full Changelog: v0.0.4...v0.0.5
v0.0.4
This release introduces a major overhaul of the rgallery user interface, migrating the frontend to React, TypeScript, and Vite. This replaces the previous Go templates and Alpine.js setup, and finally brings two features I've wanted for a long time: the timeline scrubber and timeline scroll position persistence.
rgallery-demo-1.mp4
Timeline improvements
- The calendar has moved from the left to the right side of the timeline.
- A scrubber has been added for faster navigation through the timeline. Drag it along the calendar to quickly jump to any point in your timeline.
- The image grid has been rebuilt for better performance and now retains scroll position across page navigation.
- The timeline now supports toggling between images, videos, or both.
- Structured search queries are now supported, including:
tag:alpine-lakes-wildernessfolder:2010/20100330-santa-cruzlens:AF Nikkor 85mm f/1.4D IFcamera:NIKON Z 9
Memories
- Memories have been moved from above the timeline to a hover-activated spine, and now have their own dedicated page for easier access.
Notifications
- A new notifications sidebar replaces disappearing toasts, ensuring scan notifications remain visible until dismissed.
Improved pages
- The folders, tags, gear, and admin pages have been redesigned with a simpler and more intuitive layout.
Deprecated
- The Favorites and individual tag pages have been removed in favor of structured search queryes directly on the timeline.
Try it out at https://demo.rgallery.app (User: demo, Password: demo).
Get started
To get started with docker, replace /path-to-your-media-files with the location of your media library, then run:
docker run \
-v /path-to-your-media-files:/media:ro \
-v ./data:/data \
-v ./cache:/cache \
-p 3000:3000 \
robbymilo/rgallery:latest
Learn more in the README or visit the docs at https://rgallery.app/docs/.
What's Changed
- Improve string to date by @robbymilo in #13
- Migrate user interface to React/TypeScript by @robbymilo in #14
- Fix release steps by @robbymilo in #15
- Fix website version data by @robbymilo in #16
Full Changelog: v0.0.3...v0.0.4
v0.0.3
This release focuses mainly on transcoding updates. As video files are usually large, transcoding them in parallel can lean to OOMs, so rgallery now transcodes only one at a time. The resolution for transcoding is now configurable, and rgallery now defaults to smaller but more .ts segment files to make loading faster when hovering over a video on the timeline.
What's Changed
- migrate to woodpecker ci by @robbymilo in #7
- Improve video transcoding by @robbymilo in #5
- website - update hugo to 0.152.2 by @robbymilo in #6
- Bump golang.org/x/crypto from 0.35.0 to 0.45.0 in the go_modules group across 1 directory by @dependabot[bot] in #9
- restrict transcoding to a single video at a time by @robbymilo in #10
- fix ci step by @robbymilo in #11
New Contributors
- @dependabot[bot] made their first contribution in #9
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- fix config initialization by @robbymilo in #2
Full Changelog: v0.0.1...v0.0.2
🎉 Introducing rgallery
This is the initial open-source release of rgallery!
rgallery unifies your photo and video collection into a single, elegant web interface—complete with a timeline view, memories, favorites, folders, EXIF metadata, map view, and more.
Get started
To get started with docker, replace /path-to-your-media-files with the location of your media library, then run:
docker run \
-v /path-to-your-media-files:/media:ro \
-v ./data:/data \
-v ./cache:/cache \
-p 3000:3000 \
robbymilo/rgallery:latest
Learn more in the README or visit the docs at https://rgallery.app/docs/.
v0.0.1
🎉 Introducing rgallery
This is the initial open-source release of rgallery!
rgallery unifies your photo and video collection into a single, elegant web interface—complete with a timeline view, memories, favorites, folders, EXIF metadata, map view, and more.
Get started
To get started with docker, replace /path-to-your-media-files with the location of your media library, then run:
docker run \
-v /path-to-your-media-files:/media:ro \
-v ./data:/data \
-v ./cache:/cache \
-p 3000:3000 \
robbymilo/rgallery:latest
Learn more in the README or visit the docs at https://rgallery.app/docs/.