Skip to content

Releases: truschival/DigitalRoosterGui

Limit episodes, Code Cleanup

08 Jun 17:01
aa35aa5
Compare
Choose a tag to compare
v1.2.0 Limit Episodes + Cleanup

* Infrastucture and code cleanup
* Limit number of episodes in podcast

Better volume control

24 May 08:24
0c59cd2
Compare
Choose a tag to compare

Volume control in decimal step size and minor code touch-ups.

Finally I dare a v1.0

04 Apr 18:08
8440d53
Compare
Choose a tag to compare

Since I haven't introduced any new features in the last six months
to DigitalRoosterGui and it seems to runs stable it is time for a v1.0 release.

I don't miss anything and DigitalRooster wakes me up reliably every morning 👍

Fix Signal-Slot connection

16 Dec 10:34
6555c1c
Compare
Choose a tag to compare
Fix Signal/Slot connection

When alarm played PowerControl was not activated
because the signal didn't exist

Signed-off-by: Thomas Ruschival <thomas@ruschival.de>

End-year release 2020

15 Dec 17:10
9b4f9a0
Compare
Choose a tag to compare
  • Cleaned up alarm dispatching. No more polling.
  • Upcoming alarm in GUI
  • Image caching now works even if icon url has no file
    extension
  • Support for dynamic light dimming using APDS9660

Minor update - added NetworkInfo

02 Sep 17:21
424a2a3
Compare
Choose a tag to compare

Settings page now displays current IP address

Fix Crash on empty cache file

20 Jun 12:20
4c9178d
Compare
Choose a tag to compare
v0.11.1

Fix crash on empty cache file

MK3 Hardware support

09 Jun 18:42
b821948
Compare
Choose a tag to compare
  • hardware support for Mk3x, dropped wiringPi dependency
  • download and resize images before using
  • updated material desigin icons font
  • some UI reworks
  • use precompiled QTQuick scripts

REST API

14 Apr 12:21
cf7cb2d
Compare
Choose a tag to compare

Working minimal REST API to create/list/delete Alarms, Radio Stations and Podcast RSS streams
listening at http://<your_ip>:6666/api/1.0/

New configuration:

  • REST server configurable with -DREST_API=On (default is Off)
    and TCP port -DREST_API_PORT=6666

v0.9

29 Mar 13:41
c225278
Compare
Choose a tag to compare

Features of this release:

  • WeatherForecast for 6h and 12h
  • use github actions for build
  • add buttons to alarm edit dialog

Bugfixes and cleanups:

  • reworked some parts of the architecture to use interfaces (payed some technical debt)
  • QML layout and style (text size, buttons for interaction...)
  • scanning event devices nodes now actually works
  • save position of podcasts now works with remote media (most of the time I believe)