From 831fcb786522204ccd67a617b300e16a8adf61c0 Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 16 Jun 2025 11:45:24 +0900 Subject: [PATCH] v0.1.8: Enhanced OAuth search bar and configurable AI settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Transform auth-section to search bar layout (input left, button right) - Change atproto button text to "@" symbol - Add num_predict configuration in config.toml for AI response length - Improve mobile responsiveness for auth section - Remove auth-status section for cleaner UI 🤖 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 36888f6..ac7ed11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ailog" -version = "0.1.7" +version = "0.1.8" edition = "2021" authors = ["syui"] description = "A static blog generator with AI features" diff --git a/oauth/package.json b/oauth/package.json index f6430cc..40ef292 100644 --- a/oauth/package.json +++ b/oauth/package.json @@ -1,6 +1,6 @@ { "name": "aicard", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "dev": "vite --mode development",