Skip to content

Releases: retr0h/tlock

v1.3.0

10 May 00:39
6bbabf5

Choose a tag to compare

Changelog

Features

  • 0e627df feat: themed banner + install.sh polish (#19)

v1.2.0

26 Apr 02:18
f29af26

Choose a tag to compare

Changelog

Features

  • fdb1951 feat: add curl install script (#7)
  • cafa1b8 feat: replace screensaver screenshots with VHS-generated GIFs (#11)
  • e34261c feat: ship tlock as a tmux plugin (#10)

Bug fixes

  • 7c22049 fix: checksum verification now works with renamed binary (#5)

Refactor

  • 7c8e04e refactor(cli): migrate tlock to cobra + wire tlock version (#18)

Docs

  • f95361f docs: add hovnokod badge to README (#14)

CI

  • bea3fed ci(goreleaser): categorize scoped conventional commits (#15)
  • 9b8f06b ci: run just test (fmt + lint + race tests) instead of go test alone (#17)

v1.1.1

08 Apr 00:26
d3a6330

Choose a tag to compare

Changelog

Bug fixes

  • 7980369 fix: improve keyboard responsiveness in all screensavers
  • d3a6330 fix: use single persistent stdin reader to prevent goroutine leak (#4)

v1.1.0

07 Apr 16:36
562c78c

Choose a tag to compare

Changelog

Features

  • 562c78c feat: add DVD and pipes screensavers with cycling support (#2)

Docs

  • bab9cf8 docs: add binary download instructions to README install section
  • cf7ffb7 docs: add checksum verification instructions to README
  • f014b49 docs: add emojis to install sections, check off worm screensaver
  • c745cf8 docs: update README with xlock-style flow and broaden roadmap

v1.0.0

01 Apr 16:41

Choose a tag to compare

Changelog

Features

  • 60a1f7b feat: add --snake flag, fix auth unlock flow
  • 7e70b27 feat: auto-scale worm count, shuffle colors, add --snake-count flag
  • 8f6e22d feat: grid-based worm screensaver with --screensaver flag
  • 7375818 feat: initial tlock implementation with Touch ID and password auth
  • 88b692c feat: password prompt as default lock screen with Esc for Touch ID

Bug fixes

  • fa348c6 fix: resolve golangci-lint issues and shrink README screenshots
  • 437cc01 fix: use GITHUB_TOKEN instead of GH_PAT for release workflow

Docs

  • 08af8c1 docs: center ASCII art and tagline in README
  • a236783 docs: update install instructions for CGo build requirement
  • 45d67e1 docs: update screenshots with consistent sizing
  • 84b9514 docs: use percentage-based widths for README screenshots
  • 308dd8f docs: use table layout for equal-width README screenshots

Others