Skip to content

Releases: Megge06/TermiCam

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 15:38

TermiCam v0.2.0

This release introduces viewport mirroring, persistent application settings, and a session recording and playback functionality.

Key Additions

  • Viewport Mirroring: Added support for horizontal mirroring of the live ASCII stream.
  • Settings Persistence: Configuration options (such as color mode, palette layout, and target FPS) are now saved automatically to disk.
  • Stream Recording & Playback: Real-time camera recording and looping playback using a compressed .tcam file format.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 19:22

First Release of TermiCam

TermiCam is a Go TUI application that reads camera frames through FFmpeg and renders them as ASCII art in your terminal. It supports Linux, macOS, and Windows camera capture through platform-specific FFmpeg backends.

Full Changelog: https://github.com/Megge06/TermiCam/commits/v0.1.0