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 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Mollusk <silvernode@gmail.com>
|
# Maintainer: Mollusk <silvernode@gmail.com>
|
||||||
pkgname=steam-dice-git
|
pkgname=steam-dice-git
|
||||||
_pkgname=steam-dice
|
_pkgname=steam-dice
|
||||||
pkgver=r40.7b5e777
|
pkgver=r41.e28646a
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A PyQt6 desktop app that picks a random game from your Steam library"
|
pkgdesc="A PyQt6 desktop app that picks a random game from your Steam library"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|||||||
+1
-1
@@ -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.QtCore import Qt, QPoint, QSettings, QThread, QTimer, pyqtSignal
|
||||||
from PyQt6.QtGui import QPixmap, QFont, QIcon
|
from PyQt6.QtGui import QPixmap, QFont, QIcon
|
||||||
|
|
||||||
VERSION = "v0.1.0"
|
VERSION = "v0.2.0"
|
||||||
|
|
||||||
def _get_version():
|
def _get_version():
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user