Skip to content

v0.26.28

Choose a tag to compare

@ykdojo ykdojo released this 23 Jul 12:51
3df8f17
  • Fix stat mtime detection on Linux in scripts/context-bar.sh (#49): GNU stat -f succeeds 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.