What's New: ✨
- Settings page layout to display settings update messages.
- Search results can now be navigated using
Tab
key as well asArrow
keys / mouse. - Added Docker
healthcheck
command so that docker can automatically flag container as unhealthy and restart if set. - Documentation added with Mkdocs and hosted on Github pages.
Bug Fixes: 🐛
- Fixed an issue that caused App version to not show up in
Settings > About
page. - Updated page layout throughout website. Settings page now shows sticky settings bar.
Other Changes: ⚡
- Move Docker scripts into scripts folder
- Use
apt-get
in Dockerfile instead ofapt
as apt is not recommended for non-interactive. - Docs build github action to build and deploy docs on changes.
Full Changelog: v0.1.0-beta...v0.1.1-beta