From a7e6fc4a1a4605996b095de848cbc9c63e346ca5 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 19 Jun 2025 20:02:24 +0900 Subject: [PATCH] Release v0.2.4: Complete OAuth system with AI chat and mobile support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed OAuth authentication with ATProto integration - Implemented Ask AI functionality with conversation history - Resolved PDS/web link issues for cross-network compatibility - Added comprehensive mobile responsive design - Enhanced comment posting with loading states and auto-refresh - Improved chat record display with question/answer pairing - Fixed tab scrolling and layout overflow issues 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- Cargo.toml | 2 +- oauth/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3637307..2fa8682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ailog" -version = "0.2.3" +version = "0.2.4" edition = "2021" authors = ["syui"] description = "A static blog generator with AI features" diff --git a/oauth/package.json b/oauth/package.json index 65400e5..50f02d1 100644 --- a/oauth/package.json +++ b/oauth/package.json @@ -1,6 +1,6 @@ { "name": "ailog-oauth", - "version": "0.2.2", + "version": "0.2.4", "type": "module", "scripts": { "dev": "vite",