inkview 0.3.0

Rust bindings for pocketbook E-Reader devices (inkview)
Documentation
# Changelog

All notable changes to this project 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).

## [inkview-0.3.0] - 2026-04-18

### Changed
- Generate bindings for SDK 6.10, SDK repository as submodule
- Changelog
- Repo stuff

## [inkview-0.2.0] - 2025-11-29

### Changed
- Cargo fmt
- Disable generation of bindgen layout tests
- Bump versions
- Attempt support for RGB devices, also correct the grayscale conversion in inkview-slint
- Regen bindings and include do_partial_update
- Move out
- Generate changelogs
- Some repo work

## [inkview-0.1.1] - 2025-10-20

### Added
- Add bindings for SDK v6.8
- Add justfile, fix bindgen
- Add inkview hello world example

### Changed
- Prep for crates.io submission
- Inkview misc improvements, features, fixes
- Merge pull request #3 from flxzt/inkview-eg
- Apply suggestions from code review
- Move docs in top-level readme
- Simplify inkview-eg example
- Inkview-eg uses features for sdk versions
- Regenerate bindings, ability to pick version through features
- Initial inkview-eg impl with examples
- Merge pull request #1 from flxzt/fix-build
- Huh
- Initial commit

### Fixed
- Inkview-eg example, skip applying pixels out of bounds
- Inkview crate fails to build

[inkview-0.3.0]: https://github.com///compare/inkview-0.2.0...inkview-0.3.0
[inkview-0.2.0]: https://github.com///compare/inkview-0.1.1...inkview-0.2.0