Skip to content

Releases: seriousm4x/UpSnap

v1.2.0

14 Jan 17:35
79739dc
Compare
Choose a tag to compare
  • settings page: added the ability to change device name and ip
  • settings page: the sort setting now also sorts the edit device table

v1.1.2

14 Jan 14:56
4a3b959
Compare
Choose a tag to compare
  • environment variables for redis host, port and postgres host, port

v1.1.1

12 Jan 18:57
c0627cb
Compare
Choose a tag to compare

WARNING - BREAKING CHANGE

This update bumps postgres to version 14, which is incompatible with earlier versions. To upgrade, follow the steps below. This doesn't affect new instances.

Steps to update from postgres 13 to 14

  • On the settings page, use the export function to export your devices as a json file
  • Take the container down docker-compose down
  • Delete the existing postgres volume with docker volume rm upsnap_upsnap_db
  • Change your docker-compose file to postgres 14
  • Start the container again docker-compose up -d
  • Import the json file you just exported

Other changes

  • added wait-for-it.sh to wait for postgres and redis to start, before starting django

v1.1.0

20 Oct 21:38
ba9d3a8
Compare
Choose a tag to compare
  • settings: added json file import/export to backup device settings
  • settings: reorganized the layout

v1.0.5

15 Oct 00:26
v1.0.5
1de1d40
Compare
Choose a tag to compare
  • run healthchecks in dockerfile

v1.0.4

14 Oct 23:22
v1.0.4
f179450
Compare
Choose a tag to compare
  • add health status for docker containers
  • prevent ping interval lower then 5 seconds
  • stay on python3.9: dependencies are broken for 3.10.
  • organize docker-compose.yml and change restart from always to unless-stopped

v1.0.3

05 Oct 21:07
v1.0.3
c628659
Compare
Choose a tag to compare
  • settings page: fix headline margins

v1.0.2

05 Oct 20:38
v1.0.2
3a1137c
Compare
Choose a tag to compare
  • settings page: add ability to add custom devices
  • fix broken "wake started" notification

v1.0.1

01 Oct 14:21
0772eb3
Compare
Choose a tag to compare
  • fix wake button not spinning

v1.0.0

30 Sep 23:29
v1.0.0
a2755d6
Compare
Choose a tag to compare
  • first release