From f8f8e9ab180cdcccbb8b5133f264e8d2f4daa857 Mon Sep 17 00:00:00 2001 From: Mollusk Date: Sat, 9 May 2026 19:55:32 -0400 Subject: [PATCH] Release v0.2.0 Highlights since v0.1.0: - Store Page button next to Play - Opt-in store-price label with four format styles, 15-min in-memory cache - Updated README and screenshot Co-Authored-By: Claude Opus 4.7 --- PKGBUILD | 2 +- steam_dice.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 51a96ac..1ec26a5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mollusk pkgname=steam-dice-git _pkgname=steam-dice -pkgver=r40.7b5e777 +pkgver=r41.e28646a pkgrel=1 pkgdesc="A PyQt6 desktop app that picks a random game from your Steam library" arch=('any') diff --git a/steam_dice.py b/steam_dice.py index 2b2bae1..2d50ef1 100755 --- a/steam_dice.py +++ b/steam_dice.py @@ -19,7 +19,7 @@ from PyQt6.QtWidgets import (QApplication, QMainWindow, QWidget, QVBoxLayout, QH from PyQt6.QtCore import Qt, QPoint, QSettings, QThread, QTimer, pyqtSignal from PyQt6.QtGui import QPixmap, QFont, QIcon -VERSION = "v0.1.0" +VERSION = "v0.2.0" def _get_version(): try: