v0.26.28
- Fix stat mtime detection on Linux in
scripts/context-bar.sh(#49): GNUstat -fsucceeds as a filesystem-status flag, so the BSD fallback never fired and the sync-age display broke. Now tries the GNU form (-c %Y) first and falls back to the BSD/macOS form (-f %m). Contributed by @thomasthinks.