Skip to content

Releases: max-pfeiffer/irrigation-pi

1.3.0

21 Jun 11:23
0e3e100
Compare
Choose a tag to compare

Features:

  • systemd-resolved is installed by default: multicast DNS is now working for raspberry.local for all devices also with Wi-Fi hotspot

1.2.0

14 Jun 10:17
77ab065
Compare
Choose a tag to compare

Features:

  • You can fire up a Wi-Fi Hotspot using the CLI

1.1.0

08 Jun 08:58
e693722
Compare
Choose a tag to compare

Features:

  • New view for live relay switching (overrides schedules)
  • New view for displaying Raspberry Pi system information
  • Schedules are now verified: you cannot configure schedules with overlapping time slots any more
  • update.sh: script for conveniently updating the installation on your Raspberry Pi with the lastest version on GitHub

1.0.1

13 Apr 12:49
e37b221
Compare
Choose a tag to compare

Fixes:

  • Fixed install script (it stopped working on latest Raspbian release 2024-03-15)
  • Fixed help texts for management CLI

1.0.0

24 Feb 10:14
9f84e69
Compare
Choose a tag to compare

Features:

  • Static files for frontend application are generated and checked into repository, so they do not need get build on Raspberry Pi which is taking ages
  • Raspberry Pi installation is now fully automated and documented
    • nginx configuration
    • systemd configuration
    • Irrigation-Pi configuration
    • SQLite database

0.2.2

11 Feb 11:35
e00b552
Compare
Choose a tag to compare

Features:

  • host for frontend application is now configurable

Bugfixes:

  • fixed static file build for frontend application

0.2.1

04 Feb 16:56
5285a51
Compare
Choose a tag to compare

Bugfixes:

  • adjusted backend API version and API specs for frontend application

0.2.0

04 Feb 10:34
b9d627d
Compare
Choose a tag to compare

Finished user interface for MVP.

Bugfixes:

  • fixed schedule handling logic

0.1.1

31 Jan 21:57
4ef6486
Compare
Choose a tag to compare

Bugfixes:

  • Fixed relay switching

0.1.0

27 Jan 23:01
b088c91
Compare
Choose a tag to compare

Features:

  • Backend application with REST API
  • CLI tool for managing the project