Skip to content

Releases: Muddyblack/Terminal-Slide-Show

Terminal-Slide-Show v2.0.1

20 Jan 18:41
Compare
Choose a tag to compare

This maintenance release includes visual improvements to enhance the user experience following our major 2.0.0 release.

Changes

  • Enhanced visual design with darker borders for improved visibility
  • Updated frontend configuration settings

Terminal-Slide-Show v2.0.0

20 Jan 01:21
Compare
Choose a tag to compare

This major release represents a complete rewrite of the Terminal-Slide-Show application, transitioning from Python to JavaScript while expanding display capabilities and improving overall performance.

Major Changes

  • Complete rewrite from Python to JavaScript
  • New dual display mode system:
    • Classic terminal-based display with Bash scripts
    • Modern browser-based display rendered in OpenBox
  • Flexible hosting options: external server or local Raspberry Pi hosting

New Features

  • Enhanced media support
    • GIF and video file compatibility
    • Video loop control
    • Configurable display times per item
  • Real-time updates via WebSocket integration
  • Smart caching system for improved performance
  • Power-saving optimizations
  • Dynamic view for no-media scenarios
  • Vacation period scheduling support
  • Custom user agent for DSB detection

Infrastructure

  • Docker compose support
  • Environment variable configuration with dotenv
  • Improved network management
  • Enhanced file validation system

Installation

Please refer to the updated README for detailed installation instructions for both terminal and browser-based display modes.

Breaking Changes

This version is not backwards compatible with v1.x due to the complete rewrite from Python to JavaScript. Users upgrading from v1.x will need to perform a fresh installation.

System Requirements

  • For browser display: OpenBox or compatible window manager
  • For terminal display: Bash environment
  • Optional: Docker for containerized deployment

1.3.1

13 Jan 19:29
04f2c4c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3...1.3.1

Sunshine

13 Jan 02:03
Compare
Choose a tag to compare

The Start

This is the first fully functional version of this project. It now has all the base idea's I wanted to implement.
There are still some enhancements to make especially if video and image files shall be displayed at the same time.

What's Changed

Full Changelog: 1.2.1...1.3

1.2.1 Hot Fix

09 Jan 22:49
a11d0ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2...1.2.1

1.2

30 Dec 15:08
Compare
Choose a tag to compare
1.2

What's Changed

  • Added ability to use metadata instead of filename.
  • Minor improvements and bug fixes
  • Added unit tests
  • Added GUI for editing image metadata

Full Changelog: 1.1...1.2

1.1

30 Nov 15:43
Compare
Choose a tag to compare
1.1

Full Changelog: 1.0...1.1

1.0

26 Nov 09:14
Compare
Choose a tag to compare
1.0

What's Changed