Skip to content

chore(main): release 1.0.0 - #13

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--streamline
Open

chore(main): release 1.0.0#13
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--streamline

Conversation

@github-actions

@github-actions github-actions Bot commented May 13, 2026

Copy link
Copy Markdown

🤖 I have created a release beep boop

1.0.0 (2026-07-02)

Features

  • add electron-log with daily rotation and wire closeDb on quit (fd7b4fb)
  • add MessageChannelMain audio port and PCM receiver (36ac148)
  • add project skeleton and configurations (51dbb5b)
  • app: wire up status bar, hotkeys, first-run, and default F1-F5/Space bindings (2a5a2d8)
  • audio: implement AudioWorklet tap processor with ping-pong ring buffer (bf95be1)
  • build: add postinstall script and externals for better-sqlite3 (f129233)
  • db: add Drizzle schema, migrations, and DB connection (8056291)
  • deck,queue: add deck settings panel and queue folder-picker button (76d3d52)
  • deck,queue: cover art, queue columns, stable ETA, autoplay, file metadata (067e179)
  • deck: add audio playback, waveform display, dB meter, and fade-out (dd81352)
  • deck: deck & queue module redesign (cc285bb)
  • deck: fade 3s, unload on end, fix waveforms, song drag-drop (e8aaaa7)
  • encoders: add encoder management UI with start/stop and status tracking (7f30776)
  • encoders: add FFmpeg encoder process manager with backoff and IPC handlers (6a6e9b6)
  • encoders: redesign module + extract reusable component library (3ad8218)
  • first-run: add default layout builder and first-run setup (e0ce0a1)
  • hotkeys: add per-instance hotkey store and keyboard binder (7914d6b)
  • ipc: add global handler cleanup to prevent duplicate registrations (ee903cd)
  • library: add worker_threads scanner with music-metadata and IPC handlers (ad86ae2)
  • local-output: add output device selector and volume control (3e528e9)
  • main: confirm quit while on air (#79) (4465f66)
  • metadata: add deck metadata selection with z-index tiebreaker (519e8e2)
  • microphone: add mic capture with push-to-talk, lock, and gain ramp (75b1944)
  • microphone: redesigned microphone module, added DbMeter (aa6ca8b)
  • mixer: add master bus with soft-clip and tap worklet connection (08698fd)
  • modules: add instance store and debounced layout persistence (12a786b)
  • modules: add module manifest, registry, event bus, and context factory (82838b6)
  • nightly releases + channel-aware updater (#21) (b360912)
  • queue-driven deck autoplay (#19) (3fed40d)
  • queue: add OS file drag-drop and + Song button (7918a4f)
  • queue: add queue module with drag-to-reorder and pure rotation algorithm (21364b6)
  • queue: multi-queue preload cache, preload-N setting, manual preload (#76) (160bd22)
  • renderer: add AudioContext singleton and MessagePort receiver (c944e98)
  • shared: add module contract, IPC API, PCM message, and IPC channel types (4af1929)
  • shared: add Song, EncoderConfig, Layout, Hotkey, and Library types (8503720)
  • ui: add interact.js window manager with drag, resize, z-index, and title rename (d4f33bb)
  • ui: add status bar, on-air indicator, and toast notification system (e6be92c)
  • ui: disable text selection globally, re-enable for form fields (22c7e59)
  • ui: revamp toasts - semantic colors, success type, icons, animations & countdown (#44) (#78) (2966695)
  • wire full IPC control plane with typed handlers for all subsystems (366e167)

Bug Fixes

  • add hash validation to LIBRARY_LOAD_WAVEFORM handler (39a41f3)
  • audio-port: recreate MessageChannel on each renderer reload (7f5f9c9)
  • audio: bypass contextBridge for MessagePort transfer via DOM event (7fd3e65)
  • audio: use sampleRate global and add PcmMessage sync comment in tap-processor (b22e12c)
  • build: load audio worklet via Vite ?url import instead of hardcoded path (f86607b)
  • build: replace ESM-only vite-plugin-static-copy with inline plugin (101c6da)
  • change dropoutCount to let and increment on missing encoder consumer (68b3720)
  • crossfader: cleanup rAF, wire setVolume, fix duration units and direction (7327378)
  • db: add closeDb, fix nullable booleans, add cascade delete, copy migrations via Vite (9a74c65)
  • DbMeter: changed DbMeter color to be static with red on top only if the sound is really loud (bc23dd5)
  • deck-audio: prevent stale onended from unloading after seek (6ebe70d)
  • deck: fix buffer detach, stale stop, fade reset, frame-rate decay, stereo peaks (79befb9)
  • deck: set song on file drop, disable controls when empty, show logo (712942f)
  • electron: copy hoisted native modules and force ABI rebuild when packaging (#23) (7cb1947)
  • encoders: reject Hz-typed input in the sample-rate combo (7382bc3)
  • encoders: strip Svelte reactive Proxy before IPC transfer (8f7cb0a)
  • hotkeys: skip hotkey processing when focus is in an editable element (2611ffe)
  • layout: load full layout with instances on startup and snapshot before IPC save (399629c)
  • library: mark songs missing in db when file is deleted (644a549)
  • local-output: targeted disconnect, safe play(), changeDevice error handling (8b72872)
  • local-output: try AudioContext.setSinkId before audioEl fallback (83a616a)
  • merge encoder, queue, deck, and local-output fixes (96b30a6)
  • microphone: fix race condition, unhandled rejections, and gain ramp (08c6b72)
  • microphone: make hear-yourself toggle actually control self-monitoring (#32) (5644094)
  • microphone: stop hold-to-talk ping ring from stealing clicks (#80) (b1e1510)
  • mic: route self-monitor through monitor bus (#67) (#77) (10d8bee)
  • mixer: remove unused softClipEnabled variable and getter (2dd5961)
  • modules: remove dead off() from event bus, fix non-null assertion, add test reset (0ab05a8)
  • modules: use SvelteMap for reactive instances, fix effect timer cleanup (86b52de)
  • preload next track to eliminate playout gaps (#69) (2293099)
  • preload: read transferred MessagePort from event.ports, not callback arg (1849d68)
  • prune log files to keep last 14 on startup (5b2a5a0)
  • queue: clearItems function, immutable sort, reset dragIndex on outer drop (e8cd1db)
  • remove spurious space in package:linux targets list (e7ec5cc)
  • renderer: resolve Svelte reactivity and a11y compiler warnings (e31f8f0)
  • renderer: type sendPcm payload as PcmMessage and close previous port before reassign (92ed77c)
  • shared: remove duplicate system channels, add hotkey channels, improve exhaustiveness test (40aa3d4)
  • ui: prevent window resizing from modal interactions (aa5192e)
  • ui: remove redundant Layout cast in WindowManager (4d47a17)
  • validate openExternal URLs, guard waveform hash, fix macOS quit behavior (3a92008)
  • windows: enforce min-width/min-height to prevent scrollbars (4449f36)

This PR was generated with Release Please. See documentation.

@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--streamline branch from 57b5717 to d201ddc Compare May 13, 2026 08:44
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--streamline branch 2 times, most recently from 136780c to c64cdf3 Compare May 13, 2026 14:36
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--streamline branch 6 times, most recently from f7da463 to ea0f7b6 Compare June 2, 2026 10:14
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--streamline branch 5 times, most recently from f881f44 to 5f697fc Compare June 16, 2026 00:18
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--streamline branch 5 times, most recently from 9dea964 to 2a76f10 Compare June 25, 2026 13:46
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--streamline branch from 2a76f10 to 82fd6e4 Compare July 2, 2026 10:38
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--streamline branch from 82fd6e4 to 9310614 Compare July 2, 2026 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants