Skip to content

Releases: Tyru5/Agendex

Agendex Desktop v1.4.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 22:11
desktop-v1.4.1
e3d3b4f

Agendex Desktop for macOS (universal). Windows builds will follow in a later release.

Install

Download the .dmg for the standard install flow, or the .zip if you prefer to drag the app into Applications yourself.

Verify (optional)

After opening the app:

codesign --verify --deep --strict --verbose=2 "/Applications/Agendex.app"
spctl -a -vv "/Applications/Agendex.app"

What's Changed

  • feat(desktop): add auto-update support by @Tyru5 in #163

Full Changelog: desktop-v1.3.0...desktop-v1.4.1

Agendex Desktop v1.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 00:08
desktop-v1.3.0
269eaed

Agendex Desktop for macOS (universal). Windows builds will follow in a later release.

Install

Download the .dmg for the standard install flow, or the .zip if you prefer to drag the app into Applications yourself.

Verify (optional)

After opening the app:

codesign --verify --deep --strict --verbose=2 "/Applications/Agendex.app"
spctl -a -vv "/Applications/Agendex.app"

What's Changed

  • Release agendex-cli by @github-actions[bot] in #160
  • Enhance plan toasts with deduplication, clear-all control, and dynami… by @Tyru5 in #161
  • feat(adapters): expand plan ingestion by @Tyru5 in #158
  • Release agendex-cli by @github-actions[bot] in #162

Full Changelog: desktop-v1.2.0...desktop-v1.3.0

Agendex Desktop v1.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 17:41
desktop-v1.2.0
2501dee

Agendex Desktop for macOS (universal). Windows builds will follow in a later release.

Install

Download the .dmg for the standard install flow, or the .zip if you prefer to drag the app into Applications yourself.

Verify (optional)

After opening the app:

codesign --verify --deep --strict --verbose=2 "/Applications/Agendex.app"
spctl -a -vv "/Applications/Agendex.app"

What's Changed

  • feat(desktop): add desktop-owned daemon worker by @Tyru5 in #159

Full Changelog: desktop-v1.1.1...desktop-v1.2.0

Agendex Desktop v1.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:49
desktop-v1.1.1
ed15cc1

Agendex Desktop for macOS (universal). Windows builds will follow in a later release.

Install

Download the .dmg for the standard install flow, or the .zip if you prefer to drag the app into Applications yourself.

Verify (optional)

After opening the app:

codesign --verify --deep --strict --verbose=2 "/Applications/Agendex.app"
spctl -a -vv "/Applications/Agendex.app"

What's Changed

  • fix(shared): filter codex transcripts by @Tyru5 in #150
  • Release agendex-cli by @github-actions[bot] in #152
  • fix(shared): keep empty adapter lists empty on v4 migration by @Tyru5 in #153
  • fix(desktop): proxy auth through main process by @Tyru5 in #156

Full Changelog: desktop-v1.1.0...desktop-v1.1.1

Agendex Desktop v1.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 02:27
desktop-v1.1.0
b6a666c

Agendex Desktop for macOS (universal). Windows builds will follow in a later release.

Install

Download the .dmg for the standard install flow, or the .zip if you prefer to drag the app into Applications yourself.

Verify (optional)

After opening the app:

codesign --verify --deep --strict --verbose=2 "/Applications/Agendex.app"
spctl -a -vv "/Applications/Agendex.app"

What's Changed

  • Add plan download functionality with multiple formats by @Tyru5 in #140
  • feat: sync remove-dir with server by @Tyru5 in #142
  • Release agendex-cli by @github-actions[bot] in #143
  • Dedupe cloud plan sync across devices by @Tyru5 in #144
  • Release agendex-cli by @github-actions[bot] in #145
  • Release agendex-cli by @github-actions[bot] in #146
  • Release agendex-cli by @github-actions[bot] in #147
  • feat: add unseen plan toasts by @Tyru5 in #148
  • fix(desktop): blank-screen reload loop + download page with Keychain explain by @Tyru5 in #149

Full Changelog: desktop-v1.0.0...desktop-v1.1.0

Agendex Desktop v1.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 15:21
15376c9

Agendex Desktop for macOS (universal). Windows builds will follow in a later release.

Install

Download the .dmg for the standard install flow, or the .zip if you prefer to drag the app into Applications yourself.

Verify (optional)

After opening the app:

codesign --verify --deep --strict --verbose=2 "/Applications/Agendex.app"
spctl -a -vv "/Applications/Agendex.app"

