Release v2.12.1

Bug fixes and improvements.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-02-02 22:16:12 +00:00
parent d1f1ce1f4b
commit f795180c7d
13 changed files with 1573 additions and 19 deletions
+12
View File
@@ -978,6 +978,18 @@ header h1 {
&!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_Z98@`hM!HШ98Z98@`h Q!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_Z98@`hq!HЮ98Z98@`h Q!h)8`!_!h)8`!_Z98@`hs!
HP98Z98@`h{!48!h)8`!_!h)8`!_!h)8`!_!h)8`!_Z98@`h!H098Z98@`h Q!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_!h)8`!_jPjPjPjPjPjPjJ(jPjPjPjPjPjPPjJ(jPjPPjPjPjPjPjPjPjNHz|58/,8Hz|585,8;Hz|58<,8Hz|58`a-8DH({|58Pe-8JHp{|58@i-8'iH{|58{|58m-8H{|58u-8"H{|58w-8%dHP||58
||58",8:Hp||58@&,8H||58@+,85H||58Py-8H||58`|-8
H||58}|58E-8"H}|58M-8sH@}|58 U-8H\98.8H}|58.8H}|58 .8H}|58.8WH~|58Pe$.8"H ~|58 n$.8RH0~|58 x$.8.Hh~|58@a,8H~|58 i,8H~|58p,8r,8s,80s,8@s,8``9898y
+28
View File
@@ -351,6 +351,34 @@
color: var(--accent-cyan, #00d4ff);
}
/* Donate Button */
.donate-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 20px;
background: linear-gradient(135deg, var(--accent-amber, #d4a853) 0%, var(--accent-orange, #f59e0b) 100%);
border: none;
border-radius: 6px;
color: #000;
font-size: 13px;
font-weight: 600;
text-decoration: none;
cursor: pointer;
transition: all 0.2s ease;
box-shadow: 0 2px 8px rgba(212, 168, 83, 0.3);
}
.donate-btn:hover {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(212, 168, 83, 0.4);
filter: brightness(1.1);
}
.donate-btn:active {
transform: translateY(0);
}
/* Tile Provider Custom URL */
.custom-url-row {
margin-top: 8px;