Changelog

Version 1.0.2 (Server)

[Fix]

  • Temporarly disabled worker.py

Version 1.0.1 (Server)

[Feature]

  • Added the change log display to the former "Dashboard" tab (now "Neuigkeiten")
  • Added link to the changelog page on the web app

[Fix]

  • worker.py now launches on server start
  • Restored text models' access to current time
  • Renamed "Dashboard" tab to "Neuigkeiten" to better reflect its purpose
  • Renamed "Status" tab to "Dashboard" to better reflect its purpose
  • Renamed "Config" tab to "Einstellungen" for better localization

Version 1.0.0 (Server & Client)

[Feature]

  • Moved all functions from local web server to a publicly hosted server
  • Added API key authentication to all endpoints
  • Text models can now access current date and day of the week
  • Weatherreport will be generated automatically every hour in the background
  • The server now hosts a web app for checking the automatically generated weather reports from anywhere
  • Download path can now be configured in config.json

[UI]

  • Added navbar
  • Split app into multiple screens (dashboard, text generation, audio generation)
  • Added config screen to change voice, model, and prompts/instructions
  • Added status screen to view the current weather report
  • Added new splash screen
  • Made numerous UI/UX improvements

[Fix]

  • Optimized launch.bat to reduce startup time by ~ 4000%
  • Optimized app performance and reduced file size by ~ 300%
  • Reworked config.json
  • Fixed bug where the splash screen disappeared too early

Version 0.2.1 (Client)

[Feature]

  • Weather widget now shows min/max temperatures for the day (instead of wind speed)
  • Text models now have access to additional weather data (min/max temperatures, avg temperature, daily chance of rain)
  • Text models can now access weather data for the next 3 days (instead of just current weather)

[UI]

  • Made slight adjustments to the layout

[Fix]

  • Changed recommended text model to gpt-4o-mini-2024-07-18 (due to gpt-5-nano-2025-08-07s capabilities not matching our expectations)

Version 0.2.0 (Client)

[Feature]

  • Added weather widget to the dashboard
  • Text models now have access to weather data

[UI]

  • Added loading animations
  • Changed minimum app size to 1200x900

[Fix]

  • Fixed bug where text output box cut off long text

Version 0.1.2 (Client)

[UI]

  • Splash screen now closes after update check (instead of before app launch)

[Fix]

  • Fixed bug in launcher.bat that prevented the CMD window from closing when launched from start.vbs

Version 0.1.1 (Client)

[Feature]

  • Added update_manager.py to check for updates on startup

[UI]

  • Added start.vbs and launcher.vbs to launch the app without a console window
  • Added splash screen during app loading
  • Added icons to the main app
Zurück