• Joined on 2026-01-14
admin created branch main in admin/telephony-inspector 2026-01-19 14:47:22 +01:00
admin created repository admin/telephony-inspector 2026-01-19 14:46:23 +01:00
admin pushed tag v1.2.0 to admin/go-ts 2026-01-17 20:58:09 +01:00
admin pushed to master at admin/go-ts 2026-01-17 20:55:44 +01:00
74043db851 fix(linux): port audio engine 2.0 (stereo+eq) to linux
admin pushed to master at admin/go-ts 2026-01-17 20:48:57 +01:00
be929ce55a feat(audio): optimize equalizer with stereo support and gain caching
711eb148df feat(tui): add interactive 5-band per-user equalizer
Compare 2 commits »
admin pushed tag v1.1.0 to admin/go-ts 2026-01-17 17:15:55 +01:00
admin pushed to master at admin/go-ts 2026-01-17 17:10:00 +01:00
0010bc6cf7 Fix bug where disabling PTT would incorrectly stop VAD capture
a14d068ada Update TUI footer legend with VAD controls
b66e0737d0 Fix deadlock on exit by making mic level updates async
2860102627 Fix mic bar background continuity in status bar
ebe2b26ae9 Improve microphone level sensitivity using logarithmic (dB) scaling
Compare 5 commits »
admin pushed to master at admin/go-ts 2026-01-17 16:13:44 +01:00
356b492629 Fix Poke timeout, input CommandLow handling, and add Poke Popup
99f26c4485 fix: restore author credits in about view
Compare 2 commits »
admin pushed tag v1.0.2 to admin/go-ts 2026-01-17 03:15:49 +01:00
admin pushed to master at admin/go-ts 2026-01-17 03:15:42 +01:00
9ed1d4f60e ci: automate release notes generation using git log
admin pushed to master at admin/go-ts 2026-01-17 03:11:55 +01:00
a639558ce4 docs: update README with new binary naming and release instructions
3dc4942942 ci: rename binaries to ts3-tui and improve artifact naming
Compare 2 commits »
admin pushed tag v1.0.1 to admin/go-ts 2026-01-17 03:11:48 +01:00
admin pushed tag v1.0.0 to admin/go-ts 2026-01-17 03:03:24 +01:00
admin pushed to master at admin/go-ts 2026-01-17 02:55:37 +01:00
ed8f9a4538 ci: set linux job to run on x86_64 host runner
1283fdc9c4 ci: consolidate build workflows and automate Gitea releases
71017f1e61 ci: add architecture suffixes and document WSL2 runner setup
Compare 3 commits »
admin pushed to master at admin/go-ts 2026-01-17 02:39:58 +01:00
81d73e9b08 ci: disable go cache to prevent hangs on self-hosted runner
36111ff781 fix: linux arm64 build error (Dup2 is not available, use unix.Dup2)
3a1db4e80c ci: bundle required DLLs in Windows artifact
Compare 3 commits »
admin pushed to master at admin/go-ts 2026-01-17 02:31:16 +01:00
7284b9d4b9 ci: downgrade upload-artifact to v3 for Gitea compatibility
admin pushed to master at admin/go-ts 2026-01-17 02:27:57 +01:00
206f158c8e ci: fix dependencies and Go path for Gitea Actions
admin pushed to master at admin/go-ts 2026-01-17 02:23:38 +01:00
2cd818c331 ci: fix Gitea CI workflows to build the TUI application for Linux and Windows.
admin pushed to master at admin/go-ts 2026-01-17 02:15:22 +01:00
952552302a ci: add Linux and Windows build workflow for Gitea Actions
admin pushed to master at admin/go-ts 2026-01-17 02:05:31 +01:00
b6224cd2fd feat: Add Gitea Actions demo workflow.