release 0.1.0 — Backups view, keyboard card-move, data-safety up front

Co-Authored-By: chodaict <x@cver.net>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
mixflavor 2026-06-14 18:58:48 +09:00 committed by chodaict
parent 9f2e49fcb8
commit 815157ae0a
4 changed files with 37 additions and 3 deletions

35
main.js

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "tugtile",
"name": "tugtile",
"version": "0.0.222",
"version": "0.1.0",
"minAppVersion": "1.4.0",
"description": "A card table for your Markdown notes — tug tiles to reorder. Reads your existing kanban boards. CJK-friendly.",
"author": "CVER Inc.",

View file

@ -145,6 +145,7 @@ body.is-phone .workspace-leaf-content[data-type="tugtile-board"] .view-content {
margin-right: -8px;
padding-right: 8px;
}
.tugtile__tile:focus-visible { outline: none; box-shadow: inset 0 0 0 2px var(--interactive-accent); } /* keyboard-focused card (arrow keys move it) */
.tugtile__tile {
position: relative;
background: var(--background-primary);

View file

@ -1,3 +1,3 @@
{
"0.0.222": "1.4.0"
"0.1.0": "1.4.0"
}