v5.0.0-alpha
Pre-release
Pre-release
What's Changed
- Full embrace of LLM vibe-coding 馃 馃
- Fix stability bugs, remove AuthenticatedUserProcessor, correct date-time format (5.0.0) by @danielme85 in #72.
- Add log:fix-datetime command to repair v4 datetime corruption by @danielme85 in #73
This update changes a very long running bug i never noticed (wrong format for date-time that was a made up one when i though it was milliseconds for years and years). The potential for backwards incompatibility (unless manually fixed by users) is low, and with all the vibe-coding involved it's probably best for this to be a major version. There is a command to fix the date-time issue based on unix_timestamps on the same table rows.
Full Changelog: v4.1.2...v5.0.0-alpha
Feedback more than welcome!