Skip to content

Releases: monoes/monotask

Monotask v1.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 05:42

Monotask v1.4.0

Desktop App (macOS) — via Homebrew

```
brew tap nokhodian/tap
brew install --cask monotask
```

CLI — via Homebrew

```
brew tap nokhodian/tap
brew install monotask
```

Manual install

Platform Download
macOS Desktop (Apple Silicon) `Monotask-v1.4.0-aarch64.dmg`
Windows Desktop (x64) `Monotask-v1.4.0-x64-setup.exe`
Windows CLI (x64) `monotask-v1.4.0-x86_64-windows.zip`
macOS CLI (Apple Silicon) `monotask-v1.4.0-aarch64-apple-darwin.tar.gz`
macOS CLI (Intel) `monotask-v1.4.0-x86_64-apple-darwin.tar.gz`
Linux x86_64 CLI `monotask-v1.4.0-x86_64-linux.tar.gz`

v1.3.0 — iroh QUIC, card links, mentions, deep links, chat CLI

Choose a tag to compare

@nokhodian nokhodian released this 02 Jul 09:16

What's new in v1.3.0

Net layer — iroh QUIC transport

  • Replaced libp2p v0.53 with iroh 1.0.1 — QUIC-native P2P sync, no more libp2p complexity
  • Protocol version negotiation — VersionHello/VersionReject exchange on every new connection; incompatible peers are cleanly rejected
  • Peer presence heartbeats — SyncRequest::Presence broadcast every 30 s; recipients update space_members.presence in SQLite
  • HLC remote clock — clock::observe_remote() advances the logical counter from any remote HLC string

Card links (CRDT)

  • add_card_link / remove_card_link / list_card_links in monotask-core::card
  • Stored as a links Map on the Automerge card object
  • Exposed as add_card_link_cmd / remove_card_link_cmd / list_card_links_cmd Tauri commands
  • CLI: monotaskcli card link add/list/remove

@Mention scanning

  • index_mentions() scans card descriptions for @token patterns after every update_card_cmd
  • Results indexed in mention_index SQLite table
  • CLI: monotaskcli card mentions <BOARD_ID> <CARD_ID>

Deep links

  • monotask://board/<id> and monotask://board/<id>/card/<id> registered via tauri-plugin-deep-link
  • Deep link events forwarded to JS, which navigates to the board/card automatically
  • CLI: monotaskcli app open <url>

New CLI commands

  • monotaskcli board undo/redo — undo/redo via SQLite stack
  • monotaskcli chat send/list — send and list chat messages per space
  • monotaskcli card link add/list/remove — card-to-card links
  • monotaskcli card mentions — query @mention index
  • monotaskcli app open <url> — open deep link in desktop app

CLI binary renamed

  • Binary is now monotaskcli (was monotask) — resolves output filename collision with the Tauri app binary
  • monotask binary is now exclusively the Tauri desktop app

Quality

  • Zero compiler warnings across all workspace crates
  • Integration tests updated: make_space helper, --space flag threading, board list object format
  • All 100+ tests passing (0 failures)

Monotask v1.1.6

Choose a tag to compare

@github-actions github-actions released this 11 May 20:51

Monotask v1.1.6

Desktop App (macOS) — via Homebrew

```
brew tap nokhodian/tap
brew install --cask monotask
```

CLI — via Homebrew

```
brew tap nokhodian/tap
brew install monotask
```

Manual install

Platform Download
macOS Desktop (Apple Silicon) `Monotask-v1.1.6-aarch64.dmg`
Windows Desktop (x64) `Monotask-v1.1.6-x64-setup.exe`
Windows CLI (x64) `monotask-v1.1.6-x86_64-windows.zip`
macOS CLI (Apple Silicon) `monotask-v1.1.6-aarch64-apple-darwin.tar.gz`
macOS CLI (Intel) `monotask-v1.1.6-x86_64-apple-darwin.tar.gz`
Linux x86_64 CLI `monotask-v1.1.6-x86_64-linux.tar.gz`

Monotask v1.1.5

Choose a tag to compare

@github-actions github-actions released this 11 May 20:08

Monotask v1.1.5

Desktop App (macOS) — via Homebrew

```
brew tap nokhodian/tap
brew install --cask monotask
```

CLI — via Homebrew

```
brew tap nokhodian/tap
brew install monotask
```

Manual install

Platform Download
macOS Desktop (Apple Silicon) `Monotask-v1.1.5-aarch64.dmg`
Windows Desktop (x64) `Monotask-v1.1.5-x64-setup.exe`
Windows CLI (x64) `monotask-v1.1.5-x86_64-windows.zip`
macOS CLI (Apple Silicon) `monotask-v1.1.5-aarch64-apple-darwin.tar.gz`
macOS CLI (Intel) `monotask-v1.1.5-x86_64-apple-darwin.tar.gz`
Linux x86_64 CLI `monotask-v1.1.5-x86_64-linux.tar.gz`

Monotask v1.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 08:21

Monotask v1.1.1

Desktop App (macOS) — via Homebrew

```
brew tap nokhodian/tap
brew install --cask monotask
```

CLI — via Homebrew

```
brew tap nokhodian/tap
brew install monotask
```

