Skip to content

Releases: Bedrock-OSS/regolith

0.0.1

22 Aug 19:55
Compare
Choose a tag to compare

Changelog

d045930 .regolith/tmp and .regolith/cache are now created with MkdirAll instead of Mkdir (with parent path). Close #4
47e7d7b Add Id field to list of the worlds and add a debug functions for minecraft utils
246abb7 Add URLs for downloading runtimes
9fbbe9a Add a way to install dependencies for filters and implement installing dependencies for python filter
34914d6 Add basic project manifest structure and loader
766f62b Add custom help format and add some colors
f8cd556 Add filter requirements check
835f685 Add functionality for running a profile
4cf9d32 Add goreleaser config, move code and add placeholder commands
d3863db Add init and IsConfigExists
17573dd Add link to standard library repo
a8c0d16 Add msi file to release
61ad1a9 Add python utils
21b33ee Add settings to filters
e724db9 Add skeleton for project exporting
080ce3e Add skeleton for remote filters
bb1b6af Add test action and windows installer
ca2e50b Add to gitignore
ede7629 Add utils for getting mojang dir and list of worlds
16f8c63 Add zap logging and measure times
090ab10 Added [FATAL] label to fatal messages. Added error handling for Setup(). Close #11
a96a41e Added further skeleton for remote-filter handling
d15c28b Added the start of filter proccessing
cc30f58 Attempt adding combined-io std:err and std:out
6d5c656 Attempt to fix action
f2c18a4 Attempt to fix action part 2/?
7489d3d Attempt to fix action part 3/?
90d275f Attempt to fix action part 4/?
1f3861d Attempt to fix action part 5/?
7f9a83d Bring back mod vendor and improve gitignore vendor directory
0acde8d Change RunFilter function to Filter struct method
b7beed2 Change get to install for go-msi
a91473d Change log to Logger and add some error handling
eb8ad5b Change system log to Logger
ec36a65 Childprocess example, readme update
a974298 Clean up some debug logs
51a3aab Delete vender
0255715 Disable MSI generation
d936350 Don't create build folder and remove it right before renaming .tmp folder. Fix #2
7226ad4 Don't download zip to working directory and skip go mod vendor
8f5ef3b Finish implementation of remote filters
10c0f6c Fix curl in GitHub Action
7223c5a Fix format string not formatter
5432441 Fix real time logging standard output and error and properly run python scripts
0b28345 Fix typo in README
8cbb3b1 Fixed the permission codes from Mkdir to use octal numbers (starting with 0) instead of decimal (777 -> 0777)
5f7dc01 Hide fund info and vulnerability check
84c3d73 Implement NodeJS filter type
5b7f73f Implement getting dependencies for NodeJS filters
8ad810e Initial commit
a90902f Keep colors consistent
5f2ae40 ListWorlds checks for missing levelname.txt and duplicated world names
d2226e4 Making Regolith worse
27a0189 Merge branch 'main' of https://github.com/Bedrock-OSS/regolith into main
f2439bb Merge pull request #1 from Nusiq/patch-1
5485c4a Move .tmp into .regolith/tmp. Add skeleton for installs
23159b9 Push example regolith.json
14eb8f3 Push with subprocess running
669982d Refactor local filters
3c5af46 Regolith init creates a file with indentation
4a621b5 Remove debugging minecraft utils
429f661 Remove temp, moved to regolith-project
ba52c3f Remove test files
8410e89 Rename const to match naming convention
e5a20f1 RunProfile function speed improved (it doesn't create unnecessary copy of the .tmp folder anymore)
0b5d342 Setup profile running
fdafe40 Support colored output in cmd.exe
8e5995f Support colors also for error output
4b3ffb6 Tidy mod
c5dec56 Try changing path to msi file
5d77081 Try changing path to msi file
56664d4 Update readme
efee21a go fmt whole project
ef6dc32 get the basic CLI lib in place
1799486 initialize go module