Releases: statpixel-rs/statpixel
Releases · statpixel-rs/statpixel
v0.1.4 🎉
🚀 Features
- feat: order autocompletion by previous searches by matteopolak
- feat: use bincode instead of bson, remove Serialize impls (switch to bincode::Encode/Decode) by matteopolak
- feat: snapshot updates, automatically optimize updates by matteopolak
🐛 Fixes
- fix: propagate increase_searches error by matteopolak
- fix: inner_join on most recent snapshot by matteopolak
📄 Documentation
- docs: add .env.example and basic setup by matteopolak
- docs: add release badge by matteopolak
🧹 Chores
- chore: rename src -> bin by matteopolak
v0.1.3 🎉
🚀 Features
- feat: add canvas, more tests by matteopolak
- feat: add more canvas code by matteopolak
- feat: add ci by matteopolak
- feat: more parsing by matteopolak
- feat: minecraft text done, ranks done by matteopolak
- feat: more canvas impls, more text utils by matteopolak
- feat: start design, impl skywars command partially by matteopolak
- feat: username and uuid parsing, nicer errors by matteopolak
- feat: add more design by matteopolak
- feat: use slices instead of iters, locale support, nicer canvas draw utils by matteopolak
- feat: better translations, start fr by matteopolak
- feat: more translations, more canvas data by matteopolak
- feat: more locales, finish /skywars by matteopolak
- feat: add /bedwars (level calc not done) by matteopolak
- feat: finish skywars, bedwars by matteopolak
- feat: (wip) codegen for canvas by matteopolak
- feat: (wip) codegen for canvas by matteopolak
- feat: complete all required features for codegen by matteopolak
- feat: add bedwars by matteopolak
- feat: add files for all gamemodes by matteopolak
- feat: add more games by matteopolak
- feat: impl serialize for player data by matteopolak
- feat: more game modes by matteopolak
- feat: add pit, mm, paintball by matteopolak
- feat: autocomplete for usernames, bson serialization by matteopolak
- feat: Mode proc-derive-macro for fine-grained fields, add more games by matteopolak
- feat: add in all games, start updating locales by matteopolak
- feat: add Diff macro by matteopolak
- feat: add basic impl for /history (name will be changed) by matteopolak
- feat: add /daily, /weekly, /monthly by matteopolak
- feat: zero-alloc for most translations, use flate2 on snapshot data by matteopolak
- feat: remove nullable on autocomplete name, automatic key ratelimit selection by matteopolak
- feat: add bench, bump versions by matteopolak
🐛 Fixes
- fix: bedwars parse, remove tower by matteopolak
- fix: formatting by matteopolak
- fix: add HYPIXEL_API_KEY to action by matteopolak
- fix: bump versions of local crates by matteopolak
- fix: snapshot mod naming by matteopolak
- fix: format locale fn by matteopolak
📄 Documentation
- docs: add basic readme by matteopolak
🧹 Chores
- chore: fmt by matteopolak
- fmt: merge history commands into a macro by matteopolak
🧪 Tests
- ci: add release workflow by matteopolak
- ci: fix release by matteopolak
- ci: use latest nightly by matteopolak
- ci: install pg for windows by matteopolak