Skip to content

Commit 99960df

Browse files
committed
release 2.0
1 parent 69930a0 commit 99960df

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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
- `symlink_autoconfig`: symlink qutebrowser's `autoconfig.yml` in new profiles
1010
- `profile_directory` and `qutebrowser_config_directory`
11-
- equivalent `--profile-dir` to `--qutebrowser-config-dir`
11+
- equivalent to `--profile-dir` and `--qutebrowser-config-dir`
1212
- `generate_desktop_file` and `desktop_file_directory`
13-
- whether to generate an XDG desktop entry for the profile and where to put it
13+
- whether to generate XDG desktop entries for new profiles and where to put them
1414
- `menu`: equivalent to `--menu` for `qbpm choose`
1515
- `menu_prompt`: prompt shown in most menus
1616
- see default config file for more detailed documentation
@@ -20,7 +20,7 @@ qbpm now reads configuration options from a `$XDG_CONFIG_HOME/qbpm/config.toml`!
2020
- `qbpm new --overwrite`: back up existing config files by moving to e.g. `config.py.bak`
2121
- `contrib/qbpm.desktop`: add `MimeType` and `Keywords`, fix incorrect formatting of `Categories`
2222
- allow help text to be slightly wider to avoid awkward line breaks
23-
- macOS: fix detection of qutebrowser binary in /Applications
23+
- macOS: fix detection of qutebrowser binary in `/Applications`
2424

2525
# 1.0rc4
2626
- `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.r5
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"]

src/qbpm/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ config.load_autoconfig()
1919

2020
# when creating a profile also generate an XDG desktop entry that launches the profile
2121
# defaults to true on linux
22-
generate_desktop_file = true
22+
# generate_desktop_file = false
2323
# desktop_file_directory = "~/.local/share/applications/qbpm"
2424

2525
# profile selection menu for `qbpm choose`

0 commit comments

Comments
 (0)