Feature
- Store username with messages, auto-tag, and UI display (#521) - @Tigger2014
- Allow version checking to be disabled (#524) - @Tigger2014
Chore
- Apply linting to all JavaScript/Vue files with eslint & prettier
- Update Go dependencies
- Update node dependencies
Fix
- Improve version polling, add thread safety and exponential backoff (#523) - @Tigger2014
Test
- Add JavaScript linting tests (
eslint
&prettier
) to CI - Add Go linting (
gofmt
) to CI
Documentation
- Fix grammar errors on website
- Add development documentation to include code quality & linting standards