chore: bump ver
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Code and build check / Check code (push) Has been cancelled
				
			
		
			
				
	
				Code and build check / Build with uv (push) Has been cancelled
				
			
		
			
				
	
				Build AppImage, Arch and Fedora Packages / Build Arch Package (push) Has been cancelled
				
			
		
			
				
	
				Build AppImage, Arch and Fedora Packages / Build Fedora RPM (41) (push) Has been cancelled
				
			
		
			
				
	
				Build AppImage, Arch and Fedora Packages / Build Fedora RPM (42) (push) Has been cancelled
				
			
		
			
				
	
				Build AppImage, Arch and Fedora Packages / Build Fedora RPM (rawhide) (push) Has been cancelled
				
			
		
			
				
	
				Build AppImage, Arch and Fedora Packages / Create and Publish Release (push) Has been cancelled
				
			
		
			
				
	
				Build AppImage, Arch and Fedora Packages / Build AppImage (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Code and build check / Check code (push) Has been cancelled
				
			Code and build check / Build with uv (push) Has been cancelled
				
			Build AppImage, Arch and Fedora Packages / Build Arch Package (push) Has been cancelled
				
			Build AppImage, Arch and Fedora Packages / Build Fedora RPM (41) (push) Has been cancelled
				
			Build AppImage, Arch and Fedora Packages / Build Fedora RPM (42) (push) Has been cancelled
				
			Build AppImage, Arch and Fedora Packages / Build Fedora RPM (rawhide) (push) Has been cancelled
				
			Build AppImage, Arch and Fedora Packages / Create and Publish Release (push) Has been cancelled
				
			Build AppImage, Arch and Fedora Packages / Build AppImage (push) Has been cancelled
				
			Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
		| @@ -8,7 +8,7 @@ on: | |||||||
|  |  | ||||||
| env: | env: | ||||||
|   # Common version, will be used for tagging the release |   # Common version, will be used for tagging the release | ||||||
|   VERSION: 0.1.3 |   VERSION: 0.1.4 | ||||||
|   PKGDEST: "/tmp/portprotonqt" |   PKGDEST: "/tmp/portprotonqt" | ||||||
|   PACKAGE: "portprotonqt" |   PACKAGE: "portprotonqt" | ||||||
|   GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} |   GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} | ||||||
|   | |||||||
| @@ -3,7 +3,7 @@ | |||||||
| Все заметные изменения в этом проекте фиксируются в этом файле. | Все заметные изменения в этом проекте фиксируются в этом файле. | ||||||
| Формат основан на [Keep a Changelog](https://keepachangelog.com/) и придерживается принципов [Semantic Versioning](https://semver.org/). | Формат основан на [Keep a Changelog](https://keepachangelog.com/) и придерживается принципов [Semantic Versioning](https://semver.org/). | ||||||
|  |  | ||||||
| ## [Unreleased] | ## [0.1.4] - 2025-07-20 | ||||||
|  |  | ||||||
| ### Added | ### Added | ||||||
| - Переводы в переопределениях (за подробностями в документацию) | - Переводы в переопределениях (за подробностями в документацию) | ||||||
|   | |||||||
| @@ -45,7 +45,7 @@ AppDir: | |||||||
|     id: ru.linux_gaming.PortProtonQt |     id: ru.linux_gaming.PortProtonQt | ||||||
|     name: PortProtonQt |     name: PortProtonQt | ||||||
|     icon: ru.linux_gaming.PortProtonQt |     icon: ru.linux_gaming.PortProtonQt | ||||||
|     version: 0.1.3 |     version: 0.1.4 | ||||||
|     exec: usr/bin/python3 |     exec: usr/bin/python3 | ||||||
|     exec_args: "-m portprotonqt.app $@" |     exec_args: "-m portprotonqt.app $@" | ||||||
|   apt: |   apt: | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| pkgname=portprotonqt | pkgname=portprotonqt | ||||||
| pkgver=0.1.3 | pkgver=0.1.4 | ||||||
| pkgrel=1 | pkgrel=1 | ||||||
| pkgdesc="Modern GUI for managing and launching games from PortProton, Steam, and Epic Games Store" | pkgdesc="Modern GUI for managing and launching games from PortProton, Steam, and Epic Games Store" | ||||||
| arch=('any') | arch=('any') | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| %global pypi_name portprotonqt | %global pypi_name portprotonqt | ||||||
| %global pypi_version 0.1.3 | %global pypi_version 0.1.4 | ||||||
| %global oname PortProtonQt | %global oname PortProtonQt | ||||||
| %global _python_no_extras_requires 1 | %global _python_no_extras_requires 1 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -12,7 +12,7 @@ logger = get_logger(__name__) | |||||||
|  |  | ||||||
| __app_id__ = "ru.linux_gaming.PortProtonQt" | __app_id__ = "ru.linux_gaming.PortProtonQt" | ||||||
| __app_name__ = "PortProtonQt" | __app_name__ = "PortProtonQt" | ||||||
| __app_version__ = "0.1.3" | __app_version__ = "0.1.4" | ||||||
|  |  | ||||||
| def main(): | def main(): | ||||||
|     app = QApplication(sys.argv) |     app = QApplication(sys.argv) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |||||||
|  |  | ||||||
| [project] | [project] | ||||||
| name = "portprotonqt" | name = "portprotonqt" | ||||||
| version = "0.1.3" | version = "0.1.4" | ||||||
| description = "A project to rewrite PortProton (PortWINE) using PySide" | description = "A project to rewrite PortProton (PortWINE) using PySide" | ||||||
| readme = "README.md" | readme = "README.md" | ||||||
| license = { text = "GPL-3.0" } | license = { text = "GPL-3.0" } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user