Skip to content

Releases: joelreymont/dots

v0.5.4

10 Jan 07:30

Choose a tag to compare

  • Slugified IDs: new IDs include URL-safe slug from title (e.g. dots-fix-user-auth-a3f2b1c8)
  • dot slugify: rename all existing IDs to include slugs
  • 100+ common abbreviations (authentication→auth, configuration→config, etc.)
  • Slugify processes all dots including archived

dots v0.5.3

10 Jan 05:50

Choose a tag to compare

What's New

Major rewrite: SQLite replaced with plain markdown files.

  • 107x smaller binary (25MB → 233KB)
  • 41x less code (115k → 2.8k LOC)
  • Zero dependencies - no database, no runtime requirements
  • Portable storage - copy .dots/ folder anywhere

Installation

Homebrew (macOS ARM64, Linux x86_64)

brew install joelreymont/tap/dots

Manual download

# Linux x86_64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.5.3/dot-linux-x86_64
chmod +x dot
sudo mv dot /usr/local/bin/

# macOS ARM64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.5.3/dot-macos-arm64
chmod +x dot
sudo mv dot /usr/local/bin/

Migrating from beads

If you have existing tasks in .beads/beads.db:

./migrate-dots.sh

Verify

dot --version

dots v0.5.2

09 Jan 13:51

Choose a tag to compare

What's New

Major rewrite: SQLite replaced with plain markdown files.

  • 107x smaller binary (25MB → 233KB)
  • 41x less code (115k → 2.8k LOC)
  • Zero dependencies - no database, no runtime requirements
  • Portable storage - copy .dots/ folder anywhere

Installation

Homebrew (macOS ARM64, Linux x86_64)

brew install joelreymont/tap/dots

Manual download

# Linux x86_64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.5.2/dot-linux-x86_64
chmod +x dot
sudo mv dot /usr/local/bin/

# macOS ARM64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.5.2/dot-macos-arm64
chmod +x dot
sudo mv dot /usr/local/bin/

Migrating from beads

If you have existing tasks in .beads/beads.db:

./migrate-dots.sh

Verify

dot --version

dots v0.5.1

08 Jan 13:17

Choose a tag to compare

What's New

Major rewrite: SQLite replaced with plain markdown files.

  • 107x smaller binary (25MB → 233KB)
  • 41x less code (115k → 2.8k LOC)
  • Zero dependencies - no database, no runtime requirements
  • Portable storage - copy .dots/ folder anywhere

Installation

Homebrew (macOS ARM64, Linux x86_64)

brew install joelreymont/tap/dots

Manual download

# Linux x86_64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.5.1/dot-linux-x86_64
chmod +x dot
sudo mv dot /usr/local/bin/

# macOS ARM64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.5.1/dot-macos-arm64
chmod +x dot
sudo mv dot /usr/local/bin/

Migrating from beads

If you have existing tasks in .beads/beads.db:

./migrate-dots.sh

Verify

dot --version

dots v0.5.0

07 Jan 15:05

Choose a tag to compare

What's New

Major rewrite: SQLite replaced with plain markdown files.

  • 107x smaller binary (25MB → 233KB)
  • 41x less code (115k → 2.8k LOC)
  • Zero dependencies - no database, no runtime requirements
  • Portable storage - copy .dots/ folder anywhere

Installation

Homebrew (macOS ARM64, Linux x86_64)

brew install joelreymont/tap/dots

Manual download

# Linux x86_64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.5.0/dot-linux-x86_64
chmod +x dot
sudo mv dot /usr/local/bin/

# macOS ARM64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.5.0/dot-macos-arm64
chmod +x dot
sudo mv dot /usr/local/bin/

Migrating from beads

If you have existing tasks in .beads/beads.db:

./migrate-dots.sh

Verify

dot --version

dots v0.3.2

02 Jan 09:25

Choose a tag to compare

Installation

Homebrew (macOS ARM64, Linux x86_64)

brew install joelreymont/tap/dot

Manual download

# Linux x86_64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.3.2/dot-linux-x86_64
chmod +x dot
sudo mv dot /usr/local/bin/

# macOS ARM64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.3.2/dot-macos-arm64
chmod +x dot
sudo mv dot /usr/local/bin/

Verify

dot --version

dots v0.3.1

01 Jan 20:02

Choose a tag to compare

Installation

Homebrew (macOS ARM64, Linux x86_64)

brew install joelreymont/tap/dot

Manual download

# Linux x86_64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.3.1/dot-linux-x86_64
chmod +x dot
sudo mv dot /usr/local/bin/

# macOS ARM64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.3.1/dot-macos-arm64
chmod +x dot
sudo mv dot /usr/local/bin/

Verify

dot --version

dots v0.3.0

30 Dec 15:11

Choose a tag to compare

Installation

Homebrew (macOS ARM64, Linux x86_64)

brew install joelreymont/tap/dot

Manual download

# Linux x86_64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.3.0/dot-linux-x86_64
chmod +x dot
sudo mv dot /usr/local/bin/

# macOS ARM64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.3.0/dot-macos-arm64
chmod +x dot
sudo mv dot /usr/local/bin/

Verify

dot --version

dots v0.2.0

25 Dec 08:03

Choose a tag to compare

Installation

Homebrew (macOS ARM64, Linux x86_64)

brew install joelreymont/tap/dot

Manual download

# Linux x86_64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.2.0/dot-linux-x86_64
chmod +x dot
sudo mv dot /usr/local/bin/

# macOS ARM64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.2.0/dot-macos-arm64
chmod +x dot
sudo mv dot /usr/local/bin/

Verify

dot --version