Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Releases: berrysauce/reacty

1.1.1 - Small improvements

06 Nov 13:38
Compare
Choose a tag to compare

With this release, I'm trying to get reacty ready for its launch.

Added

  • documented functions [#6] (WIP)
  • new login errors
  • site=None check [#3]

Changed

  • redesigned some parts of the website

Fixed

  • checked if website exists before trying to reset password [#4]
  • changed "Sign up" link on login screen to redirect to signup page [#5]

1.1.0 - Initial Beta Release

13 Oct 20:02
Compare
Choose a tag to compare

⚠️ This is a beta release. Security and reliability can still not be guaranteed.

Added

  • password reset flow with domain verification 🎉
  • www subdomain check
  • password strength indicator to signup page
  • changelog tab in dashboard

Changed

  • website design
  • widget design

Fixed

  • spelling errors
  • bug that allowed you to sign up without completing the captcha

1.0.1 - Font Hotfix

13 Sep 18:49
Compare
Choose a tag to compare
1.0.1 - Font Hotfix Pre-release
Pre-release

⚠️ This is a pre-release. Security and reliability can not be guaranteed.

Changed

  • font loading back to Google Fonts

About this hotfix: I'm aware that Google Fonts is pretty controversial in a privacy-focused service, but the previous implementation of loading the fonts locally did not satisfy my requirements. I'm looking for a suitable solution.

1.0.0 - Privacy and Security Patch

13 Sep 17:49
Compare
Choose a tag to compare
Pre-release

⚠️ This is a pre-release. Security and reliability can not be guaranteed.

Added

  • redirect from /dashboard to /login if not authorised

Changed

  • font source from Google Fonts to local loading
  • authentication Captcha from FriendlyCaptcha to hCaptcha

Removed

  • /docs and /redoc pages

0.9.0 Initial pre-release

12 Sep 07:30
Compare
Choose a tag to compare
Pre-release

Initial public release of reacty.

⚠️ This is a pre-release. Security and reliability can not be guaranteed.