Skip to content

Releases: thiagokokada/twenty-twenty-twenty

v1.0.0

08 Feb 17:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9...v1.0.0

Lower CPU usage and multiple bug fixes

24 Jan 22:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8...v0.9

Bug fixes and improvements

19 Jan 11:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8

Add proper Windows support

17 Jan 23:13
e53ae5f
Compare
Choose a tag to compare

What's Changed

Binaries only for Windows since there is no changes for other platforms. See previous release for other downloads: https://github.com/thiagokokada/twenty-twenty-twenty/releases/tag/v0.7.

Full Changelog: v0.7...v0.7.1

Add systray support

17 Jan 22:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6...v0.7

Play a notification sound when the notification is cancelled

16 Jan 13:47
d541fba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5...v0.6

Add sound support

11 Jan 00:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4...v0.5

Add -version flag for debugging

22 Dec 20:41
Compare
Choose a tag to compare

Also add support for Nix with flake.nix.

Multi-platform builds are back!

20 Dec 11:54
Compare
Choose a tag to compare

This release changes the usage of the main application loop in non-macOS systems to avoid using app.Main() from https://gioui.org. This allows CGO_ENABLED=0 to be set in all other OSes that are not macOS, and allows us to cross-compile again and have static builds on Linux.

The reason we still use app.Main() on macOS is because it gives the program a dock icon, that wouldn't happen without app.Main(). Other OSes like Windows may also need to have it for better experience, but I don't have a Windows machine to test and build.

Using GioUI

18 Dec 22:10
53d1b83
Compare
Choose a tag to compare

Rewriting using https://pkg.go.dev/gioui.org/x/notify, that allows for native OS integration. However, thanks to this the binaries need to be built with CGO_ENABLED=1, so releasing them are more difficult now (since you need to build in each Operational System a binary).