Manual install

Platform Download
macOS Desktop (Apple Silicon) `Monotask-v1.1.1-aarch64.dmg`
Windows Desktop (x64) `Monotask-v1.1.1-x64-setup.exe`
Windows CLI (x64) `monotask-v1.1.1-x86_64-windows.zip`
macOS CLI (Apple Silicon) `monotask-v1.1.1-aarch64-apple-darwin.tar.gz`
macOS CLI (Intel) `monotask-v1.1.1-x86_64-apple-darwin.tar.gz`
Linux x86_64 CLI `monotask-v1.1.1-x86_64-linux.tar.gz`

Monotask v1.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 07:17

Monotask v1.1.0

Desktop App (macOS) — via Homebrew

```
brew tap nokhodian/tap
brew install --cask monotask
```

CLI — via Homebrew

```
brew tap nokhodian/tap
brew install monotask
```

Manual install

Platform Download
macOS Desktop (Apple Silicon) `Monotask-v1.1.0-aarch64.dmg`
Windows Desktop (x64) `Monotask-v1.1.0-x64-setup.exe`
Windows CLI (x64) `monotask-v1.1.0-x86_64-windows.zip`
macOS CLI (Apple Silicon) `monotask-v1.1.0-aarch64-apple-darwin.tar.gz`
macOS CLI (Intel) `monotask-v1.1.0-x86_64-apple-darwin.tar.gz`
Linux x86_64 CLI `monotask-v1.1.0-x86_64-linux.tar.gz`

Monotask v1.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 06:12

Monotask v1.0.0

Desktop App (macOS) — via Homebrew

```
brew tap nokhodian/tap
brew install --cask monotask
```

CLI — via Homebrew

```
brew tap nokhodian/tap
brew install monotask
```

Manual install

Platform Download
macOS Desktop (Apple Silicon) `Monotask-v1.0.0-aarch64.dmg`
Windows Desktop (x64) `Monotask-v1.0.0-x64-setup.exe`
Windows CLI (x64) `monotask-v1.0.0-x86_64-windows.zip`
macOS CLI (Apple Silicon) `monotask-v1.0.0-aarch64-apple-darwin.tar.gz`
macOS CLI (Intel) `monotask-v1.0.0-x86_64-apple-darwin.tar.gz`
Linux x86_64 CLI `monotask-v1.0.0-x86_64-linux.tar.gz`

Monotask v0.4.4

Choose a tag to compare

@github-actions github-actions released this 10 Apr 12:07

Monotask v0.4.4

Desktop App (macOS) — via Homebrew

```
brew tap nokhodian/tap
brew install --cask monotask
```

CLI — via Homebrew

```
brew tap nokhodian/tap
brew install monotask
```

Manual install

Platform Download
macOS Desktop (Apple Silicon) `Monotask-v0.4.4-aarch64.dmg`
Windows Desktop (x64) `Monotask-v0.4.4-x64-setup.exe`
Windows CLI (x64) `monotask-v0.4.4-x86_64-windows.zip`
macOS CLI (Apple Silicon) `monotask-v0.4.4-aarch64-apple-darwin.tar.gz`
macOS CLI (Intel) `monotask-v0.4.4-x86_64-apple-darwin.tar.gz`
Linux x86_64 CLI `monotask-v0.4.4-x86_64-linux.tar.gz`

Monotask v0.4.3

Choose a tag to compare

@github-actions github-actions released this 09 Apr 22:14

Monotask v0.4.3

Desktop App (macOS) — via Homebrew

```
brew tap nokhodian/tap
brew install --cask monotask
```

CLI — via Homebrew

```
brew tap nokhodian/tap
brew install monotask
```

Manual install

Platform Download
macOS Desktop (Apple Silicon) `Monotask-v0.4.3-aarch64.dmg`
Windows Desktop (x64) `Monotask-v0.4.3-x64-setup.exe`
Windows CLI (x64) `monotask-v0.4.3-x86_64-windows.zip`
macOS CLI (Apple Silicon) `monotask-v0.4.3-aarch64-apple-darwin.tar.gz`
macOS CLI (Intel) `monotask-v0.4.3-x86_64-apple-darwin.tar.gz`
Linux x86_64 CLI `monotask-v0.4.3-x86_64-linux.tar.gz`

Monotask v0.4.2

Choose a tag to compare

@github-actions github-actions released this 05 Apr 20:15

Monotask v0.4.2

Desktop App (macOS) — via Homebrew

```
brew tap nokhodian/tap
brew install --cask monotask
```

CLI — via Homebrew

```
brew tap nokhodian/tap
brew install monotask
```

Manual install

Platform Download
macOS Desktop (Apple Silicon) `Monotask-v0.4.2-aarch64.dmg`
Windows Desktop (x64) `Monotask-v0.4.2-x64-setup.exe`
Windows CLI (x64) `monotask-v0.4.2-x86_64-windows.zip`
macOS CLI (Apple Silicon) `monotask-v0.4.2-aarch64-apple-darwin.tar.gz`
macOS CLI (Intel) `monotask-v0.4.2-x86_64-apple-darwin.tar.gz`
Linux x86_64 CLI `monotask-v0.4.2-x86_64-linux.tar.gz`