0.15.0
✨ Highlights
More stability, better behavior when building go
packages, and lots of nice fixes! Enjoy 0.15.0!
📃 Details
Changed
- Improve error messages when patching by @wolfv in #782
- Fix badge style by @pavelzw in #787
- Ignore
/dev/null
when guessing strip level by @wolfv in #796 - When rendering requirements, flatten
pin_subpackage
andpin_compatible
by @wolfv in #795 - Better help when script execution failed by @wolfv in #799
- Build for powerpc64le by @nichmor in #807
- Experimental "post-processing" of files with regex replacement by @wolfv in #798
Fixed
- Symlink handling when symlink points to a directory by @wolfv in #781
- Ability to remove read-only files (e.g. from build caches) by @wolfv in #783
- Use the correct recipe location when editing packages via TUI by @orhun in #789
- We are using
if
expressions, not statements by @wolfv in #800 - Make noarch-unix and noarch-win work by @wolfv in #785
- Improved overlink warnings and prepare for linking checks on Windows by @wolfv in #688
- Remove todo about cygwin path and add remaining windows env vars by @wolfv in #802