v1.0.0-alpha.33 - Almost ready for beta!
Pre-release
Pre-release
·
118 commits
to main
since this release
Breaking Change
Two config.js
properties have changed their names. Essentially, for consistency with other "url" settings, the "rl" is now lower case.
Before | After |
---|---|
❌ application.backgroundURL |
✔️ application.backgroundUrl |
❌ application.logoURL |
✔️ application.logoUrl |
Highlights
- Reworked Contract Search filters to accommodate more filters.
- Use database
journal_mode = wal
. - Remove build number from login page.
- Lots of linting and polish. DeepSource issues down to 0. SonarQube code smells down to 5.
Full Changelog: v1.0.0-alpha.32...v1.0.0-alpha.33