| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-23 | add Event::ConnectionFailed and add more plugins by default when using ↵ | mat | |
| Client::join | |||
| 2026-01-13 | Rename Instance to World (#304) | mat | |
| 2026-01-01 | Extensible Account (#301) | mat | |
| * refactor Account * clean up implementation and docs * add AccountTrait::join * update changelog * update example | |||
| 2025-12-28 | move Event and auto_reconnect to the azalea crate | mat | |
| 2025-12-15 | sort derives with cargo sort-derives | mat | |
| might add to ci later, unsure how to do it without adding significant friction for contributors though | |||
| 2025-12-12 | Delete `StartError` and `JoinError` (#296) | mat | |
| * delete StartError and JoinError * update changelog | |||
| 2025-12-11 | Add options to request Mojang sessionserver with a proxy (#293) | mat | |
| * add options to request mojang sessionserver with a socks5 proxy * update changelog * rename auth_proxy to sessionserver_proxy | |||
| 2025-10-12 | upgrade deps and clean up lots of doc comments | mat | |
| 2025-09-28 | upgrade bevy to 0.17.0-rc.2 | mat | |
| 2025-06-08 | insert ClientInformation earlier | mat | |
| 2025-06-08 | add support for panicking on warn/error in simulation tests | mat | |
| 2025-06-02 | simplify some join logic so the Entity is returned even on connection error | mat | |
| 2025-05-30 | fix clippy issues and improve formatting everywhere | mat | |
| 2025-05-02 | Add AutoReconnectPlugin (#221) | mat | |
| * add AutoReconnectPlugin * merge main * start simplifying swarm internals * fix Swarm::into_iter, handler functions, DisconnectEvent, and add some more docs * add ClientBuilder/SwarmBuilder::reconnect_after * fix a doctest * reword SwarmEvent::Disconnect doc * better behavior when we try to join twice * reconnect on ConnectionFailedEvent too * autoreconnect is less breaking now | |||
| 2025-04-19 | add StartJoinServerEvent to allow joining servers exclusively from ecs | mat | |
