You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to 0.12.3
This release fixes problems with compilation of neverwinter.nim and the
outdated glob dependency in docker. It's an ugly temporary fix until the
upstream issues are resolved.
Use copy of cache directory to filter and pack
This fixessquattingmonk#52, which was caused by filtered files being removed from
the cache directory before packing. Now a copy of the directory is made,
the filters are applied, and the target file is made from that, leaving
the cached content in place.