Skip to content

Commit ecfe252

Browse files
committed
v0.1.6
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
1 parent 1ad19bf commit ecfe252

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.gitea/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
# Common version, will be used for tagging the release
11-
VERSION: 0.1.5
11+
VERSION: 0.1.6
1212
PKGDEST: "/tmp/portprotonqt"
1313
PACKAGE: "portprotonqt"
1414
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Все заметные изменения в этом проекте фиксируются в этом файле.
44
Формат основан на [Keep a Changelog](https://keepachangelog.com/) и придерживается принципов [Semantic Versioning](https://semver.org/).
55

6-
## [Unreleased]
6+
## [0.1.6] - 2025-09-23
77

88
### Added
99
- Кэширование шрифтов в load_theme_fonts для предотвращения повторной загрузки

build-aux/AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ AppDir:
4545
id: ru.linux_gaming.PortProtonQt
4646
name: PortProtonQt
4747
icon: ru.linux_gaming.PortProtonQt
48-
version: 0.1.5
48+
version: 0.1.6
4949
exec: usr/bin/python3
5050
exec_args: "-m portprotonqt.app $@"
5151
apt:

build-aux/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=portprotonqt
2-
pkgver=0.1.5
2+
pkgver=0.1.6
33
pkgrel=1
44
pkgdesc="Modern GUI for managing and launching games from PortProton, Steam, and Epic Games Store"
55
arch=('any')

build-aux/fedora.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%global pypi_name portprotonqt
2-
%global pypi_version 0.1.5
2+
%global pypi_version 0.1.6
33
%global oname PortProtonQt
44
%global _python_no_extras_requires 1
55

portprotonqt/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__app_id__ = "ru.linux_gaming.PortProtonQt"
1111
__app_name__ = "PortProtonQt"
12-
__app_version__ = "0.1.5"
12+
__app_version__ = "0.1.6"
1313

1414
def main():
1515
app = QApplication(sys.argv)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "portprotonqt"
7-
version = "0.1.5"
7+
version = "0.1.6"
88
description = "A project to rewrite PortProton (PortWINE) using PySide"
99
readme = "README.md"
1010
license = { text = "GPL-3.0" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)