Skip to content

v0.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 12:30
222b9b3

Summary

This update primarly focused on error handling, now the app won't simply crash on errors but handle them in a (more) proper way, except possibly on some very critical errors that anyway are probably bugs.
It also allows when using foucault serve to set the --read-only flag to provide remote connection to edit, add or delete things in notebook.

Install foucault 0.2.3

Building foucault from source

The easiest way to build foucault is to simply clone/download the repo/source code and then use the Just command runner :

just build-release

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https:/Adi-df/foucault/releases/download/v0.2.3/foucault-installer.sh | sh

Download foucault 0.2.3

File Platform Checksum
foucault-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
foucault-x86_64-apple-darwin.tar.xz Intel macOS checksum
foucault-x86_64-pc-windows-msvc.zip x64 Windows checksum
foucault-x86_64-pc-windows-msvc.msi x64 Windows checksum
foucault-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum