v0.9.16

looplj/axonhubv0.9.16Mar 13, 2026by looplj

AI Summary

Minor version update fixing gemini conversion panic and reverting previous optimizations for database lock errors and channel auto-reordering.

Key Highlights

  • Fix gemini conversion panic when lastPart is nil
  • Revert database lock error reduction optimization
  • Revert auto reorder channels feature

New Features

  • Gemini conversion panic fix
  • Database lock error handling restored
  • Channel auto-reordering restored

Full Release Notes

## What's Changed
* fix: gemini 转换中 lastPart 为 nil 时避免 panic by @MomentDerek in https://github.com/looplj/axonhub/pull/1051
* Revert "opt: reduce sqlite "database is locked" error (#1009)" by @looplj in https://github.com/looplj/axonhub/pull/1053
* Revert "opt: auto reorder channels, close #822 (#1005)" by @looplj in https://github.com/looplj/axonhub/pull/1055


**Full Changelog**: https://github.com/looplj/axonhub/compare/v0.9.15...v0.9.16