Skip to content

Releases: nkantar/Starminder

1.0.7

Choose a tag to compare

@nkantar nkantar released this 01 Feb 04:58
  • Added unsubscribe info and mailing address to the email templates.
  • Upgraded the Python runtime from 3.6.2 to 3.6.4.

1.0.6

Choose a tag to compare

@nkantar nkantar released this 21 Aug 23:06
  • Added placeholders for number and email on the main form for better usability.

1.0.5

Choose a tag to compare

@nkantar nkantar released this 14 Aug 20:53
  • Italicized testimonial authors.

1.0.4

Choose a tag to compare

@nkantar nkantar released this 14 Aug 20:50
  • Added release dates to the changelog.
  • Added fourth fake testimonial.
  • Removed first release link from the changelog because it's silly.

1.0.3

Choose a tag to compare

@nkantar nkantar released this 01 Aug 09:38
  • Fixed bug where the Sentry client in the notifier script was misused, causing an error.

1.0.2

Choose a tag to compare

@nkantar nkantar released this 31 Jul 23:31
  • Fixed bad release linking in the changelog.
  • Fixed improper heading level for a section in the changelog.

1.0.1

Choose a tag to compare

@nkantar nkantar released this 31 Jul 13:16

No major version is complete with a quick patch follow-up, right?

  • Switched from ConfigParser to SafeConfigParser. (Hat tip to Ian Stapleton Cordasco (@sigmavirus24)!)

1.0.0

Choose a tag to compare

@nkantar nkantar released this 31 Jul 11:55

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 via custom.ini still to come.)
  • Dead session 500s (user logs in, server gets restartet, uses saves/deletes) should no longer happen.

0.3.0

Choose a tag to compare

@nkantar nkantar released this 27 Jul 11:17

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

Choose a tag to compare

@nkantar nkantar released this 27 Jul 08:42

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).