Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@reesericci reesericci released this 27 Dec 01:54
· 1 commit to main since this release
b721cdd

Release Notes

  • Adds Record cache with Solid Cache, speeds up site immensely, closes #28 (DNSimple caching) - does not fetch in background though, i don't think it matters too much, the caching works wonders
  • Updates to rails 7.1
  • Migrates asset pipeline to Propshaft, and does other asset pipeline cleanup
  • Creates healthcheck at /up
  • Enables discoverable passkey credentials (resident keys), closes #16 (yubikey support) (however people will have to renroll), fixes regression from v1.1.0
  • Domain card aesthetic updates, closes #7 (text overflow)
  • Fix registration (email OTP invalid issue) and turbo frame issues

Quirks

  • Must copy app/javascript/application.js to public/assets/application-{hash}.js manually after running rails assets:precompile