What's Changed

  • more adapters by @Tyru5 in #1
  • Add Stripe payment integration for Cloud Pro subscription by @Tyru5 in #3
  • auth, comments, and sharing by @Tyru5 in #2
  • changes! by @Tyru5 in #5
  • Pricing modal updates, new styling, new alert UI for update plans. by @Tyru5 in #4
  • oss pro restructure by @Tyru5 in #6
  • updated readme.md by @Tyru5 in #7
  • additional pro features, making the ee package work to run standalone by @Tyru5 in #8
  • Design/landing page by @Tyru5 in #9
  • created custom component for the copy path button by @Tyru5 in #10
  • empty state view within plan viewer by @Tyru5 in #11
  • Agendex production deploy by @Tyru5 in #12
  • sync update by @Tyru5 in #13
  • Landing page updates by @Tyru5 in #14
  • onboarding features and cleanup by @Tyru5 in #15
  • Unify plan outline rendering and stabilize cloud onboarding gating by @Tyru5 in #16
  • Issue findings by @Tyru5 in #18
  • Harden plan rendering and onboarding flow; add Stripe local webhook setup by @Tyru5 in #17
  • Clarify OSS vs EE setup and self-hosting documentation by @Tyru5 in #19
  • Add Changesets-driven CLI release automation and npm publish workflow by @Tyru5 in #20
  • Release agendex-cli by @github-actions[bot] in #21
  • fix auth social login issue by @Tyru5 in #22
  • SEO optimization and favicon cleanup by @Tyru5 in #23
  • google auth! by @Tyru5 in #24
  • logo changes by @Tyru5 in #25
  • Cloud syncing updates, docs, and new cli 'configure' command by @Tyru5 in #26
  • Release agendex-cli by @github-actions[bot] in #27
  • Extract landing page into @agendex/web with slot-based auth integration by @Tyru5 in #28
  • feat: support app.agendex.dev subdomain for authenticated users by @Tyru5 in #29
  • Release agendex-cli by @github-actions[bot] in #30
  • making things work by @Tyru5 in #31
  • Release agendex-cli by @github-actions[bot] in #32
  • updater logic for cli daemon by @Tyru5 in #33
  • Release agendex-cli by @github-actions[bot] in #34
  • Add animated landing mascot and about-me route by @Tyru5 in #35
  • Polish landing page mascot and About page copy by @Tyru5 in #36
  • Add CLI version flag and richer daemon status by @Tyru5 in #37
  • Enhancement/cli readme by @Tyru5 in #39
  • Release agendex-cli by @github-actions[bot] in #38
  • Track CLI devices and show machine status in the UI by @Tyru5 in #40
  • Release agendex-cli by @github-actions[bot] in #42
  • Add split-pane plan review support by @Tyru5 in #41
  • Throttle daemon heartbeat cleanup scans by @Tyru5 in #43
  • Improve mobile landing layout and throttle daemon cleanup by @Tyru5 in #45
  • plan fullscreen feature by @Tyru5 in #44
  • Add CLI daemon status listing by @Tyru5 in #46
  • Release agendex-cli by @github-actions[bot] in #47
  • Add comment editing in discussion threads by @Tyru5 in #49
  • Add image attachments to comment threads by @Tyru5 in #48
  • Add pinned plan state by @Tyru5 in #51
  • Add pro subscription bypass IDs by @Tyru5 in #55
  • Consolidate shared client exports into web package by @Tyru5 in #53
  • Add Mod+B sidebar toggle and consolidate shared web exports by @Tyru5 in #57
  • Remove cloud-to-local mode switch controls by @Tyru5 in #58
  • Add keyboard shortcuts section to settings by @Tyru5 in #60
  • Add CLI daemon cleanup and refactor settings UI by @Tyru5 in #61
  • Release agendex-cli by @github-actions[bot] in #59
  • cli readme.md update by @Tyru5 in #62
  • Release agendex-cli by @github-actions[bot] in #63
  • changes to cli update logic by @Tyru5 in #64
  • Release agendex-cli by @github-actions[bot] in #65
  • wow, good find claude by @Tyru5 in #66
  • Release agendex-cli by @github-actions[bot] in #67
  • Added new keyboard shortcut for the plan outline by @Tyru5 in #68
  • resolved cursor plans syncing issues, since, it was just completely w… by @Tyru5 in #69
  • Release agendex-cli by @github-actions[bot] in #70
  • Add sync cache and --force resync support by @Tyru5 in #71
  • Release agendex-cli by @github-actions[bot] in #72
  • Split CLI dev and prod config state by @Tyru5 in #73
  • Release agendex-cli by @github-actions[bot] in #74
  • Improve daemon shutdown and status reporting by @Tyru5 in #75
  • Release agendex-cli by @github-actions[bot] in #76
  • fixed the bug with revoking shared links by @Tyru5 in #77
  • Add animated image lightbox for comment attachments by @Tyru5 in #79
  • Add password protection for shared plans by @Tyru5 in #78
  • Harden share link password flow by @Tyru5 in #80
  • Add agendex open command for launching the web app by @Tyru5 in #81
  • Release agendex-cli by @github-actions[bot] in #82
  • Fix keyboard shortcuts on shared plan links by @Tyru5 in #83
  • resolved shared plan keyboard shortcut issues by @Tyru5 in #84
  • mermaid support by @Tyru5 in #85
  • Add agendex view for shared plan URLs by @Tyru5 in #86
  • Release agendex-cli by @github-actions[bot] in #88
  • Mermaid viewBox regex by @Tyru5 in #89
  • Mermaid dropdown overflow by @Tyru5 in #90
  • Add expand and download controls to Mermaid diagrams by @Tyru5 in #87
  • updated how we handle convex token refresh flow and alert user by @Tyru5 in #91
  • Release agendex-cli by @github-actions[bot] in #92
  • Add workspace member invites and access control by @Tyru5 in #50
  • updated teams UI by @Tyru5 in #93
  • Add plan rename and chart visibility toggle by @Tyru5 in #94
  • Add plan deletion from cloud dashboards by @Tyru5 in #95
  • added directoryo sync feature, well... ai did but i helped by @Tyru5 in #96
  • Release agendex-cli by @github-actions[bot] in #97
  • Add plan folder management in the sidebar by @Tyru5 in #98
  • Release agendex-cli by @github-actions[bot] in #99
  • UI updates to sidebar! by @Tyru5 in #100
  • Feat/plan value assessment by @Tyru5 in #102
  • Release agendex-cli by @github-actions[bot] in #103
  • Add Plannotator cloud write-back integration by @Tyru5 in #101
  • Release agendex-cli by @github-actions[bot] in #104
  • Add CLI upgrade command with package manager detection by @Tyru5 in https://...
Read more