We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f34c1 commit cdae066Copy full SHA for cdae066
CHANGELOG.md
@@ -1,7 +1,8 @@
1
-# 2.1
+# ~2.1~ 2.2
2
- `config.toml` supports `application_name` for generated XDG desktop files
3
- defaults to `{profile_name} (qutebrowser profile)`, you may want just `{profile_name}`
4
- `qbpm desktop` can be used to replace existing desktop files
5
+ - bumped to 2.2 because I pushed a 2.1 tag prematurely
6
7
# 2.0
8
## config
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "qbpm"
-version = "2.1"
+version = "2.2"
description = "qutebrowser profile manager"
license = "GPL-3.0-or-later"
license-files = ["LICENSE"]
0 commit comments