- Apr 25, 2020
-
-
Ingo Meyer authored
-
Ingo Meyer authored
- Improve the extraction of the current version number - Read markdown from the README directly and do not use pandoc
- Apr 24, 2020
-
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
Before this commit, the startup file for a Python app got the standard shebang `#!/usr/bin/env python` which is suitable for many projects but not for Python 2 or 3 only packages. Now the shebang of the project's main script of read and copied into the startup script.
-
Ingo Meyer authored
-
Ingo Meyer authored
Refactoring has broken the variable names -> fixed that
-
Ingo Meyer authored
- Feb 23, 2018
-
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
Before this commit, it was necessary to have a working installation of `pandoc`. Now it is optional (but the long description is empty in that case).
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
Added author, email, version, copyright and license to the `__init__.py` of the top level package.
-
Ingo Meyer authored
`--group` and `--hidden` flags are used now. If `group` is not specified, `undefined` is used instead.
-
Ingo Meyer authored
If the output file (given with `-o`) ends with `.dmg` the app is automatically saved in an Apple Disk Image which can be used as a distribution container and installer.
-
Ingo Meyer authored
In previous versions, paths were joined by string operations. Now, `os.path.join` is used instead which improves code readability and platform independence.
-
Ingo Meyer authored
The code used `encode` calls to write UTF-8 data to text files which is not compatible with Python 3 text file mode. The code now uses the `codecs` module which allows to write UTF-8 encoded text without code changes in both Python 2 and 3.
-
- Feb 22, 2018
-
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
- Reformatted code with `yapf` (120 characters line length) - Do not use `format` for logging calls - Added missing `__author__` statements
-
Ingo Meyer authored
-
Ingo Meyer authored
-
- Feb 20, 2018
-
-
Ingo Meyer authored
- Feb 19, 2018
-
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
-
Ingo Meyer authored
- App icon can be hidden - Developer group can be configured - Automatic graphics switching is supported by default
-
Ingo Meyer authored