Skip to content

v0.1.25

Compare
Choose a tag to compare
@atait atait released this 29 Mar 21:28
· 54 commits to master since this release

linker handles dependencies

Instead of having to do

lygadgets_link future
lygadgets_link xmltodict
lygadgets_link lygadgets
lygadgets_link lyipc

You now just have to do the last command, and the rest will trigger.

A few minor bug fixes and minor file boundary case handling