Skip to content

Releases: razzkumar/imgx

v1.3.2

03 Mar 03:41
5d38951

Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

02 Mar 07:30
0630c57

Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.3.1

v1.2.4

01 Mar 15:36

Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

26 Feb 10:31
6e9aaf3

Choose a tag to compare

Full Changelog: v1.2.2...v1.2.3

v1.2.2

20 Nov 10:12
7d2c308

Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

05 Nov 02:46
9e16508

Choose a tag to compare

Changelog

New Features

Other work

v1.2.0

02 Nov 12:53
bdf1d00

Choose a tag to compare

Changelog

New Features

Other work

v1.1.1

01 Nov 13:35
78f41e7

Choose a tag to compare

Changelog

New Features

Other work

v1.1.0

01 Nov 12:56
bc3487c

Choose a tag to compare

Changelog

New Features

Other work

v1.0.0

01 Nov 08:35
7ac7cac

Choose a tag to compare

Changelog

New Features

  • 74bc822: feat: add author/creator override support
  • 4d128fe: feat: add command adjust, grayscale, invert, blur, sharpen, info
  • ca39479: feat: add docs
  • ecd3724: feat: add metadata command and extended metadata support
  • ce6bd26: feat: add resize, fit, fill, and thumbnail commands
  • eca8f10: feat: add transform commands for image manipulation
  • 5177140: feat: add watermark command to apply text watermark
  • e5aa8f2: feat: add watermark feature
  • c434f70: feat: centralize version management with single source of truth
  • 0433118: feat: extend ImageMetadata and enhance pretty print
  • 497a50d: feat: migrate to instance-based API with automatic metadata tracking
  • b65627a: feat: setup completions
  • aca6609: feat: setup completions
  • d14de88: feat: setup manpage
  • 1a17ca9: feat: setup release
  • c8a525e: feat: test data

Bug fixes

  • 186bfdb: fix: build issue
  • f4727ca: fix: completions
  • 64c29e5: fix: completions
  • 5b7e874: fix: github action and addCOSIGN_OIDC_PROVIDER: github
  • 7ac7cac: fix: remove redundant newlines in fmt.Println
  • c7e53cd: fix: remove sig
  • f10fb51: fix: remove signature
  • e3857bf: fix: update gorelease config
  • 4f4fea4: fix: update release config
  • 0557832: fix: update release config
  • 98e87d1: refactor: replace functional options with Options struct

Documentation updates

  • bf34a0b: docs: add comprehensive metadata extraction documentation
  • c8b6883: docs: reorganize documentation and automate version management
  • 394fd11: docs: update LICENSE and acknowledgments to reflect new project

Other work

  • 38ba1ce: Add CLI.md documentation
  • 56d1041: Add common CLI helpers for image processing
  • e62677e: Add gcd-based aspect ratio formatter
  • c3d6a8a: Add luminance constants and apply to grayscale
  • 39482ea: Add shell completion docs and update dependencies
  • 358f478: Change benchmarks to use b.Loop instead of b.N
  • 40204ef: Refactor EXIF orientation reading
  • 72ce0a0: Refactor parallel to use wg.Go
  • 040cd7a: Remove CI config and refactor loops to range form
  • 7384ec2: Rename examples_generator to examples/generator
  • 567ae9c: Rename package imaging to imgx and update module
  • 1fb1779: Replace fixed 256 loops with range in image ops
  • 536fa3a: Update README.md
  • 1d9d865: Update license headers and README notes
  • 03dea1b: Update tests to use branch.jpg and flower.jpg
  • aadc533: Use clamp helpers for boundary handling across ops
  • 3a471d3: chore: replace Info with Metadata command and alias
  • 675ae2f: chore: update .gitignore
  • fd6f9fe: chore: update images
  • 5a32220: chore: update metadata example
  • 8ac6c87: init: setup to latest version