Skip to content

Releases: thekiwidev/tomd

v0.1.11

Choose a tag to compare

@github-actions github-actions released this 06 Aug 11:29

Full Changelog: v0.1.10...v0.1.11

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 06 Aug 11:18

Full Changelog: v0.1.9...v0.1.10

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 06 Aug 10:35

Full Changelog: v0.1.8...v0.1.9

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 06 Aug 02:56

Full Changelog: v0.1.7...v0.1.8

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 01 Jul 15:53

Full Changelog: v0.1.6...v0.1.7

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 15 Jun 03:33

Full Changelog: v0.1.5...v0.1.6

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 15 Jun 02:02

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@thekiwidev thekiwidev released this 12 Jun 01:45

Changed

  • Unified chip design — Copy MD, drag .md and Reveal are now all identical RowChip widgets: 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

Choose a tag to compare

@thekiwidev thekiwidev released this 12 Jun 00:58

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 Grotesk for the app title, JetBrains Mono for mono / chip / sub-line elements, Inter for all body text

Removed

  • .mov source videos removed from repo (replaced by GIFs)

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@thekiwidev thekiwidev released this 11 Jun 22:00

Fixed

  • Drag chip background now renders correctly — added WA_StyledBackground so 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 .md file 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