File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# next
2
+
3
+ # 1.0rc3
2
4
- breaking: stop sourcing files from ` ~/.config/qutebrowser/conf.d/ `
3
5
- this was undocumented, nonstandard, and didn't work as well as it could
4
6
- switch to ` pyproject.toml `
5
7
- hopefully use the right qutebrowser dirs on Windows
6
8
- ` choose ` : add ` qutebrowser ` menu item for the main qutebrowser profile
7
- - added ` -C ` argument to reference qutebrowser configs from an arbitrary dir
9
+ - added ` -C ` argument to support referencing qutebrowser configs other than the one in ~ /.config
8
10
- added ` click ` -generated completions for bash and zsh
9
11
- added option support to fish completions
10
12
- removed ` --create ` from ` qbpm launch `
13
+ - make generated ` .desktop ` files match qutebrowser's more closely
11
14
12
- # 1.0-rc2 :
15
+ # 1.0rc2 :
13
16
- ` choose ` : builtin support for ` fzf ` and ` fuzzel `
14
17
- moved argument handling to click
15
18
- ` qbpm launch ` 's ` -n ` /` --new ` renamed to ` -c ` /` --create `
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " qbpm"
3
- version = " 1.0-rc2 "
3
+ version = " 1.0rc3 "
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