Releases: EvotecIT/CodeGlyphX
Releases · EvotecIT/CodeGlyphX
CodeGlyphX-v1.2.0
What's Changed
- Improve console ASCII QR rendering by @PrzemyslawKlys in #61
- feat: add gif/tiff encode support by @PrzemyslawKlys in #60
- feat: expand no-deps format support by @PrzemyslawKlys in #66
- feat: expand psd decode support by @PrzemyslawKlys in #62
- feat: expand managed jpeg encode/decode support by @PrzemyslawKlys in #63
- Security hardening: decode caps, safe presets, tests, and CodeQL by @PrzemyslawKlys in #68
- Security polish: guard messages + fuzz harness by @PrzemyslawKlys in #69
- Bench: QR decode scenario packs and examples by @PrzemyslawKlys in #70
- build: add net472 reference assemblies for non-windows by @PrzemyslawKlys in #71
- Quick wins: examples, benchmark metadata, stress pack by @PrzemyslawKlys in #72
- Replace CodeGlyphX website with PowerForge.Web by @PrzemyslawKlys in #73
- Cleanup Blazor site to playground-only by @PrzemyslawKlys in #74
- Unify navigation and 404 behavior with pipeline audit guardrails by @PrzemyslawKlys in #75
- Ensure 404 page always gets global assets and enforce CI check by @PrzemyslawKlys in #76
- Enforce nav audit coverage across API/docs output by @PrzemyslawKlys in #77
- Enable required-route and optimize-report pipeline checks by @PrzemyslawKlys in #78
- Website: enforce /docs/ in required routes audit by @PrzemyslawKlys in #79
- chore(web): enable image optimize stage settings by @PrzemyslawKlys in #80
- chore(website): enable image pipeline v2 defaults by @PrzemyslawKlys in #81
- fix(website): correct docs edit links, API source links, and UI polish by @PrzemyslawKlys in #82
- Fix API edit links to use repository-relative source paths by @PrzemyslawKlys in #83
- Migrate docs pages from raw HTML to Markdown by @PrzemyslawKlys in #85
- Docs: add markdown-native styling safety net by @PrzemyslawKlys in #84
- Use doctor stage for final website validation by @PrzemyslawKlys in #86
- Website: use PowerForge pipeline --fast for -Serve by @PrzemyslawKlys in #87
- Assets: fix corrupted decoding sample PNG by @PrzemyslawKlys in #88
- Website: dev pipeline mode + task filters by @PrzemyslawKlys in #89
- Website: serve defaults skip optimize/audit in dev by @PrzemyslawKlys in #90
- Website: pipeline dev mode skips optimize/doctor by @PrzemyslawKlys in #91
- Website: add -Watch to build script by @PrzemyslawKlys in #92
- Website: use pf nav helpers + apidocs nav context by @PrzemyslawKlys in #93
- Migrate Build scripts to project.build.json pipeline by @PrzemyslawKlys in #95
- Standardize build scripts to single Build-Project entrypoint by @PrzemyslawKlys in #96
Full Changelog: v1.1.0...CodeGlyphX-v1.2.0
v1.1.0
What's Changed
- chore(website): 🚀 update website improvement plan for performance and… by @PrzemyslawKlys in #14
- chore(benchmark): 📊 update benchmark results for Windows and Linux by @PrzemyslawKlys in #15
- chore(pages): ✨ Add .nojekyll file and update carousel data generation by @PrzemyslawKlys in #16
- chore: 🔧 update project configuration by @PrzemyslawKlys in #17
- perf: QR sampling and finder detection optimizations by @PrzemyslawKlys in #18
- Roadmap: add QR styling & presets track by @PrzemyslawKlys in #19
- Fix website nav consistency and checks by @PrzemyslawKlys in #20
- Unify website navigation across static + Blazor by @PrzemyslawKlys in #21
- art by @PrzemyslawKlys in #22
- Fix playground dropzone and preview UX by @PrzemyslawKlys in #24
- Fix playground sticky preview by @PrzemyslawKlys in #25
- Fix sticky preview override by @PrzemyslawKlys in #26
- Playground preview as fixed sidebar by @PrzemyslawKlys in #27
- Reduce style board image size for web by @PrzemyslawKlys in #28
- Optimize style board assets and docs by @PrzemyslawKlys in #29
- Align styling links and expand barcode docs by @PrzemyslawKlys in #30
- Add VB.NET examples and Prism VB grammar to playground by @PrzemyslawKlys in #31
- qr decode art by @PrzemyslawKlys in #23
- Protect functional patterns and quiet zone in QR art rendering by @PrzemyslawKlys in #32
- Tune aggressive QR finder scan and add hard-art diagnostics by @PrzemyslawKlys in #33
- Add high-level QR art API with theme, intensity, and safety by @PrzemyslawKlys in #37
- Add ConnectedSquircle modules and QR art presets by @PrzemyslawKlys in #34
- Add QR decode scenario packs and pass-rate reporting by @PrzemyslawKlys in #36
- Add art auto-tune guardrails and connected module mapping by @PrzemyslawKlys in #38
- Include art pack in quick pack-runner defaults by @PrzemyslawKlys in #40
- Document net472 parity and fallbacks by @PrzemyslawKlys in #39
- Add QR-safe canvas frames (card/sticker) by @PrzemyslawKlys in #41
- fix: harden canvas badge sizing and tails by @PrzemyslawKlys in #44
- Add canvas bands and edge patterns for QR art by @PrzemyslawKlys in #42
- fix: restore connected shapes and stabilize tests by @PrzemyslawKlys in #45
- Add WebP detection + native fallback decode (managed work in progress) by @PrzemyslawKlys in #35
- wip(web): claude website updates by @PrzemyslawKlys in #43
- Add lossy WebP animation encode (managed VP8) by @PrzemyslawKlys in #46
- Add lossy WebP renderers by @PrzemyslawKlys in #47
- Document WebP renderers by @PrzemyslawKlys in #49
- Add WebP end-to-end output + docs by @PrzemyslawKlys in #50
- style: 🎨 Update CSS styles and navigation links by @PrzemyslawKlys in #48
- Fix Aztec .webp save routing by @PrzemyslawKlys in #51
- Add WebP follow-up coverage and quality clamping by @PrzemyslawKlys in #52
- Refactor partial file layout (move-only) by @PrzemyslawKlys in #54
- Deduplicate WebP quality clamping by @PrzemyslawKlys in #55
- Deduplicate save-by-extension logic by @PrzemyslawKlys in #56
- Deduplicate Aztec and macro save-by-extension by @PrzemyslawKlys in #57
- Refactor legacy format helpers to render pipeline by @PrzemyslawKlys in #58
- Fix docs benchmarks link and add OS selector by @PrzemyslawKlys in #53
- SEO/benchmarks fixes and lazy-load WASM stability by @PrzemyslawKlys in #59
Full Changelog: v1.0.0...v1.1.0
v1.0.0
First release