diff --git a/package.json b/package.json
index 65b55e8..d30ec59 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "iccery",
"private": true,
- "version": "0.1.7",
+ "version": "0.1.8",
"type": "module",
"scripts": {
"tauri": "tauri"
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index ed97373..bdd6fba 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "iccery"
-version = "0.1.7"
+version = "0.1.8"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 579d61d..9304532 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ICCery",
- "version": "0.1.7",
+ "version": "0.1.8",
"identifier": "com.gronod.iccery",
"build": {
"frontendDist": "../src"
diff --git a/src/index.html b/src/index.html
index d63eaf4..908e056 100644
--- a/src/index.html
+++ b/src/index.html
@@ -156,22 +156,10 @@
@@ -197,11 +185,7 @@
🖨️
Direct Native Raw Printing
- ACPU-Equivalent Mode
-
- Send the generated profiling target directly to the printer nozzles with all OS and driver color management strictly bypassed.
-
diff --git a/src/styles/main.css b/src/styles/main.css
index 04caaff..3a117e3 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -864,7 +864,7 @@ button.danger:hover {
display: flex;
justify-content: space-between;
align-items: center;
- margin-bottom: 8px;
+ margin-bottom: 16px;
}
.print-panel-title {
@@ -879,25 +879,6 @@ button.danger:hover {
font-size: 1.1rem;
}
-.acpu-badge {
- background: rgba(0, 122, 204, 0.15);
- border: 1px solid rgba(0, 122, 204, 0.4);
- color: #4fc3f7;
- font-size: 0.75rem;
- font-weight: 600;
- padding: 3px 8px;
- border-radius: 12px;
- text-transform: uppercase;
- letter-spacing: 0.5px;
-}
-
-.print-panel-desc {
- margin: 0 0 16px 0;
- font-size: 0.85rem;
- color: #aaa;
- line-height: 1.4;
-}
-
.printer-controls-row {
display: flex;
flex-wrap: wrap;
@@ -924,24 +905,6 @@ button.danger:hover {
max-width: 100%;
}
-.auto-scaler-badge {
- display: inline-flex;
- align-items: center;
- gap: 6px;
- background: rgba(0, 122, 204, 0.12);
- border: 1px solid rgba(0, 122, 204, 0.35);
- color: #4fc3f7;
- font-size: 0.8rem;
- font-weight: 500;
- padding: 6px 12px;
- border-radius: 6px;
- margin-top: 4px;
-}
-
-.auto-scaler-badge .badge-icon {
- font-size: 0.9rem;
-}
-
.btn-properties {
background: rgba(255, 255, 255, 0.06);
border: 1px solid var(--border-color);