From 594d7e7aef4a93431ab847cabfd631016a0bb498 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 15 Jun 2025 22:36:19 +0900 Subject: [PATCH] v0.1.7: Enhanced UI and accessibility improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add CSS styling for chat messages with theme color border - Fix comment form visibility (only show on Comments tab) - Remove comment form heading for cleaner UI - Add accessibility attributes (id/name) to all form fields - Fix Japanese input handling in Ask AI (prevent accidental submission during IME composition) - Unified CSS classes across all content types (comments, AI chat, translations) - Fix rkey filtering to handle .html extensions consistently 🤖 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 76cabee..36888f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ailog" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = ["syui"] description = "A static blog generator with AI features"