v0.1.5: Unify collection configuration under VITE_OAUTH_COLLECTION

- Remove AILOG_OAUTH_COLLECTION backward compatibility
- Update stream.rs to use simplified collection structure
- Fix collection loading from project config.toml
- Resolve compiler warnings with #[allow(dead_code)]
- All systems now use unified VITE_OAUTH_COLLECTION variable

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-06-15 15:25:52 +09:00
parent c12d42882c
commit 095f6ec386

View File

@ -1,6 +1,6 @@
[package]
name = "ailog"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
authors = ["syui"]
description = "A static blog generator with AI features"