Skip to content

Releases: chmouel/snazy

0.57.1

11 Jul 07:08
0.57.1
a99adae
Compare
Choose a tag to compare

Release Notes: v0.57.1

This release includes several new features, bug fixes, and dependency updates.

✨ Features

  • ARM Builds: Added ARM build targets to the release workflow, so you can now run snazy on your ARM-based machines.
  • Disable Coloring: A new option has been added to disable all output coloring, which is useful for environments that do not support ANSI colors.

🐛 Bug Fixes

  • Gracefully handle file open errors when a file cannot be read.
  • Handle invalid JSON numbers and regex patterns to prevent crashes.

♻️ Refactoring

  • Boolean flags have been refactored into more descriptive enum types for better code clarity.
  • Timestamp conversion has been updated for improved reliability.

⬆️ Dependency Updates

  • Updated clap and related dependencies to the latest versions.
  • Updated pre-commit hooks to v5.0.0.
  • Bumped docker/build-push-action from 6.15.0 to 6.18.0.
  • Multiple other dependencies have been updated.

📝 Documentation

  • The README.md has been updated with a new logo and a copyright section.

⚙️ CI/CD

  • Integrated uv for semver dependency in the release script.
  • Refined the release workflow.

Full Changelog: 0.56.0...0.57.1

0.56.0

28 Apr 09:46
0.56.0
7ffccf7
Compare
Choose a tag to compare

What's Changed

  • feat: Add stacktrace parsing display highlighting control by @chmouel in #336

image

Full Changelog: 0.55.0...0.56.0

0.55.0

13 Feb 12:23
0.55.0
aee339c
Compare
Choose a tag to compare

Snazy 0.55.0

What’s New?

🚀 Features

  • feat: add timezone support for timestamp conversion. #319

🔧 Dependency Updates

  • Bump tempfile from 3.14.0 to 3.16.0. #317
  • Bump is-terminal from 0.4.13 to 0.4.15. #318
  • Bump clap from 4.5.23 to 4.5.27. #314
  • Bump serde_json from 1.0.134 to 1.0.138. #316
  • Bump clap_complete from 4.5.40 to 4.5.44. #315
  • Bump docker/build-push-action from 6.12.0 to 6.13.0. #313
  • Bump docker/build-push-action from 6.11.0 to 6.12.0. #312
  • Bump docker/build-push-action from 6.10.0 to 6.11.0. #311
  • Bump serde from 1.0.215 to 1.0.217. #309
  • Bump clap from 4.5.21 to 4.5.23. #310
  • Bump chrono from 0.4.38 to 0.4.39. #308
  • Bump serde_json from 1.0.133 to 1.0.134. #307
  • Bump clap_complete from 4.5.36 to 4.5.40. #306
  • Bump tempfile from 3.13.0 to 3.14.0. #304
  • Bump docker/build-push-action from 6.9.0 to 6.10.0. #305
  • Bump serde from 1.0.214 to 1.0.215. #301
  • Bump clap from 4.5.20 to 4.5.21. #303
  • Bump color-print from 0.3.6 to 0.3.7. #302
  • Bump serde_json from 1.0.132 to 1.0.133. #300
  • Bump docker/metadata-action from 5.5.1 to 5.6.1. #299
  • Bump regex from 1.11.0 to 1.11.1. #297
  • Bump serde_json from 1.0.128 to 1.0.132. #298
  • Bump clap_complete from 4.5.32 to 4.5.36. #296
  • Bump clap from 4.5.19 to 4.5.20. #295
  • Bump serde from 1.0.210 to 1.0.214. #294
  • Bump docker/build-push-action from 6.7.0 to 6.9.0. #291

Full Changelog: 0.54.0...0.55.0

0.54.0

03 Oct 12:26
0.54.0
4059ca7
Compare
Choose a tag to compare

Full Changelog: 0.53.1...0.54.0

Add ability to colorize background like this for example:

snazy -r  bg:red,fg:green,regexp

0.53.1

24 Sep 09:54
0.53.1
1d3086b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.53.0...0.53.1

0.53.0

23 Sep 21:28
0.53.0
d0eb46f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.52.17...0.53.0

0.52.17

24 Jan 14:23
0.52.17
61ac719
Compare
Choose a tag to compare

Full Changelog: 0.52.0...0.52.17

ARM and Windows binary release, a lot of changes and failed releases to get this to work..

0.52.0

13 Sep 10:49
d95f539
Compare
Choose a tag to compare

Changelog

Add ability to specify colors by rgb a318903

0.51.3

12 Sep 12:13
5a0b0d5
Compare
Choose a tag to compare

Changelog

0.51.2

28 Jun 14:58
70a552b
Compare
Choose a tag to compare

Changelog

Fixes regexp with colon