What's Changed
- Update to 1.21.2/3 by @DrexHD
What's Changed
- Enforce specific selectors on rollback / restore by @DrexHD in https://github.com/QuiltServerTools/Ledger/pull/277
- Improve rollback / restore logic by @DrexHD in https://github.com/QuiltServerTools/Ledger/pull/278
- Create uk_ua.json by @MeiNanziiii in https://github.com/QuiltServerTools/Ledger/pull/281
- Fix traditional Chinese localization by @notlin4 in https://github.com/QuiltServerTools/Ledger/pull/279
- Silverfish Infestation Logging by @TheDeathlyCow in https://github.com/QuiltServerTools/Ledger/pull/284
- Use single threaded coroutine context for database transactions by @DrexHD in https://github.com/QuiltServerTools/Ledger/pull/282
- Fix search packet and entity change action extra data by @DrexHD in https://github.com/QuiltServerTools/Ledger/pull/290
- fix: Only log item changes on screen closed to make it less spam by @zly2006 in https://github.com/QuiltServerTools/Ledger/pull/275
New Contributors
- @MeiNanziiii made their first contribution in https://github.com/QuiltServerTools/Ledger/pull/281
- @notlin4 made their first contribution in https://github.com/QuiltServerTools/Ledger/pull/279
- @zly2006 made their first contribution in https://github.com/QuiltServerTools/Ledger/pull/275
Full Changelog: https://github.com/QuiltServerTools/Ledger/compare/1.3.4...1.3.5
What's Changed
- Update to 1.21
Full Changelog: https://github.com/QuiltServerTools/Ledger/compare/1.3.3...1.3.4
What's Changed
- Fix itemstack count in 1.20.5 and higher by @DrexHD in https://github.com/QuiltServerTools/Ledger/pull/272
- Update zh_tw.json by @yichifauzi in https://github.com/QuiltServerTools/Ledger/pull/268
Full Changelog: https://github.com/QuiltServerTools/Ledger/compare/1.3.2...1.3.3
- Update to 1.20.6
- Add Chinese Taiwan translation
- Fixed issue with database getting locked when using SQLite
- Added Spanish translations
- Added config option for changing the database file location
What's Changed
- Added a config option to change the display timezone
- Added config for usernames to be excluded from logging in the config
- TONS of logging improvements
- Item Frames
- Armor Stands
- Lightning fire
- Interactions (Door, repeater, lecture, more)
- Dropping and picking up items
- Sign editing and waxing
- Gravity blocks (cactus, chorus, etc)
- Dyeing animals
- More!
- Database performance improvements!
- Added entity and item rollback previews
- Added rollback search parameter
- Other fixes
New Contributors
- @nikijaz made their first contribution in https://github.com/QuiltServerTools/Ledger/pull/197
- @TheDeathlyCow made their first contribution in https://github.com/QuiltServerTools/Ledger/pull/243
- @pompompopi made their first contribution in https://github.com/QuiltServerTools/Ledger/pull/248
Full Changelog: https://github.com/QuiltServerTools/Ledger/compare/1.2.10...1.3.0
What's Changed
- Update to 1.20.4 by @DrexHD in https://github.com/QuiltServerTools/Ledger/pull/235
Full Changelog: https://github.com/QuiltServerTools/Ledger/compare/1.2.9...1.2.10
What's Changed
- Fluid Logging by @PotatoPresident in https://github.com/QuiltServerTools/Ledger/pull/215
- Create de_de.json by @baeumchen127 in https://github.com/QuiltServerTools/Ledger/pull/207
- Update to 1.20.2 by @Wesley1808 in https://github.com/QuiltServerTools/Ledger/pull/228
What's Changed
- Update to 1.20 by @DrexHD
Full Changelog: https://github.com/QuiltServerTools/Ledger/compare/v1.2.7...v1.2.8
What's Changed
- Improve explosion tracking by @PotatoPresident in https://github.com/QuiltServerTools/Ledger/pull/193
- add negative parameters example by @Glucy-2 in https://github.com/QuiltServerTools/Ledger/pull/196
- Update to 1.19.4 by @DrexHD in https://github.com/QuiltServerTools/Ledger/pull/198
New Contributors
- @Glucy-2 made their first contribution in https://github.com/QuiltServerTools/Ledger/pull/196
Full Changelog: https://github.com/QuiltServerTools/Ledger/compare/v1.2.6...v1.2.7
- Updated to 1.19.3
- Updated to 1.18.2
Changes:
- Ported to 1.18
- Added player command for viewing stored player info
- Networking improvements
- Changed rollbacks to always use the correct dimension instead of the player's current dimension
- Fixed compatibility with other mods using SQLite
- Added support for runtime worlds
- Added Java API for interaction with non-kotlin mods
- Logs almost everything
Logging changes:
- Add block-change action type
- Log leaf decay
- Log frost walker ice
- Log bamboo chain breaking
- Track source for TNT lit by flame arrows
- Log blocks placed by dispensers
- Log blocks formed by fluids
- Log scaffolding and other blocks with required support
- Log farmland interaction
- Log axe, shovel and hoe uses
- Log lighting of campfires and candles
- Log ravagers breaking leaves
- Log hanging roots placement
- Log snow from snow golems
- Log flower pot interactions
- Log lever uses
- Log note block interactions
- Log copper waxing and removal of wax
- Log stripping of logs
- Log removal of water by sponges
- Log daylight sensor toggling
- Log players causing end crystal explosions
- Log nether portal placement
- Log plant growth with bone meal
- Log plant breaking
- Lowered fabric-loader requirement
- Fixed automatic config file creation
Major changes:
- Added Extension API for new database types and commands
- Added MySQL and H2 database support via an official extension, found at (EXTENSION_LINK)
- Added purge command for deleting where filters are met
- Added NOT parameters when searching (key:!value)
- Change time parameter into before and after parameters
- Added purge, rollback, restore and information packets to networking API
- Added indicies to the database, massively improving lookup speed when inspecting
Fixes and tweaks:
- Chained explosions of TNT now log back to the player who lit the first TNT
- Fixed compatibility with Kibe and other mods causing server events with players not extending ServerPlayerEntity
- Flint and steel usage now counts as a block place