Releases: rocketblend/rocketblend
v0.11.0
One Step at a Time
In this update, our main focus is on delivering a more unified feedback system across commands. We've upgraded all commands to align with the improvements made to the render command in the last release, so you can now visually track what each command is doing and monitor its progress. While the current step progression is basic, it sets the stage for even more detailed feedback in future updates.
This release also includes several key bug fixes for the config and render command, ensuring a smoother and more reliable experience overall.
What's Changed
- chore: bumped dependencies by @lazercube in #106
- chore: upgraded direct dependencies by @lazercube in #107
- feat: new command ui by @lazercube in #108
- fix: rendered cycles frame not completing by @lazercube in #109
- feat: demo showcase by @lazercube in #110
Full Changelog: v0.10.0...v0.11.0
v0.10.0
Streamlined
In this release, we’ve reworked how project data is organized, simplified commands with aliases, and brought a new UX to the render command. These changes are designed to make managing your projects easier than ever and are a big step towards a 1.0 release.
New Features
- Consolidated Data: All project data now lives in a single
.rocketblendfolder for cleaner organization and future metadata support. - Smarter Aliases: Use shorthand commands (e.g.
rocketblend install blender/4.2.2) thanks to newly introduced reference aliases. - Enhanced Render Command: Enjoy the new render command UX, with better visual feedback and more accurate data.
rocketblend-new-render-ux.mp4
Migration Notice
To reduce clutter and keep all related files in one place, we've reorganized the project structure. As a result, you'll need to migrate the following files:
rocketblend.jsonis now.rocketblend/profile.jsonrocketdesk.jsonwill become.rocketblend/meta.json
Changelog
v0.9.1
v0.9.0
For the Future
This release contains new features, code improvements and polish to help the project going forward into the future. The major part of this release is centred around supporting the new desktop GUI, which I hope will being more people over to the project.
Heads Up
Because of all the changes we've made in this release, the new version won't work with the old ones. We suggest you remove the old version before installing this upgrade.
Changelog
- e1abe41 Added function to return current config path (#66)
- 476efff Bump golang.org/x/net from 0.10.0 to 0.17.0 (#54)
- 1ed6df7 Bumped flowshot-io/x package (#65)
- cbbc15c Fixed poor context cancellation handling (#64)
- 54a431c doc: 0.8 update
- 8d4d684 doc: 0.9 update
- 9cc5700 Switched config service to interface + rocketpack helper functions (#55)
- b39f7b1 Updated dependencies (#67)
- d692ac3 chore: download tweaks (#78)
- 3ec1e96 feat: download channel (#77)
- 31394f1 feat: hide console on windows (#88)
- 9390d09 feat: ordered dependencies (#82)
- 45f0eb1 feat: refactor (#69)
- 5cd3355 feat: render command upgrade (#72)
- 8b5c3cd feat: strict mode (#87)
- 49f0410 fix: broken install command (#70)
- a61ada4 fix: builds not getting added sometimes (#83)
- 0ca1b17 fix: cross platform package touch (#85)
- c81321d fix: download cancel touch (#79)
- 8752f2d fix: duplicate profile packages (#74)
- 02270cb fix: updating package definitions (#81)
v0.8.1
v0.8.0
Major Upgrade
We've made big changes to most of our code to make things better for the future. We now use a Git repository-based method, similar to Scoop, to handle packages. We've also made our logging clearer and more detailed, so you know exactly what RocketBlend is doing.
Added features include: stopping all commands when needed, resumable downloads, new commands, and logging straight from Blender. Plus, we've improved how the program performs in general.
Heads Up
Because of all the changes we've made in this release, the new version won't work with the old ones. We suggest you remove the old version before installing this upgrade.
Changelog
- fc2f3b9 Added functionality to refresh local rocketpacks (#50)
- 5aa8930 Added logging + refactor (#45)
- abdace3 Added resume functionality to downloads (#48)
- 91dfb99 Added simple progress indicator to commands (#47)
- 131e84d GITBOOK-13: 0.8 Updates
- 4a0fc7a Improved command descriptions + small refactoring (#43)
- c26a864 Major rewrite (#46)
- 153a410 Package insert command (#49)
- 2eda376 Re-added feature toggle for addons (#51)
- efcac08 Updated render command output (#44)
v0.7.0
v0.6.0
Changelog
- 8bd4233 Added new create command (#31)
- ce7372c Added omitempty to some JSON fields (#29)
- 2a497b7 Added support for pre-installed addons (#34)
- 5a24d88 GITBOOK-11: Basic documentation
- cde0896 Improved presentation (#32)
- 87fe3d2 Removed need to save out addon script (#30)
- 5b1bc0f Updated README (#38)
- 0a5da24 Updated alias name to rktb (#37)
- b089980 Updated commands (#33)
- 104a54b Updated default build (#36)
v0.5.0
What's Changed
- MacOS/Linux support by @lazercube in #24
- Made dmg extractor more generic by @lazercube in #25
- Switched Rocketfiles to yaml by @lazercube in #26
- Replace build/addon files with new rocketpacks by @lazercube in #27
- Readme fix by @lazercube in #28
Full Changelog: v0.4.1...v0.5.0