Skip to content

0.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 20:21
· 621 commits to main since this release
42e4a24

Changelog

  • 633d333 'regolith install' installs local filter dependencies even if its script is in relative path that uses '..'
  • 4a4e16d Add RCE protection
  • 4aa825d Add hello world filter
  • 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
  • 9b06878 Cleaning up the code mostly for issue #53
  • ea03b43 Code cleanup
  • 998ec3c Code cleanup
  • 63dbc88 Create LICENSE
  • 23e7386 Create LICENSE.rtf
  • 42e4a24 Create LICENSE.rtf (#130)
  • e68475d Delete LICENSE
  • 2cdb787 Delete LICENSE.rtf
  • ce38992 Fix mod/sum
  • 6decada Fix null reference when trying to print an error without a cause
  • c718b04 Fix profiles
  • f025dee Fix project
  • 330953c Fix typo
  • 64f48de Fix url example
  • 6daefe1 Fixed Regolith crashes when the BP or RP path is missing. Close #119. (#121)
  • 86e693b Fixed problems with copying the data folder for nested remote filters, added test for this case. Close #32
  • bf7b0d2 Implement 'test' folder
  • 967e93a Improved exporter performance (close #87) and fixed read-only export (close #94)
  • b032c00 Local python regolith filters can use requirements.txt (#122).
  • 2054352 Merge branch 'main' of https://github.com/Bedrock-OSS/regolith into main
  • 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
  • df7459d Remove unsafe
  • 4ad776d Removed Profile.Unsafe for good.
  • 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
  • a6fd7a1 Switch to log
  • 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)
  • 6a3bdb1 Update LICENSE.rtf
  • 3e05dea Update README.md
  • 80d752b Update README.md
  • 06ef74f Update README.md
  • 97df704 Update README.md
  • 4328779 Update README.md
  • cc5aac0 Update README.md
  • 9ca1a74 Update nim-filters.md
  • 83df05d Update nodejs-filters.md
  • 252fbd5 Updated 'regolith init' test
  • b7136e9 Updated config.json in the test project 'fresh_project' to make it match the new default config.json content.
  • dcd642e add filter repo link to readme
  • 1897660 fix swapped links