Releases: sushiibot/sushii-image-server
Releases · sushiibot/sushii-image-server
v5.2.3
Fixed
- Fix memory / PID leak when page navigation is timed out (@joinemm)
v5.2.1
Added
- Add
fonts-noto-color-emoji
dependency to render emojis
Changed
- Update Docker base image to
node:15-buster
v5.1.0
Added
Changed
- Rename
files
directory to static
- Move Docker image workdir to /app
Fixed
- Mount static files on
/static
path
v5.0.0
Added
- Handlebar templates via
POST /template
with either a local hbs file or
given template string
- Add Docker image
Changed
- Switch to Yarn from npm
- Use environment variables for configuration instead of json config file
v4.0.0
Added
Changed
- TypeScript files now build locally on
npm start
- Updated dependencies and security notices