From d4d98e2e9104c7776e249deb0c4bb43af865a766 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 15 Jun 2025 20:44:02 +0900 Subject: [PATCH] v0.1.6: Major improvements to OAuth display and stream configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix AI Chat History display layout and content formatting - Unify comment layout structure across all comment types - Remove hardcoded values from stream.rs, add config.toml support - Optimize AI comment generation with character limits - Improve translation length limits (3000 characters) - Add comprehensive AI configuration management 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d51439..76cabee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ailog" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["syui"] description = "A static blog generator with AI features"