openclacky 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e470c0165e741ffd7827e204f2c12dac2e20fe71f1a48431e991558edf3a501c
4
- data.tar.gz: be96ec9301fa064406f8bb7e01182406f295899b75c319c1410891d9feaa2925
3
+ metadata.gz: ac5ca369513bb67451f94956a1564f84b29a526e3f40f6e010d7aec4a2e241d2
4
+ data.tar.gz: 66699050b7e6ddfbbc9bc6a58c7377b2d3e69d03560f084a594e44019d2d0f16
5
5
  SHA512:
6
- metadata.gz: c2f14deab190852f14139556115888daf8cabac65a49274732d67f05c8e20d942ddb70a009c5fd5c970e9af97b3ec4b9cbe5292392b8c90c838df9c2f1c790f9
7
- data.tar.gz: f9afcded8e63a1b2aad78b254ce70c5eddc8554cf1390d08a71ef334a1ecd260ad0e242cc97952eeb5aeb767d9b02443514dccef44548f466f58cff0186c6242
6
+ metadata.gz: 3d0ae0dc3349cb2201a6b40fb31549fece708998b3b3fb178750dfbe2c3172a636fe96bf79c848898be16f43b0ce89464a29623ad21c552ea40412310010e755
7
+ data.tar.gz: d8d382f8923f7ead708fbbcd3287abfdb843629ae814af3f1c7d7eab95f41d86440c4646e646cac3ece712237b432b88e8dfa7740a0155e85f874344dc44c8a8
data/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.2.1] - 2026-05-25
9
+
10
+ ### Fixed
11
+ - MCP server UI display issue in Web UI
12
+
8
13
  ## [1.2.0] - 2026-05-24
9
14
 
10
15
  ### Added
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Clacky
4
- VERSION = "1.2.0"
4
+ VERSION = "1.2.1"
5
5
  end
@@ -8637,8 +8637,6 @@ body.setup-mode[data-theme="dark"] {
8637
8637
  white-space: nowrap;
8638
8638
  }
8639
8639
 
8640
- /* Exchange Rate Settings */
8641
- .settings-exchange-rate {
8642
8640
  /* ── MCP panel ───────────────────────────────────────────────────── */
8643
8641
  #mcp-panel {
8644
8642
  flex: 1;
@@ -8948,6 +8946,9 @@ body.setup-mode[data-theme="dark"] {
8948
8946
  }
8949
8947
  .btn-mcp-cta { justify-content: center; }
8950
8948
  }
8949
+
8950
+ /* Exchange Rate Settings */
8951
+ .settings-exchange-rate {
8951
8952
  margin-top: 0.75rem;
8952
8953
  padding-top: 0.75rem;
8953
8954
  border-top: 1px solid var(--color-border);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openclacky
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - windy