Skip to content

Releases: Privoce/ract

Ract v0.1.7

13 Mar 13:32
Compare
Choose a tag to compare

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

09 Mar 18:16
Compare
Choose a tag to compare

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 or makeapd)
  • 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 and before-packaging-commands and use internal processing instead

Ract v0.1.1

24 Jan 18:35
Compare
Choose a tag to compare

Ract

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

04 Dec 12:38
Compare
Choose a tag to compare
Ract v0.0.1 Pre-release
Pre-release

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