Skip to content

Commit 6f19894

Browse files
committed
2.0
1 parent 72c6402 commit 6f19894

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# 2.0
22
## config
3-
qbpm now reads configuration options from a `$XDG_CONFIG_HOME/qbpm/config.toml`!
3+
qbpm now reads configuration options from `$XDG_CONFIG_HOME/qbpm/config.toml`!
44
- to install the default config file:
55
- run `qbpm config path` and confirm that it prints out a path
66
- run `qbpm config default > "$(qbpm config path)"`
77
- supported configuration options:
88
- `config_py_template`: control the contents of `config.py` in new profiles
99
- `profile_directory` and `qutebrowser_config_directory`
10-
- equivalent `--profile-dir` to `--qutebrowser-config-dir`
10+
- equivalent to `--profile-dir` and `--qutebrowser-config-dir`
1111
- `generate_desktop_file` and `desktop_file_directory`
12-
- whether to generate an XDG desktop entry for the profile and where to put it
12+
- whether to generate XDG desktop entries for new profiles and where to put them
1313
- `menu`: equivalent to `--menu` for `qbpm choose`
1414
- `menu_prompt`: prompt shown in most menus
1515
- see default config file for more detailed documentation
1616

1717
## other
1818
- `contrib/qbpm.desktop`: add `MimeType` and `Keywords`, fix incorrect formatting of `Categories`
1919
- allow help text to be slightly wider to avoid awkward line breaks
20-
- macOS: fix detection of qutebrowser binary in /Applications
20+
- macOS: fix detection of qutebrowser binary in `/Applications`
2121

2222
# 1.0rc4
2323
- `choose`: support `walker`, `tofi`, and `wmenu`

contrib/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Peter Rice <{first name}@peterrice.xyz>
22

33
pkgname=qbpm-git
4-
pkgver=1.0.rc2.r1
4+
pkgver=2.0.r1
55
pkgrel=1
66
pkgdesc="A profile manager for qutebrowser"
77
url="https://github.com/pvsr/qbpm"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qbpm"
3-
version = "1.0"
3+
version = "2.0"
44
description = "qutebrowser profile manager"
55
license = "GPL-3.0-or-later"
66
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)