Commit Graph

14 Commits

Author SHA1 Message Date
6a1e989e19 chore: Release 0.11.0 2023-11-24 11:59:28 +01:00
356f1d29ff chore: Release 0.11.0rc2 2023-11-15 13:26:38 +01:00
c10a50fa56 chore: Release 0.10.0
Signed-off-by: Sven Sager <akira@narux.de>
2023-09-16 17:11:11 +02:00
92abe46152 chore: Release 0.10.0rc1
At this point we do not release 0.9.10. We will switch directly to
0.10.x because of all the new things and the matching version number
of revpipyload.

Signed-off-by: Sven Sager <akira@narux.de>
2023-09-16 10:39:33 +02:00
95d3094623 Bugfix in super call of backgroundworker.py
Change all super calls to default call with no arguments.
2023-02-20 17:42:00 +01:00
7a1038a5ab Bugfix type hinting, PyLoad version handling, piCtory browser
Wrong type hinting for older python versions.
Version string is parsed by regex to match the numbers and ignore rcX.
Open piCtory browser form main dialog was broken.
2023-02-02 09:34:27 +01:00
d203958b5f Bugfix: Add missing packages to install_requires 2023-01-17 13:22:38 +01:00
9202aedf7f Adjustments for creating installations on various operating systems
Add code signing options for macOS.
Adjust make.bat to create venv to use PyInstaller.
Preparing script for Linux to use in /usr/bin.
2023-01-16 17:02:48 +01:00
8e2b8311ef Move version number from __init__.py to __main__.py
This will allow the access from outside the package. setup.py and the
Makefile can use this version number. The __init__.py script imports
the version number, so the module will have the __version__ variable
as usual.
2023-01-15 18:12:26 +01:00
feb55fe2b5 Move version number from revpicommander.py to __init__.py 2023-01-13 18:26:13 +01:00
98b4879b7f Manage revolution pi saved settings in an own class
Start a complete new setting file with right naming. Import all old
saved connections from old settings file. Revolution Pi saved settings
are now in an own class with all properties and default values. All
modules are using this new setting class, which support the save
function.
2023-01-09 17:22:47 +01:00
bfe30513a7 Update Windows setup script to match pyinstaller output 2023-01-07 14:24:10 +01:00
09c95e2319 Update translation file 2023-01-07 13:57:45 +01:00
42f43726f6 Add Windows files for pyinstaller and setup generation 2022-11-01 14:52:58 +01:00