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
033bf6a Added separate implementations of certain parts of regolith that are Windows specific. (#125)
af685c6 Added test that validates the ACLs of packs exported by Regolith with "development" target (close #85). Improved error handling of function that finds com.mojang directory.
077197b Added test which checks if the file protection gets triggered after adding files to export directory. Close #100
a086f24 Merge pull request #102 from Hatchibombotar/patch-1
057faf6 Merge pull request #103 from Bedrock-OSS/code-cleanup
65bc3e6 Merge pull request #107 from MajestikButter/patch-2
fde5e5a Merge pull request #108 from MajestikButter/patch-3
a08ee49 Merge pull request #110 from retr0cube/main
80a3257 Merge pull request #111 from retr0cube/main
1fa38a4 Merge pull request #113 from evilguy50/patch-2
3267753 Merge pull request #114 from evilguy50/patch-3
c274cc0 Merge pull request #116 from Bedrock-OSS/feature/config-cleanup
94a7648 Merge pull request #118 from retr0cube/patch-1
09b5446 Merge pull request #127 from Bedrock-OSS/debt/code-cleanup-p1
d100c0a Merge pull request #96 from Bedrock-OSS/featre/rce
8fbe58f Merge pull request #98 from Bedrock-OSS/feature/test-folder
e3663f1 Merge pull request #99 from Hatchibombotar/main
75e0fc6 Move filter definition validation to be per filter type, add default filter definition validation and fix filter validation for shell type filter
042b3cb Move update notice to the end of the logs. Fixes #95
97326ca Reorganised the project so it follows the rules: - All methods use pointer receivers - All constructor functions are defined directly under the struct defnition that they create - All methods are defined under the constructor function of the struct or under the struct defnition
b0f3d05 The edited_files.json can now keep track of multiple export directories
2a2ed2a The filter dependencies are Downloaded inside filter.Download method. This commit changes slightly where you can put requirements.txt, package.json etc. The file with list of dependencies should be in the same directory as the script instead of the same directory as the profile file (config.json or filter.json)