File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# 2.0
2
2
## 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 ` !
4
4
- to install the default config file:
5
5
- run ` qbpm config path ` and confirm that it prints out a path
6
6
- run ` qbpm config default > "$(qbpm config path)" `
7
7
- supported configuration options:
8
8
- ` config_py_template ` : control the contents of ` config.py ` in new profiles
9
9
- ` profile_directory ` and ` qutebrowser_config_directory `
10
- - equivalent ` --profile-dir ` to ` --qutebrowser-config-dir `
10
+ - equivalent to ` --profile-dir ` and ` --qutebrowser-config-dir `
11
11
- ` 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
13
13
- ` menu ` : equivalent to ` --menu ` for ` qbpm choose `
14
14
- ` menu_prompt ` : prompt shown in most menus
15
15
- see default config file for more detailed documentation
16
16
17
17
## other
18
18
- ` contrib/qbpm.desktop ` : add ` MimeType ` and ` Keywords ` , fix incorrect formatting of ` Categories `
19
19
- 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 `
21
21
22
22
# 1.0rc4
23
23
- ` choose ` : support ` walker ` , ` tofi ` , and ` wmenu `
Original file line number Diff line number Diff line change 1
1
# Maintainer: Peter Rice <{first name}@peterrice.xyz>
2
2
3
3
pkgname=qbpm-git
4
- pkgver=1.0.rc2 .r1
4
+ pkgver=2.0 .r1
5
5
pkgrel=1
6
6
pkgdesc=" A profile manager for qutebrowser"
7
7
url=" https://github.com/pvsr/qbpm"
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " qbpm"
3
- version = " 1 .0"
3
+ version = " 2 .0"
4
4
description = " qutebrowser profile manager"
5
5
license = " GPL-3.0-or-later"
6
6
license-files = [" LICENSE" ]
You can’t perform that action at this time.
0 commit comments