Releases: Prayag2/konsave
Releases · Prayag2/konsave
v1.1.6
v1.1.5
Changes
- Changed
print_msg
tolog
. - Changed
check_error
function to a decorator (Thanks to this article) for easier maintenance. - Improved logging
v1.1.4
Changes
- Created a function called
copy
to replaceshutil.copytree
. This would add support for python versions <= 3.7. - Changed version in
vars.py
from 1.1.3 to 1.1.4
Fixes
- Previously, running
konsave --export <id>
would cause it to export the CURRENT icon and cursor theme. Now, it will export the icon and cursor theme of the profile being exported. - Some fixes in
copy()
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.7
Changes in this release
v1.0.6
What's new:
Changes made by @majabojarska
- Add GitHub Actions workflow "Release". Runs on tag push, named v* (e.g. v1.0.5). This workflow creates a GitHub release and publishes the package to PyPI repository.
- Change setup.py manual versioning to SCM versioning - the tag's version determines the package's version. This means that tag v1.0.5 results in package version 1.0.5 on PyPI. This also means that the package version won't be maintained via source code, but via Git tags.
- Requires package maintainer to create PyPI API token and add it to the project's "secrets" as PYPI_API_TOKEN. See encrypted secrets page for details on how to do it.