Lazyplanner v1.0.1
LazyPlanner v1.0.1
A hotfix release: one user-facing bug fix on top of v1.0.0 — and the first
release to ship pre-built binaries, so you can download and run without a
Go toolchain.
🐛 Bug fixes
- A background sync no longer resets your place. Previously every sync — and
with periodic/debounced sync, that's constant — snapped the task-tree
highlight back to the first task, and kicked you out of a drilled-in calendar
day back to day navigation. Your task selection and your calendar day-drill
now survive a sync. (The agenda view was already unaffected.)
📦 Downloads
Statically-linked, single-file binaries are attached below — no runtime
dependencies:
- Linux —
lazyplanner_linux_amd64 - Raspberry Pi —
lazyplanner_linux_arm64(64-bit Pi OS · Pi 3/4/5, Zero 2 W),
lazyplanner_linux_armv7(32-bit Pi OS · Pi 2/3/4), `la
(Pi 1 / Pi Zero / Zero W) - Windows —
lazyplanner_windows_amd64.exe - macOS —
lazyplanner_darwin_arm64(Apple Silicon),lazyplanner_darwin_amd64(Intel)
Download the file for your platform, make it executable, and put it on your PATH:
chmod +x lazyplanner_linux_amd64
sudo install -m0755 lazyplanner_linux_amd64 /usr/local/bin/lazyplanner
lazyplanner # first run writes a starter config
Verify your download against the attached sha256sums.txt:
sha256sum -c sha256sums.txt --ignore-missing
▎ The macOS and Windows binaries are unsigned, so Gatekeep
▎ warn on first launch. Building from source (make build) also works as before.
Full changelog: https://github.com/littekge/LazyPlanner/compare/v1.0.0...v1.0.1