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: 0.13.0

intergrav (Jun 30, 2026, 4:06 PM EDT) ecc579a1 48994d53

+5 -5
+1 -1
cmd/restray/main.go
··· 9 9 "github.com/gen2brain/beeep" 10 10 ) 11 11 12 - const version = "0.12.5" 12 + const version = "0.13.0" 13 13 14 14 func preParseGlobalFlags() (verbose bool, remaining []string) { 15 15 args := os.Args[1:]
+1 -1
flake.nix
··· 53 53 in { 54 54 packages.default = pkgs.buildGoModule { 55 55 pname = "restray"; 56 - version = "0.12.5"; 56 + version = "0.13.0"; 57 57 src = ./.; 58 58 vendorHash = "sha256-iYM2yvcTsYqn1pyB7jrqroYUfZM4ysWZnXKiLRVqkT0="; 59 59 subPackages = ["cmd/restray"];
+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.12.5</string> 12 + <string>0.13.0</string> 13 13 <key>CFBundleShortVersionString</key> 14 - <string>0.12.5</string> 14 + <string>0.13.0</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.12.5" 3 + !define VERSION "0.13.0" 4 4 5 5 Name "Restray" 6 6 OutFile "..\..\dist\restray-${VERSION}-windows-${ARCH}-setup.exe"