version bump #6

Merged
nvrl merged 2 commits from release/0.1.2 into main 2026-03-30 01:03:55 +02:00
5 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# stitch-peek-rs # stitch-peek-rs
[![CI](https://git.narl.io/nvrl/stitch-peek-rs/actions/workflows/ci.yml/badge.svg)](https://git.narl.io/nvrl/stitch-peek-rs/actions/workflows/ci.yml)
[![rustitch on crates.io](https://img.shields.io/crates/v/rustitch)](https://crates.io/crates/rustitch)
[![stitch-peek on crates.io](https://img.shields.io/crates/v/stitch-peek)](https://crates.io/crates/stitch-peek)
[![docs.rs](https://img.shields.io/docsrs/rustitch)](https://docs.rs/rustitch)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
A Nautilus/GNOME thumbnailer for **PES embroidery files**. Browse your embroidery designs in the file manager with automatic thumbnail previews. A Nautilus/GNOME thumbnailer for **PES embroidery files**. Browse your embroidery designs in the file manager with automatic thumbnail previews.
Built as two crates: Built as two crates:

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "rustitch" name = "rustitch"
version = "0.1.1" version = "0.1.2"
edition = "2024" edition = "2024"
description = "PES embroidery file parser and thumbnail renderer" description = "PES embroidery file parser and thumbnail renderer"
license = "MIT" license = "MIT"

View File

@@ -1,5 +1,9 @@
# rustitch # rustitch
[![crates.io](https://img.shields.io/crates/v/rustitch)](https://crates.io/crates/rustitch)
[![docs.rs](https://img.shields.io/docsrs/rustitch)](https://docs.rs/rustitch)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](../LICENSE)
A Rust library for parsing **PES embroidery files** and rendering stitch data to images. 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. Part of the [stitch-peek-rs](https://git.narl.io/nvrl/stitch-peek-rs) project.

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "stitch-peek" name = "stitch-peek"
version = "0.1.1" version = "0.1.2"
edition = "2024" edition = "2024"
description = "Nautilus thumbnail generator for PES embroidery files" description = "Nautilus thumbnail generator for PES embroidery files"
license = "MIT" license = "MIT"

View File

@@ -1,5 +1,8 @@
# stitch-peek # stitch-peek
[![crates.io](https://img.shields.io/crates/v/stitch-peek)](https://crates.io/crates/stitch-peek)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](../LICENSE)
A CLI tool and **Nautilus/GNOME thumbnailer** for PES embroidery files. Generates PNG previews of embroidery designs directly in your file manager. 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. 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.