Releases: Privoce/ract
Releases · Privoce/ract
Ract v0.2.0
CHANGELOG
Release V0.2.0
General
- Update UI (ratatui)
- init
- check
- config
- uninstall
- studio
- wasm
- install
- New config for Ract
- Better logger
- i18n
Fixes
- fix makepad_widgts, gen_components check
Ract v0.1.8
CHANGELOG
Release V0.1.8
General
- Update deps:
- makepad_gen_plugin
- gen_utils
use GenUI v0.1.2
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_componentsdep - 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,makepadproject - new
.dmgpacking brackground picture - support package usuall project (not
gen_uiormakeapd) - under normal circumstances,
ractcan be packaged in multiple ways on the current platform, such as macos (dmg and app) - integrate
robius-packaging-commandsin ract- use goblin crate instead of reading ldd output for parsing (only linux)
- remove
before-each-package-commandandbefore-packaging-commandsand 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
.ractfile - better toml
- write
- parse
- tiny code
- makepad workspace
- For GenUI
- Watcher
- Runner
- Packager
- Compiler
- Logger
- Recompile and delete the original compilation results
Fixes
- Macos
Rustctoolchain install - fix
.envset 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