docs(readme): auf v2.4.0 aktualisiert (Version + Features: Palette/Trash/Quick-Save/freies Layout/Theme-Builder/Hintergrund)
Code Quality / Validate Extension (push) Successful in 5s
Security / scan (push) Successful in 18s

This commit is contained in:
2026-06-15 08:33:33 +02:00
parent 4d1ca1bc7e
commit 86f5644cd5
+22 -8
View File
@@ -1,6 +1,6 @@
# ⬡ Hellion Dashboard v2.0.0
# ⬡ Hellion Dashboard v2.4.0
![Version](https://img.shields.io/badge/Version-2.0.0-blue)
![Version](https://img.shields.io/badge/Version-2.4.0-blue)
![JavaScript](https://img.shields.io/badge/JavaScript-Vanilla%20ES2020-F7DF1E?logo=javascript&logoColor=black)
![Manifest](https://img.shields.io/badge/Manifest-V3-green)
![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-orange)
@@ -10,7 +10,7 @@
**No account. No subscription. No cloud. All data stays 100% local.**
A personal bookmark dashboard as a browser extension.
Boards, drag & drop, 11 themes, search bar, widget system with notes, calculator, timer and more.
Boards, drag & drop, free layout, command palette, trash, quick save, 11 themes plus a custom theme builder, search bar, widget system with notes, calculator, timer and more.
Full DE/EN language support with runtime switching. All in the browser, all offline.
No external data transmission, no trackers, no analytics, no ads.
@@ -38,8 +38,10 @@ What you see is what's saved. No magic.
### Boards & Bookmarks
- Boards as groups for links, sortable via drag & drop
- Free layout: drag boards to any position via a handle, each position is saved; a lock button pins a board in place
- Bookmarks with favicon, title and optional description
- Hide boards with the blur button (privacy mode)
- Trash: deleted bookmarks and boards are kept for 30 days before removal, with restore from Settings
- HTML import from browser bookmarks (Chrome, Edge, Firefox)
- JSON export & import (backup & restore)
@@ -48,6 +50,16 @@ What you see is what's saved. No magic.
- Google, DuckDuckGo or Bing, switchable with a click
- Toggleable via Settings
### Command Palette
- Open with **Ctrl+K**, live-filters all bookmarks (title and URL) and board names from the keyboard
- Arrow keys to navigate, Enter opens the match, Escape closes (read-only, separate from the web search bar)
### Quick Save
- Global shortcut (default **Alt+Shift+S**) saves the current tab into a fixed Inbox board from any page, without opening the dashboard
- A badge confirms the save; an open dashboard tab shows the new bookmark live
### Widget System
- **Notes & Checklists** — Floating note widgets with text or checklist template (max. 5)
@@ -58,7 +70,7 @@ What you see is what's saved. No magic.
- **Widget Toolbar** — Floating buttons for quick access, position (left/right) configurable in Settings
- All widgets: draggable, resizable, z-index stacking on click
### 11 Themes
### Themes
| Theme | Accent | Style |
|---|---|---|
@@ -74,6 +86,8 @@ What you see is what's saved. No magic.
| Avorion | `#2ec4a0` Turquoise | Deep Void |
| Hellion Stealth | `#5ec2ff` Tech Blue | Tactical Recon |
Plus a **custom theme**: build your own via the theme picker with six colour pickers (accent, background, board surface and three text levels). Colours apply live, the accent drives the derived glow, border and toggle tints, and a non-blocking WCAG contrast hint flags hard-to-read combinations without blocking the choice. Combinable with your own background image (local upload or https URL).
### Image Credits
| Theme | Source | License |
@@ -104,7 +118,7 @@ What you see is what's saved. No magic.
### Appearance & Settings
- **Appearance modal** (header button), theme picker, background image and all display options in one modal
- **Appearance modal** (header button), theme picker with custom theme builder, background image (local upload or https URL) and all display options in one modal
- **Settings panel** (header button), widgets, data & help, danger zone
- **About footer**, developer info, license and support links permanently visible
- Compact mode, shorten titles, search bar toggle, open links in new tab, descriptions, hide extra bookmarks
@@ -288,7 +302,7 @@ hellion-newtab/
- **Responsive** — Tablet (768px) and smartphone (480px) breakpoints
- **Secure** — `createElement` instead of `innerHTML`, URL validation, storage error handling
- **Event Delegation** — One listener per board list instead of per bookmark (performance)
- **Theme System** — CSS Custom Properties, 11 themes, custom background support
- **Theme System** — CSS Custom Properties, 11 themes plus a custom theme builder, custom background support (local upload or https URL)
---
@@ -317,8 +331,8 @@ hellion-newtab/
```bash
# Create a release:
git tag v2.0.0
git push origin v2.0.0
git tag v2.4.0
git push origin v2.4.0
# → GitHub Action automatically creates release with ZIP files
```