Skip to content

Commit 6646992

Browse files
committed
Release v1.2.1: Playground UX redesign (inline images, Run button)
1 parent e863484 commit 6646992

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [1.2.1] - 2026-04-07
8+
9+
### Changed
10+
- Playground image input redesigned: inline button at prompt bottom, drag-and-drop, clipboard paste support (matching ChatGPT/Claude UX)
11+
- Playground Run button moved to prompt textarea bottom-right for faster access
12+
- Config row (Max Tokens, Streaming, Thinking) moved above prompt area
13+
- Presets integrated into prompt bottom bar
14+
- Removed URL image input (file upload only)
15+
716
## [1.2.0] - 2026-04-07
817

918
### Added

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llm-benchmark-backend",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "LLM API Radar - Backend",
55
"main": "dist/index.js",
66
"scripts": {

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)