Releases: thekiwidev/tomd
Releases · thekiwidev/tomd
Release list
v0.1.11
Full Changelog: v0.1.10...v0.1.11
v0.1.10
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
Changed
- Unified chip design — Copy MD, drag .md and Reveal are now all identical
RowChipwidgets: same layout, padding, icon size, Inter font, hover style. No more QPushButton rendering mismatch - Spinner fix — QPainter rotation around the logical center eliminates the wobble
- Title — font-weight 500, 24 px, letter-spacing 0.015 em (less heavy)
- Button weights — all non-accent buttons (Add Files, Clear, Run/Stop, etc.) reduced from font-weight 600 → 500
- Count label — now uses JetBrains Mono ("Converting 6/6 — file.md")
- Row spacing — more breathing room between the filename and the → output line
- Responsive collapse — row actions collapse to a ••• chip below 460 px window width; right-click on any done row opens the action menu
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Changed
- Icon sizes balanced: drag grip increased to 12 px, Copy MD / Reveal reduced to 9 px so all three row-action elements are visually consistent
- Fonts aligned with the landing page:
Space Groteskfor the app title,JetBrains Monofor mono / chip / sub-line elements,Interfor all body text
Removed
.movsource videos removed from repo (replaced by GIFs)
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Fixed
- Drag chip background now renders correctly — added
WA_StyledBackgroundso Qt paints QSS styles on the widget
Changed
- All row and toolbar icons reduced in size for a tighter, less cluttered look
- Grabbing cursor shown while dragging a
.mdfile out of the app
Added
- Per-row
SelectBox— a dedicated checkbox on the left of each row; only that area has a pointer cursor (the rest of the row is inert) - File icon shown in the sub-line initially instead of the raw parent path; replaced by status text once conversion begins
Full Changelog: v0.1.1...v0.1.2