From 99ee49f76e14094e504da8a542ca629c8fb50d7e Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 1 Jul 2025 06:09:39 +0900 Subject: [PATCH] feat: add server-side image comparison shortcode support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add {{< img-compare >}} and [img-compare] shortcode syntax - Implement server-side shortcode processing in Rust - Create dedicated shortcode module for extensibility - Fix image comparison slider display issues - Remove caption display for cleaner UI - Update to version 0.2.6 🤖 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 c8a5a5e..997e86d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ailog" -version = "0.2.5" +version = "0.2.6" edition = "2021" authors = ["syui"] description = "A static blog generator with AI features"