Releases: Privoce/ract
Releases · Privoce/ract
Ract v0.1.7
CHANGELOG
Release V0.1.7
Fixes
- fix install_name_tool path point error
- fix check xcode-select
- fix package resources path error
Ract v0.1.6
CHANGELOG
Release V0.1.6
Fixes
- Windows packaging resources missing
- fix makepad template
set_text_and_redraw
->set_text
- fix unlinked
gen_components
dep - fix makepad-widgets dynamic configuration loss
- fix macos name tool path error
- fix gen_ui pkg wrong binary path
General
- better env.toml
- config struct for
.env
- config struct for
env.toml
- commands
- uninstall
- update
- support package
gen_ui
,makepad
project - new
.dmg
packing brackground picture - support package usuall project (not
gen_ui
ormakeapd
) - under normal circumstances,
ract
can be packaged in multiple ways on the current platform, such as macos (dmg and app) - integrate
robius-packaging-commands
in ract- use goblin crate instead of reading ldd output for parsing (only linux)
- remove
before-each-package-command
andbefore-packaging-commands
and use internal processing instead
Ract v0.1.1
Ract is a conversational CLI tool written in Rust, designed to simplify the development process by providing an all-in-one solution for:
- Integrating dependencies
- Setting up environments
- Generating project templates
- Running and packaging projects
With minimal arguments and an intuitive dialog-based interface, Ract supports frameworks like GenUI and Makepad, making your development workflow smooth and efficient. 🚀
Warning
Your computer may prompt security questions, please select Allow
Book
CHANGELOG
General
- add command:
ract add
(add GenUI plugin) - new
.ract
file - better toml
- write
- parse
- tiny code
- makepad workspace
- For GenUI
- Watcher
- Runner
- Packager
- Compiler
- Logger
- Recompile and delete the original compilation results
Fixes
- Macos
Rustc
toolchain install - fix
.env
set missing - Optimize Macos install Bag
- Linux build
- warning in macos
Ract v0.0.1
Ract is a conversational CLI tool written in Rust, designed to simplify the development process by providing an all-in-one solution for:
- Integrating dependencies
- Setting up environments
- Generating project templates
- Running and packaging projects
With minimal arguments and an intuitive dialog-based interface, Ract supports frameworks like GenUI and Makepad, making your development workflow smooth and efficient. 🚀
Test
see: v0.0.1 Test