In this version, 2fa.directory has been rewritten in Preact. Preact allows for dynamic generation of lists, removing the need to send the entire directory to each client on page load.
What's Changed
- Switch from Hugo to Preact by @Carlgo11 and @hkamran80 in #72
- Update search results by @hkamran80 in #73
- Fix build failure by @hkamran80 in #74
- Clean up nesting of search input by @Carlgo11 in #75
- Hide categories title when searching and undo sorting by @hkamran80 in #76
- Redirect with query parameters by @hkamran80 in #77
- Fix searching in the international region by @hkamran80 in #78
- Remove query parameter if there is no query by @hkamran80 in #80
- Update README by @Carlgo11 in #81
- Speed up redirect function by @Carlgo11 in #82
- Move and prerender head by @Carlgo11 in #83
- Update package.json by @Carlgo11 in #84
- Add error pages by @hkamran80 in #79
Full Changelog: v5.0...v6.0