Skip to content

Releases: natanloterio/LiveFolders

v0.22.3

Choose a tag to compare

@github-actions github-actions released this 23 May 13:46

Full Changelog: v0.22.2...v0.22.3

v0.22.2

Choose a tag to compare

@github-actions github-actions released this 23 May 13:36

Full Changelog: v0.22.1...v0.22.2

v0.22.1

Choose a tag to compare

@github-actions github-actions released this 23 May 13:27

Full Changelog: v0.22.0...v0.22.1

v0.22.0

Choose a tag to compare

@github-actions github-actions released this 23 May 09:12

What's Changed

  • docs: reflect new concurrency model (refactor phase 6) by @natanloterio in #9
  • fs: async dispatch off the FUSE thread (refactor phase 3) by @natanloterio in #8
  • fs+tools: SIGKILL escalation and slot reaper (refactor phases 4+5) by @natanloterio in #7
  • fs: scope invocation buffers per (ino, sid) via fh (refactor phases 1+2) by @natanloterio in #6
  • fs: invocation slot scaffolding (refactor phase 0) by @natanloterio in #5
  • docs: project improvements report and concurrency refactor plan by @natanloterio in #4
  • Add IMPROVEMENTS.md report by @natanloterio in #3
  • chore: bump version to 0.22.0 by @natanloterio in #10

Full Changelog: v0.21.1...v0.22.0

v0.21.0

Choose a tag to compare

@github-actions github-actions released this 22 May 13:19

Install

Linux (x86_64)

curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.21.0/livefolders-linux-x86_64 -o livefolders
chmod +x livefolders
sudo mv livefolders /usr/local/bin/

# Requires fuse3
sudo apt-get install fuse3

Linux (ARM64)

curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.21.0/livefolders-linux-aarch64 -o livefolders
chmod +x livefolders
sudo mv livefolders /usr/local/bin/

macOS

# Install macFUSE first: https://osxfuse.github.io

# Intel
curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.21.0/livefolders-macos-x86_64 -o livefolders

# Apple Silicon
curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.21.0/livefolders-macos-aarch64 -o livefolders

chmod +x livefolders
sudo mv livefolders /usr/local/bin/

Quick start

livefolders init       # creates livefolders.yaml in current directory
livefolders mount      # mounts at path defined in livefolders.yaml

v0.20.2

Choose a tag to compare

@github-actions github-actions released this 22 May 11:41

Install

Linux (x86_64)

curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.20.2/livefolders-linux-x86_64 -o livefolders
chmod +x livefolders
sudo mv livefolders /usr/local/bin/

# Requires fuse3
sudo apt-get install fuse3

Linux (ARM64)

curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.20.2/livefolders-linux-aarch64 -o livefolders
chmod +x livefolders
sudo mv livefolders /usr/local/bin/

macOS

# Install macFUSE first: https://osxfuse.github.io

# Intel
curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.20.2/livefolders-macos-x86_64 -o livefolders

# Apple Silicon
curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.20.2/livefolders-macos-aarch64 -o livefolders

chmod +x livefolders
sudo mv livefolders /usr/local/bin/

Quick start

livefolders init       # creates livefolders.yaml in current directory
livefolders mount      # mounts at path defined in livefolders.yaml

v0.20.1

Choose a tag to compare

@github-actions github-actions released this 22 May 11:10

Install

Linux (x86_64)

curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.20.1/livefolders-linux-x86_64 -o livefolders
chmod +x livefolders
sudo mv livefolders /usr/local/bin/

# Requires fuse3
sudo apt-get install fuse3

Linux (ARM64)

curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.20.1/livefolders-linux-aarch64 -o livefolders
chmod +x livefolders
sudo mv livefolders /usr/local/bin/

macOS

# Install macFUSE first: https://osxfuse.github.io

# Intel
curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.20.1/livefolders-macos-x86_64 -o livefolders

# Apple Silicon
curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.20.1/livefolders-macos-aarch64 -o livefolders

chmod +x livefolders
sudo mv livefolders /usr/local/bin/

Quick start

livefolders init       # creates livefolders.yaml in current directory
livefolders mount      # mounts at path defined in livefolders.yaml

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 22 May 09:10

Install

Linux (x86_64)

curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.20.0/livefolders-linux-x86_64 -o livefolders
chmod +x livefolders
sudo mv livefolders /usr/local/bin/

# Requires fuse3
sudo apt-get install fuse3

Linux (ARM64)

curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.20.0/livefolders-linux-aarch64 -o livefolders
chmod +x livefolders
sudo mv livefolders /usr/local/bin/

macOS

# Install macFUSE first: https://osxfuse.github.io

# Intel
curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.20.0/livefolders-macos-x86_64 -o livefolders

# Apple Silicon
curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.20.0/livefolders-macos-aarch64 -o livefolders

chmod +x livefolders
sudo mv livefolders /usr/local/bin/

Quick start

livefolders init       # creates livefolders.yaml in current directory
livefolders mount      # mounts at path defined in livefolders.yaml

v0.19.4

Choose a tag to compare

@github-actions github-actions released this 22 May 08:49

Install

Linux (x86_64)

curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.19.4/livefolders-linux-x86_64 -o livefolders
chmod +x livefolders
sudo mv livefolders /usr/local/bin/

# Requires fuse3
sudo apt-get install fuse3

Linux (ARM64)

curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.19.4/livefolders-linux-aarch64 -o livefolders
chmod +x livefolders
sudo mv livefolders /usr/local/bin/

macOS

# Install macFUSE first: https://osxfuse.github.io

# Intel
curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.19.4/livefolders-macos-x86_64 -o livefolders

# Apple Silicon
curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.19.4/livefolders-macos-aarch64 -o livefolders

chmod +x livefolders
sudo mv livefolders /usr/local/bin/

Quick start

livefolders init       # creates livefolders.yaml in current directory
livefolders mount      # mounts at path defined in livefolders.yaml

v0.19.3

Choose a tag to compare

@github-actions github-actions released this 22 May 08:15

Install

Linux (x86_64)

curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.19.3/livefolders-linux-x86_64 -o livefolders
chmod +x livefolders
sudo mv livefolders /usr/local/bin/

# Requires fuse3
sudo apt-get install fuse3

Linux (ARM64)

curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.19.3/livefolders-linux-aarch64 -o livefolders
chmod +x livefolders
sudo mv livefolders /usr/local/bin/

macOS

# Install macFUSE first: https://osxfuse.github.io

# Intel
curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.19.3/livefolders-macos-x86_64 -o livefolders

# Apple Silicon
curl -L https://github.com/natanloterio/LiveFolders/releases/download/v0.19.3/livefolders-macos-aarch64 -o livefolders

chmod +x livefolders
sudo mv livefolders /usr/local/bin/

Quick start

livefolders init       # creates livefolders.yaml in current directory
livefolders mount      # mounts at path defined in livefolders.yaml