Pomodoist 1.0.0 Release Candidate 1
Pre-release
Pre-release
First release candidate for Pomodoist 1.0.0.
Windows
Download Pomodoist-Setup.exe and run it. The installer targets x64 Windows 10/11 and also runs through x64 compatibility on Windows 11 Arm64.
Warning
The Windows installer in this release candidate is not code-signed, so Microsoft Defender SmartScreen may warn about an unknown publisher.
Verify the file with Pomodoist-Setup.exe.sha256 and PowerShell:
Get-FileHash .\Pomodoist-Setup.exe -Algorithm SHA256Linux
Download the portable x86_64 AppImage, make it executable, and run it:
chmod +x Pomodoist-x86_64.AppImage
./Pomodoist-x86_64.AppImageVerify the download:
sha256sum --check Pomodoist-x86_64.AppImage.sha256If FUSE is unavailable, use APPIMAGE_EXTRACT_AND_RUN=1 ./Pomodoist-x86_64.AppImage.
Source commit: f589dd8