Skip to content

Releases: p00ya/vivian

Vivian v1.1.0

23 Jul 11:20
Compare
Choose a tag to compare

Changes since 1.0.0:

  • Add scan command

Vivian v1.0.0

14 May 02:44
Compare
Choose a tag to compare

Changes since 0.2.1:

  • Migrate to a Swift Package Manager build and delete the Xcode project. This resolves sandbox issues when building from Homebrew.
  • libviv's import API has changed - several headers have been renamed/moved, and it now exposes a modulemap instead of bridging headers. The API functions/classes themselves remain the same.

Vivian 0.2.1

25 Feb 09:16
Compare
Choose a tag to compare

Changes since 0.2.0:

  • Upgraded dependencies, Xcode and deployment target
  • Built Universal binary for Apple Silicon and Intel

Vivian 0.2.0

31 Oct 12:14
Compare
Choose a tag to compare

Changes since 0.1.1:

  • Adds a new vivtool date sub-command to query the Viiiiva's clock. It can be synchronized to the current time with vivtool date -s now.

Vivian 0.1.1

14 Oct 08:16
Compare
Choose a tag to compare

Changes since 0.1.0:

  • Xcode will no longer add a "/usr/local" prefix when installing. This means you can extract the prebuilt binaries to a hierarchy of your choice (/opt, /usr/local, etc.).

There are no changes to the functionality of vivtool itself.

Vivian 0.1.0

20 Sep 13:08
Compare
Choose a tag to compare

Initial release. Includes the vivtool command-line utility for macOS, with ls, cp and rm subcommands.

Known Issues

  • not very robust with error handling
  • error messages aren't very good
  • no localization
  • only supports single-file copy and delete operations