Skip to content

Releases: LordEaster/timeboard

beta-0.1.3

23 Mar 12:28

Choose a tag to compare

📝 Changelog

[v0.1.3] – 2025-03-23


✨ Features

  • Added location mode support (auto or fixed) with .env config
  • Implemented fixed location input with validation using wttr.in
  • Automatically encode location for weather API requests
  • Enhanced dashboard to show full location and weather line:
📍 Bangkok | Partly cloudy, 33°C
  • Users can now configure location mode and name in Settings
  • Added support for centered vertical alignment on all screens (dashboard, settings, etc.)
  • .env is now cleanly updated and loaded across modules

Full Changelog: beta-0.1.2...beta-0.1.3

beta-0.1.2

22 Mar 17:32

Choose a tag to compare

📝 Changelog

[v0.1.2] – 2025-03-22


🚀 Features

  • Settings Page

    • Toggle between 12/24-hour time formats
    • Choose °C or °F for temperature display
    • Show or hide the bottom guide panel with key hints
  • 🧭 Guide Panel Toggle

    • Navigation bar ([c] Clock, [w] Weather, etc.) can now be hidden via Settings or .env
  • 🏷️ VERSION File Support

    • TimeBoard version displayed dynamically using the VERSION file
  • ⚙️ Configurable .env File

    • Stores persistent user preferences like TIME_FORMAT, TEMP_UNIT, and SHOW_GUIDE
    • Used across all modules

🔧 Fixes

  • 🚫 Blinking Cursor Hidden

    • Cursor is now hidden while TimeBoard runs and restored on exit
  • 🧼 macOS .env" Bug Fixed

    • Resolved issue where .env" was being created due to incorrect sed usage on macOS
    • Introduced cross-platform update_env function in utils.sh

Full Changelog: beta-0.1.1...beta-0.1.2

beta-0.1.1

22 Mar 16:21

Choose a tag to compare

📝 Changelog

[v0.1.1] – 2025-03-22


🔧 Fixes

  • Make content center vertical and horizontal of screen
  • Improve Readability

Full Changelog: beta-0.1.0...beta-0.1.1

beta-0.1.0

22 Mar 12:17

Choose a tag to compare

📝 Changelog

[v0.1.0] – 2025-03-22


🚀 Features

  • 🕒 Live clock with figlet display
  • 🌦 Real-time weather with condition, temperature, humidity
  • 🖥️ Fully terminal-based & portable

Full Changelog: https://github.com/LordEaster/timeboard/commits/beta-0.1.0