Skip to content

Releases: daneden/Zeitgeist

v2.3

29 Dec 21:52
2e2e31b
Compare
Choose a tag to compare

v2.3 of Zeitgeist for macOS adds icons to distinguish production builds from staging and preview builds. Additionally, the menu bar icon will now reflect whether a team’s latest build is in progress or has errored.

v2.2

21 Dec 15:40
cb8d74f
Compare
Choose a tag to compare

This release updates how teams and deployments are fetched and displayed, making it easier and more reliable to switch teams.

v2.1.2

18 Dec 09:30
24e5b1d
Compare
Choose a tag to compare

This release fixes a bug (#29) where manual deployments would cause the app to fail to show any deployments due to an error in the API response decoding logic.

v2.1.1

17 Dec 11:57
6a1cc41
Compare
Choose a tag to compare

This release fixes a regression in the data fetcher that prevented garbage collection, causing high memory usage.

v2.1

16 Dec 23:41
8da686b
Compare
Choose a tag to compare

This release optimises how deployments are fetched, fixing a handful of bugs related to teams without deployments, as well as resolving differences in how different git providers are handled.

It also upgrades how tokens are handled, and as a result, you may be asked to reauthenticate when first opening the app after updating.

Hopefully fixes #28!

v2.0.5

11 Dec 14:16
1034996
Compare
Choose a tag to compare

This release fixes a bug where deployments which were cancelled caused the app to crash due to that state not being handled properly.

v2.0.4

09 Dec 22:32
ed317a9
Compare
Choose a tag to compare

This release fixes a bug (#24) where deploys originating from GitLab commits with repo names containing spaces would cause the app to crash. It also ensures that the repo path is correct (prior to this release, GitLab paths reversed the repo name and namespace).

Thanks @wzulfikar for investigating this bug and reporting it!

v2.0.3

07 Dec 18:23
3d2a78d
Compare
Choose a tag to compare

This release fixes a bug introduced in v2.0.2 whereby changing teams via the settings didn't actually change the team.

v2.0.2

06 Dec 14:09
c1b152d
Compare
Choose a tag to compare

v2.0.2 of Zeigeist comes with improvements to how tokens are stored, as well as how deployments are fetched and managed, leading to some improvements in memory consumption.

v2.0.2 Beta 1

06 Dec 10:59
f400500
Compare
Choose a tag to compare
v2.0.2 Beta 1 Pre-release
Pre-release
v2.0.2-beta-1

Refactor fetcher and prevent excessive deployment assignment