This repository has been archived by the owner on May 2, 2024. It is now read-only.
v1.2.0
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
topublic/assets/application-{hash}.js
manually after runningrails assets:precompile