0.0.3
Changelog
072536b 'let's just remove all \r and worry about potential errors later xd' ~stirante (fixed TestRegolithInit giving false positive results on some OSes)
928a2a2 :docs Add docs
1bedd8e Add .gitignore file when initializing project and change perms of created files to 0666
fc20cb1 Add FILTER_DIR environment variable to all filters and refactor project a bit
f7689b4 Add clean command
9bbbe8f Add debug flag and disable stack traces in production mode
c3a4102 Add filter downloader, that doesn't require git
85ead08 Added 'exact' export target mode for issue #14
58d2dab Added 'world' and 'none' export targets for issue #14
d5fce2a Added custom dataPath property to profile. Close #41
769a15b Added test for InitializeRegolithProject function.
26ebc58 Adjust logging
cecc431 Don't stop when only git-getter fails
e157d50 Fixed a bug which caused Regolith crashes when executing remote filters with settings property where settings are defined localy but not in the remote filter.json file
2ae3de5 Fixed bug that caused Regolith crushes when trying to run 'regolith init' in a directory without a 'config.json' file (regolith tried to delete unexisting file).
84f8f43 Fixed the colour for inline code-blocks.
a03c9a9 Implemented venvSlot feature for issue #28. Implemented recursive regolith install for issue #32. Both features require some testing.
eded92c Improve how filter execution is being logged
30968b3 Merge remote-tracking branch 'origin/main'
e26b237 Merge remote-tracking branch 'origin/main'
c02eb4e Move tests to separate package and fix grammar a bit
2af18d3 Refactor error reporting part 1
9f84867 Refactor error reporting part 2
85d9a44 Regolith creates edited_files.jsonafter exporting files. The file contains lists of rp and bp files created by Regolith. Regolith will clear the export paths before exporting unless they contain some files which aren't listed in edited_files.json. Missing files stop the process of exporting.
9fd00ba Removed unused code.
866acd9 Rename src package to regolith
5a33d13 Send filter output through logs
e19dabb filters.go cleanup.
64730f9 git_getter returns false on failed download attempt when fetchTree fails instead of ending with fatal error.
f4b62f4 remote_filters.go documentation