Skip to content

Releases: Prayag2/konsave

v1.1.6

12 Mar 12:06
1be054c
Compare
Choose a tag to compare

Changes

Additions

  • Added a CONTRIBUTIONS.md

Fixes

  • Fixed a possible bug. Refer to #26.

v1.1.5

08 Mar 09:23
780b2cf
Compare
Choose a tag to compare

Changes

  • Changed print_msg to log.
  • Changed check_error function to a decorator (Thanks to this article) for easier maintenance.
  • Improved logging

v1.1.4

07 Mar 09:47
b47109e
Compare
Choose a tag to compare

Changes

  • Created a function called copy to replace shutil.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

06 Mar 15:27
Compare
Choose a tag to compare

Fixed somethings

v1.1.2

06 Mar 15:18
b2b884f
Compare
Choose a tag to compare

Fix

v1.1.1

06 Mar 15:11
Compare
Choose a tag to compare
  • Fixed a bug

v1.1.0

06 Mar 15:04
Compare
Choose a tag to compare

What's new:

  • You can now wipe all your profiles at once using konsave -w or konsave --wipe

v1.0.7

06 Mar 14:47
Compare
Choose a tag to compare

Changes in this release

v1.0.6

06 Mar 12:35
501d34c
Compare
Choose a tag to compare

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.

v1.0.5

06 Mar 05:38
Compare
Choose a tag to compare

-Fixed a small mistake with the versioning