Releases: ingojaeckel/go-raspberry-pi-timelapse
0.5.0
The main purpose of this release is improved wifi hotspot stability.
Changes:
- Update underlying OS to Raspberry Pi OS Lite from July 4, 2024 based on Debian version: 12 (bookworm), see release notes. Among many other changes, this moves the Wifi hotspot tooling from hostapd to NetworkManager. Note: The OS update required building the .img file using the
feature/network-manager-fix
branch ofCustomPiOS
as shown here: guysoft/CustomPiOS#227 - Update from
raspistill
tooling torpicam-still
(documentation) - Build using Golang
1.23.2
instead of1.16
(release notes)
Please note:
- Please consider this a pre-release. Use it at your own risk.
- Do not use this release, this disk image, or the software it includes without experience with it.
- When copying this disk image on an SD card, triple check you are not erasing any important data. If you are not sure, find another SD card and back up your data just in case.
For a more detailed list of changes, checkout the diff between 0.4.0 and 0.5.0: 0.4.0...0.5.0
0.4.0
This release fixes #35 and contains user interface improvements, notably for devices with smaller screens such as mobile devices and/or older laptops.
Please note:
- Please consider this a pre-release. Use it at your own risk.
- Do not use this release, this disk image, or the software it includes without experience with it.
- When copying this disk image on an SD card, triple check you are not erasing any important data. If you are not sure, find another SD card and back up your data just in case.
For a more detailed list of changes, checkout the diff between 0.3.0 and 0.4.0: 0.3.0...0.4.0
0.3.0
This release fixes #32
Please note:
- Please consider this a pre-release. Use it at your own risk.
- Do not use this release, this disk image, or the software it includes without experience with it.
- When copying this disk image on an SD card, triple check you are not erasing any important data. If you are not sure, find another SD card and back up your data just in case.
For a more detailed list of changes, checkout the diff between 0.2.1 and 0.3.0: 0.2.1...0.3.0
0.2.1
This release fixes #30
Please note:
- Please consider this a pre-release. Use it at your own risk.
- Do not use this release, this disk image, or the software it includes without experience with it.
- When copying this disk image on an SD card, triple check you are not erasing any important data. If you are not sure, find another SD card and back up your data just in case.
For a more detailed list of changes, checkout the diff between 0.2.0 and 0.2.1: 0.2.0...0.2.1
0.2.0
This release fixes a bug (#27) and adds minor new features.
Changing settings will take effect immediately now and no longer require a restart or any other changes. SSH login is enabled by default. System logs can now be viewed in the web UI for easier debugging. Logs contain more information which can be useful for developers. Photos can be downloaded without compression as TAR archives instead of ZIP.
Please note:
- Please consider this a pre-release. Use it at your own risk.
- Do not use this release, this disk image, or the software it includes without experience with it.
- When copying this disk image on an SD card, triple check you are not erasing any important data. If you are not sure, find another SD card and back up your data just in case.
Changes:
0.1.0
This is the initial disk-image based release.
The main goal of this release is to simplify the installation process. Instead of differentiating between dev/deploy mode, manually changing configuration or installing dependencies, etc this release introduces a build process for disk images and an initial alpha version of a disk image. After decompressing, the image go-raspberry-pi-timelapse-0.1.0.img
can be installed on an SD card using Raspberry Pi Imager to boot a Pi.
Please note:
- Please consider this a pre-release. Use it at your own risk.
- Do not use this release, this disk image, or the software it includes without experience with it.
- When copying this disk image on an SD card, triple check you are not erasing any important data. If you are not sure, find another SD card and back up your data just in case.