Releases: c64lib/gradle-retro-assembler-plugin
Releases · c64lib/gradle-retro-assembler-plugin
1.8.0
- Processors: Add GoatTracker music processor support (#122)
- Processors: Enhance PNG image processor step support (#121)
- Processors: Improve SpritePad asset processor functionality (#119)
- Features: Add nybbler interleaver utility (#118)
- Features: Add CharPad processor documentation and tests (#116)
- Flows: Add pipeline DSL support for CharPad processor (#115)
- Flows: Add pipeline DSL support for CLI tools (#114)
- Flows: Add pipeline DSL support for compiler (#112)
- Flows: Implement core pipelines feature (#111)
- Infrastructure: Refactor ExecuteFlowService to use ExecuteTaskPort
- Infrastructure: Refactor BuildFlowsGraphService with improved dependency management
- Infrastructure: Rename use case classes to services
- Infrastructure: Reorganize use case package structure
- Infrastructure: Mark service classes as internal for cleaner API boundaries
- Infrastructure: Mark ExecuteStepPort as deprecated
- Documentation: Add comprehensive architecture and domain documentation
- Documentation: Update copyright years to 2025
- Quality: Improve code quality and add additional unit tests
1.7.6: Develop (#108)
* #106 Support for CTM 9 format * #106 Prepare for 1.7.6 release
1.7.5
What's Changed
- 1.7.5 adding -binfile switch to the kickass by @maciejmalecki in #107
Full Changelog: 1.7.4...1.7.5
1.7.4
- Support for values map for kick assembler.
1.7.3
1.7.3 fixing bitmap writer (#104)
1.7.2: Develop (#103) Reduce resolution & handle of RGBA PNGs
* Reduce resolution extension * handling RGBA PNGs * prepare for 1.7.2
1.7.1
Adding flip transformation.
1.7.0
Adding image manipulation preprocessor
1.6.0
- KickAssembler are now longer downloaded if there is no need to do so.
- Dependencies are no longer downloaded if there is no need to do so.
- Download mechanism has been reimplemented. Additional external dependency to download files is no longer needed.
1.5.4
Goattracker: Using relative paths instead of absolute. Long, absolute path caused gt2reloc to segfault while on Linux.Test: Update vice start parameters to be compatible with x64sc v 3.7. Older versions of Vice are not supported.Test: Thex64scemulator is used now as default.