Skip to content

Releases: Azuyamat/Boxes

Release 0.1.5

17 Dec 20:29

Choose a tag to compare

📦 Boxes

This release fixes:

  • 🐛 Bug with Non-ASCII in console fixed. (See #2)
  • 💯 Added boxes server import <PATH> to import existent servers from a folder.

As per usual, enjoy!

Note: You may also run cargo install boxes to install more easily. (Requires cargo)

Release 0.1.4

17 Dec 01:47

Choose a tag to compare

📦 Boxes

This release fixes:

  • 🐛 Bug with using relative path in boxes server generate (again). The proper full path will be saved to server_box.toml instead of the relative path.
  • 🔃Themes are a work in progress.

As per usual, enjoy!

Note: You may also run cargo install boxes to install more easily. (Requires cargo)

Release 0.1.3

13 Dec 08:26

Choose a tag to compare

📦 Boxes

This release fixes:

  • 🐛 Bug with using relative path in boxes server generate. It will now make sure the path exists and use the current directory if no path is given.
  • 👍 Styling additions to CLI handling. (Separation of constructor and executor)
  • ⚠️ Error handling uses more ? and less expect("...").

As per usual, enjoy!

Note: You may also run cargo install boxes to install more easily. (Requires cargo)

Release 0.1.0

11 Dec 21:44

Choose a tag to compare

📦 Boxes

Early release of Boxes. If you see any bugs please report them to me.

Enjoy!