What's Changed
🚀 New Features
- added
show_archived
option to config. Setting to true allows archived images to be displayed.
⚡ Fixes
- Refresh loop will only start once a image is fetched (this was causing the browser and server to be out of sync in some cases).
- Better support for older browsers (now uses Javascript ES6).
🔨 Maintenance
- Added Typescript for better type safety
- Added Esbuild to transpile down to ES6 and bundle JS and CSS