Skip to content

v0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 22:21
d729fda

Summary

Major changes in the app structure with the use of async through Tokio and sqlx.
Breaking change due to modification of internal database schema to add tags color.
Help bar with CTRL+H.
Improve tag support with random colors and tag display when listing notes.
Change build and distribution system with Just and cargo-dist. With it, foucault provide a shell script one-line installer and a msi installer.

Install foucault 0.2.1

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.1/foucault-installer.sh | sh

Download foucault 0.2.1

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