Skip to content

Releases: martinbutt/openmiko

Release v1.0.1-alpha.1

27 Dec 17:48
Compare
Choose a tag to compare
Pre-release

Includes:

  • Fix to ensure fsck runs at boot time
  • Fix to allow restarting of camera service

Note this includes the fix: openmiko/ingenic_videocap#14 which is still not merged to the main project. This fix dramatically reduces the file system corruption during power cycles when ENABLE_LOGGING is set to 0.

Release v1.0.0-alpha.3

13 Mar 04:25
Compare
Choose a tag to compare
Pre-release
Make crond respect the ENABLE_LOGGING flag

Release v1.0.0-alpha.2

20 Feb 23:12
Compare
Choose a tag to compare
Pre-release

Added support for DOS-style line endings in openmiko.conf

Release v1.0.0-alpha.1

20 Feb 06:17
Compare
Choose a tag to compare
Pre-release

Release v1.0.0 makes breaking changes to the config from the last stable version v0.0.40, so has a major version bump.

Incorporates all changes from https://github.com/openmiko/openmiko/releases/tag/v0.0.41-alpha.2

New Features

  • Added Modules - allowing easy add-ons of bundled changes without recompiling the main Openmiko source. #2
  • Added config generators for initial set up. #7
  • Added option to disable logging, as it seems likely that this is causing file-system corrupting. #8

Bug Fixes

  • Cleaned up nightmode code and removed need for API to be enabled for nightmode to work. #4
  • Added fsck to run at start up. #6 - Note requires an appropriate fsck module to be installed, e.g. vfat, exfat or ext.

Documentation

  • Improved developer documentation. #1