Releases: razzkumar/imgx
Releases · razzkumar/imgx
v1.3.2
v1.3.1
v1.2.4
v1.2.3
Full Changelog: v1.2.2...v1.2.3
v1.2.2
v1.2.1
Changelog
New Features
- 07b75b1: feat: add mimetype and camera make on basic meta (@razzkumar)
Other work
- dd639b2: Trigger GitHub contributor reindex (@razzkumar)
- 9e16508: chore: verion up to 1.2.1 (@razzkumar)
v1.2.0
Changelog
New Features
- d1dff44: feat: setup ollama local provider (@razzkumar)
Other work
- bdf1d00: chore: release tag 1.2.0 (@razzkumar)
v1.1.1
Changelog
New Features
- 1db29e0: feat: add colors, quality, and moderation to results (@razzkumar)
Other work
- 78f41e7: chore: enhance and relase 1.1.1 (@razzkumar)
v1.1.0
Changelog
New Features
- 35dfb25: feat: add OpenAI Vision provider (@razzkumar)
- c456bb1: feat: add comprehensive tests for detection package (@razzkumar)
- 8f68f81: feat: improve AWS Rekognition with image properties (@razzkumar)
- bfc9928: feat: object-detection docs and examples (@razzkumar)
- 435ddaf: feat: setup aws rekognition for detection (@razzkumar)
- ca9f31c: feat: setup image detection using llm (@razzkumar)
- 221aa6b: feat: update github release config (@razzkumar)
- aa68db6: feat: update github release config for version up (@razzkumar)
- 836e901: feat: use AWS credential chain and validate credentials (@razzkumar)
Other work
- e26f16f: chore update readme (@razzkumar)
- d43e763: chore: bump version to v1.1.0 [skip ci] (@github-actions[bot])
- bc3487c: chore: disable auto version update (@razzkumar)
- dc6f252: chore: update docs to add AI object detection (@razzkumar)
v1.0.0
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