What's coming
🔧 In progress
Use tera 2.1
Move tera version 1.2x to 2.1
Sea-orm 2.0.0
Moving to sea-orm 2.0.0: while macros and proc-macros will adjust their syntax to match Sea's new approach, the end-user experience will remain unchanged through the runic abstraction.
Bug(s) and fix(es)
Detection and correction of bugs. If you encountered unexpected behaviour, feel free to open an issue or contribute a PR!
Known issues Changelog📋 Planned
Add feature uuid for id
Changed how ID values are declared in the ORM — big-pk is removed in favor of pk-i32, pk-i64, and pk-uuid. A compilation error now occurs if multiple features are declared at once
DX
cargo-watch not included. Template hot-reload in dev is only active when DEBUG=true.
🔭 Future
Cumulative filters + FK filters
Admin DX, many potential requests
CSV/JSON export
Quick win, frequently requested
Advanced save buttons
Django parity, not complex
Date-based navigation (date_hierarchy)
Nice to have
Admin inline
More complex, wait for widget refactoring?