powerful but friendly backup program that runs in your tray, powered by restic devins.page/restray
go restic system-tray
2

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump patch ver

intergrav (Jun 28, 2026, 11:14 PM EDT) 8a5552df 0c2eb742

+6 -6
+1 -1
flake.nix
··· 17 17 in { 18 18 packages.default = pkgs.buildGoModule { 19 19 pname = "restray"; 20 - version = "0.5.0"; 20 + version = "0.5.1"; 21 21 src = ./.; 22 22 vendorHash = "sha256-iYM2yvcTsYqn1pyB7jrqroYUfZM4ysWZnXKiLRVqkT0="; 23 23
+1 -1
justfile
··· 1 1 app := "Restray" 2 - version := "0.5.0" 2 + version := "0.5.1" 3 3 bin := "bin" 4 4 dist := "dist" 5 5
+1 -1
main.go
··· 8 8 "fyne.io/systray" 9 9 ) 10 10 11 - const version = "0.5.0" 11 + const version = "0.5.1" 12 12 13 13 func main() { 14 14 os.MkdirAll(configDir(), 0700)
+2 -2
packaging/darwin/Info.plist
··· 9 9 <key>CFBundleIdentifier</key> 10 10 <string>page.devins.restray</string> 11 11 <key>CFBundleVersion</key> 12 - <string>0.5.0</string> 12 + <string>0.5.1</string> 13 13 <key>CFBundleShortVersionString</key> 14 - <string>0.5.0</string> 14 + <string>0.5.1</string> 15 15 <key>CFBundlePackageType</key> 16 16 <string>APPL</string> 17 17 <key>CFBundleInfoDictionaryVersion</key>
+1 -1
packaging/windows/installer.nsi
··· 1 1 !include "MUI2.nsh" 2 2 3 - !define VERSION "0.5.0" 3 + !define VERSION "0.5.1" 4 4 5 5 Name "Restray" 6 6 OutFile "..\..\dist\Restray-${VERSION}-windows-${ARCH}-setup.exe"