Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Nov 16, 2023
1 parent 5368d60 commit e8b1ec9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to OpenEMC will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.8.0 - 2023-11-16
### Added
- allow querying of bootloader CRC32 and flash size via sysfs
- power: switch to charging mode when battery is below critical voltage
- bootloader: dynamic flash size detection
- logging: gzip ELF images to save space on target
- logging: find bootloader ELF image based on CRC32 of bootloader

## 0.7.2 - 2023-09-06
### Fixed
- configuration location in flash
Expand Down
2 changes: 1 addition & 1 deletion openemc-firmware/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openemc-firmware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "openemc-firmware"
description = "OpenEMC Firmware"
authors = ["Sebastian Urban <surban@surban.net>"]
license = "GPL-3.0"
version = "0.7.2"
version = "0.8.0"
publish = false
edition = "2021"

Expand Down

0 comments on commit e8b1ec9

Please sign in to comment.