Skip to content

Releases: felix-lang/fbuild

Fbuild v0.3 RC 2

15 Feb 23:12
Compare
Choose a tag to compare
Fbuild v0.3 RC 2 Pre-release
Pre-release

Changes since last release

TL;DR: A lot of installation improvements.

  • Added support for installation via Polkit. Now, you can just run fbuild install, and the installation part will automatically gain escalated privileges.
  • Separated install_destdir and install_prefix to make packaging of Fbuild apps easier.
  • #32: Fix a stupid typo (thanks to @rjeschmi).
  • Add installation hooks pre_install and post_install.

Single-file version is attached.

Fbuild v0.3 RC 1

22 Jan 22:22
Compare
Choose a tag to compare
Fbuild v0.3 RC 1 Pre-release
Pre-release

TODO: Detail all the changes that have been made.

A TL;DR would be to change pre_options to arguments everywhere, guess_* to guess.*, and update the code to use argparse-style arguments. Ughh...

Single-file version is attached.