sdocx 0.4.0

Reverse-engineered tooling and SDK for converting Samsung Notes (.sdocx) files
Documentation
# Changelog

## [0.4.0]https://github.com/twangodev/sdocx/compare/sdocx-v0.3.1...sdocx-v0.4.0 (2026-03-09)


### Features

* enhance page parsing and SVG rendering for .sdocx files ([a5159b0]https://github.com/twangodev/sdocx/commit/a5159b0ba42638c6e5f43e22f410fafa79d4f1c5)


### Bug Fixes

* streamline output handling and improve formatting in main.rs and page.rs ([61c0f82]https://github.com/twangodev/sdocx/commit/61c0f82bfe8ce6c136c8fb37c539924b970a5923)

## [0.3.1]https://github.com/twangodev/sdocx/compare/sdocx-v0.3.0...sdocx-v0.3.1 (2026-03-08)


### Bug Fixes

* add missing newlines at end of files in error.rs and types.rs ([0eaa711]https://github.com/twangodev/sdocx/commit/0eaa7116c42c55d2cf8d836ff3dc91c4780a497a)

## [0.3.0]https://github.com/twangodev/sdocx/compare/sdocx-v0.2.0...sdocx-v0.3.0 (2026-03-08)


### Features

* Add Docker support and CI/CD configuration for sdocx and sdocx-cli ([45dbc0a]https://github.com/twangodev/sdocx/commit/45dbc0a0b9ddb7bb6174a94475420598703de304)
* Add project metadata including description, license, and repository URL in Cargo.toml ([e98d5dc]https://github.com/twangodev/sdocx/commit/e98d5dcb9ba98a8f73f7f1eaca4bbd797ea0ed38)
* Add sdocx-wasm crate with WASM bindings and update dependencies ([2b55ec6]https://github.com/twangodev/sdocx/commit/2b55ec67a18a05855403b296694cd93b2d4eb620)
* Implement parsing for .sdocx files; add container and decoding logic ([e4ace13]https://github.com/twangodev/sdocx/commit/e4ace1365bc085564d0be0054498b04719927d1f)
* Initialize Rust project with sdocx and sdocx-cli; add basic CLI functionality ([e6ce464]https://github.com/twangodev/sdocx/commit/e6ce4645e3010fe48e2ead9db0a3d2425686d90e)

## [0.2.0]https://github.com/twangodev/sdocx/compare/sdocx-v0.1.0...sdocx-v0.2.0 (2026-03-08)


### Features

* Add Docker support and CI/CD configuration for sdocx and sdocx-cli ([45dbc0a]https://github.com/twangodev/sdocx/commit/45dbc0a0b9ddb7bb6174a94475420598703de304)
* Add project metadata including description, license, and repository URL in Cargo.toml ([e98d5dc]https://github.com/twangodev/sdocx/commit/e98d5dcb9ba98a8f73f7f1eaca4bbd797ea0ed38)
* Implement parsing for .sdocx files; add container and decoding logic ([e4ace13]https://github.com/twangodev/sdocx/commit/e4ace1365bc085564d0be0054498b04719927d1f)
* Initialize Rust project with sdocx and sdocx-cli; add basic CLI functionality ([e6ce464]https://github.com/twangodev/sdocx/commit/e6ce4645e3010fe48e2ead9db0a3d2425686d90e)