Merge pull request 'version bump' (#6) from release/0.1.2 into main
All checks were successful
Release / Build and Release (push) Successful in 36s
All checks were successful
Release / Build and Release (push) Successful in 36s
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# stitch-peek-rs
|
||||
|
||||
[](https://git.narl.io/nvrl/stitch-peek-rs/actions/workflows/ci.yml)
|
||||
[](https://crates.io/crates/rustitch)
|
||||
[](https://crates.io/crates/stitch-peek)
|
||||
[](https://docs.rs/rustitch)
|
||||
[](LICENSE)
|
||||
|
||||
A Nautilus/GNOME thumbnailer for **PES embroidery files**. Browse your embroidery designs in the file manager with automatic thumbnail previews.
|
||||
|
||||
Built as two crates:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rustitch"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2024"
|
||||
description = "PES embroidery file parser and thumbnail renderer"
|
||||
license = "MIT"
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# rustitch
|
||||
|
||||
[](https://crates.io/crates/rustitch)
|
||||
[](https://docs.rs/rustitch)
|
||||
[](../LICENSE)
|
||||
|
||||
A Rust library for parsing **PES embroidery files** and rendering stitch data to images.
|
||||
|
||||
Part of the [stitch-peek-rs](https://git.narl.io/nvrl/stitch-peek-rs) project.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "stitch-peek"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2024"
|
||||
description = "Nautilus thumbnail generator for PES embroidery files"
|
||||
license = "MIT"
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# stitch-peek
|
||||
|
||||
[](https://crates.io/crates/stitch-peek)
|
||||
[](../LICENSE)
|
||||
|
||||
A CLI tool and **Nautilus/GNOME thumbnailer** for PES embroidery files. Generates PNG previews of embroidery designs directly in your file manager.
|
||||
|
||||
Part of the [stitch-peek-rs](https://git.narl.io/nvrl/stitch-peek-rs) project. Uses [rustitch](https://crates.io/crates/rustitch) for PES parsing and rendering.
|
||||
|
||||
Reference in New Issue
Block a user