Releases: alnah/picoloom
Releases · alnah/picoloom
picoloom v2.1.3
picoloom v2.1.2
picoloom v2.1.1
picoloom v2.1.0
picoloom v2.0.0
go-md2pdf v1.9.2
Changelog
Features
- ed943c4 feat: add blank lines between config init yaml sections
- 47c55ee feat: add config init wizard command
- 1ea05b1 feat: improve config init wizard flow
Bug Fixes
- b1e00d5 fix: add config init destination lock safety
- 68c9feb fix: harden config init overwrite safety
- f2864fe fix: recover interrupted config init backup state
Others
go-md2pdf v1.9.1
Changelog
Features
- 5af82f6 feat: add blank lines between config init yaml sections
- a8dfe77 feat: add config init wizard command
- f15a125 feat: improve config init wizard flow
Bug Fixes
- 4f4efa7 fix: add config init destination lock safety
- a2e12ad fix: cancel browser download on interrupt
- b59e2d4 fix: close converter pool concurrently on shutdown
- 31c9eae fix: harden config init overwrite safety
- 88c42f6 fix: make pool acquire non-blocking after close
- 5c6c0b5 fix: prevent pool panic on concurrent close and release
- 0a88af7 fix: recognize md2pdf_container in env var whitelist
- 86c8335 fix: recover interrupted config init backup state
- 0414e3a fix: validate page margin bounds in config validation
Refactoring
- c6280fa refactor: add shared style input classifier
- 456a4f5 refactor: centralize exit code sentinel mappings
- 749ded0 refactor: make convert help output data-driven
- 8eb728d refactor: make pool adapter release defensive
- 1b5d673 refactor: resolve convert date without mutating config
- 58cc6ef refactor: reuse positive timeout parsing in convert command
- 884c85f refactor: simplify convert param and style resolution flow
- b80283d refactor: split config init wizard answer collection
- a8992e6 refactor: split convert command orchestration helpers
- 6d8f008 refactor: split converter pipeline orchestration
Others
- 3ba18ec build: add golangci-lint v2 baseline config
- 28c2800 build: enable depguard for deprecated import boundaries
- 0f65f86 build: enable dupl and nestif with targeted refactors
- 09460d6 build: enable errcheck and errorlint with fixes
- d0c1fc7 build: enable gocritic and bodyclose with fixes
- 32a6bd5 build: enable low-noise safety linters
- 8894142 build: enable noctx and misspell with fixes
- d8abb32 build: enable revive with targeted test fixes
- 26c7101 build: enforce exported and package doc comments
- e8c3491 build: exclude staticcheck quickfix checks
- f06625a build: guard lint against go toolchain mismatch
- 6087fa7 build: switch make lint to golangci-lint
- b54ce11 perf: optimize wizard style helper allocations
- 1a4ad5d perf: reduce config init fallback copy allocations
go-md2pdf v1.9.0
Changelog
Features
- ed943c4 feat: add blank lines between config init yaml sections
- 47c55ee feat: add config init wizard command
- 1ea05b1 feat: improve config init wizard flow
Bug Fixes
- b1e00d5 fix: add config init destination lock safety
- 68c9feb fix: harden config init overwrite safety
- f2864fe fix: recover interrupted config init backup state