Skip to content

Releases: c64lib/gradle-retro-assembler-plugin

1.8.0

09 Nov 18:38
3644230

Choose a tag to compare

  • 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)

06 Oct 18:38
2d0af98

Choose a tag to compare

* #106 Support for CTM 9 format
* #106 Prepare for 1.7.6 release

1.7.5

27 Aug 14:57
46c81f2

Choose a tag to compare

What's Changed

Full Changelog: 1.7.4...1.7.5

1.7.4

17 Aug 12:17
d24af6c

Choose a tag to compare

  • Support for values map for kick assembler.

1.7.3

19 Jun 19:51
1732de6

Choose a tag to compare

1.7.3 fixing bitmap writer (#104)

1.7.2: Develop (#103) Reduce resolution & handle of RGBA PNGs

10 Jun 21:27
2974268

Choose a tag to compare

* Reduce resolution extension

* handling RGBA PNGs

* prepare for 1.7.2

1.7.1

15 May 20:28
d8645b6

Choose a tag to compare

Adding flip transformation.

1.7.0

13 May 23:25
e242f75

Choose a tag to compare

Adding image manipulation preprocessor

1.6.0

07 Jan 00:11

Choose a tag to compare

  • 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

28 Dec 21:23

Choose a tag to compare

  • 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: The x64sc emulator is used now as default.