Releases: nkantar/Starminder
Releases · nkantar/Starminder
Release list
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
No major version is complete with a quick patch follow-up, right?
- Switched from
ConfigParsertoSafeConfigParser. (Hat tip to Ian Stapleton Cordasco (@sigmavirus24)!)
1.0.0
Woo! 🎉
- Error tracking (for both the web app and notifier job) now happens via Sentry (as opposed to "not at all").
- Constants are now tracked in
defaults.ini. (Overriding viacustom.inistill to come.) - Dead session 500s (user logs in, server gets restartet, uses saves/deletes) should no longer happen.
0.3.0
Some small improvements this time around.
- Better
User.__repr__(<User: nkantar [nik@nkantar.com]>instead of<User nkantar>) - User count in the footer is pluralized only when
!= 1. - Email field on the form is now blank instead of showing "None" when there's nothing in the DB.
0.2.0
Some updates to make the project a bit more serious.
- Version output is now tracked (though less-than-ideally) and displayed.
- Lots of "paperwork" has been added (license, changelog, code of conduct, contributing guidelines, and issue and PR templates).