Skip to content

Tags: coder/coder-desktop-macos

Tags

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: add file sync daemon tests (#129)

These are just regression tests for the core file sync daemon functionality.

Also has sync sessions ignore VCS directories by default, as per the file sync RFC.

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: enforce minimum coder server version of v2.20.0 (#90)

This will cause Coder Desktop networking to fail to start unless the validated dylib is version `v2.20.0` or later. Obviously, using this build early would mean Coder Desktop would not work against our dogfood deployment.

preview

Toggle preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: add dark menu bar icon (#49)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(Makefile): add version validation checks (#44)

Signed-off-by: Thomas Kosiewski <tk@coder.com>