Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu committed Jun 4, 2022
1 parent b14950f commit 64f434b
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
theme-manager (1.0.8) stable; urgency=medium

* Update readme from version 1.0.6 to 1.0.7 (#22)
* Create only one log file per user (#23)
* Show logs on user request from menu (#24)
* pythonize theme-manager (#25)
- use pure python packaging methods
- update .gitignore
- update desktop files
- Parse arguments from cmdline
- Turn off debug mode by default, use '-v[erbose]'
to enable it
- Add options to parse arguments for help, indicator
and version
- read version from d/changelog
* re-debianize to match python packaging (#26)
- d/compat: deleted
- d/control: update build and runtime depends
- d/control: update standards
- d/rules: use pybuild
- d/copyright: update
- d/install: remove 'etc'
- d/postinst: update
- d/postrm: add file
- d/salsa-ci: add
- d/theme-manager-doc.docs: add
- d/theme-manager.1: add
* update workflows (#27)
- remove old source files
- Update auto build (CI) workflow
- Update publish deb packaging workflow
* Minor fixes (#28)
- src/main: fix wrong message for '-i'
- src/gui: remove unused Lines and
change postion of proctitle
* Update readme with new manual install (#29)
- fix logo
- Update instructions for manual installation

-- Himadri Sekhar Basu <[email protected]> Sat, 04 Jun 2022 16:36:42 +0530

theme-manager (1.0.7) stable; urgency=medium

* Reduce logging to file and more while debugging (#16)
Expand Down

0 comments on commit 64f434b

Please sign in to comment.