Skip to content

Commit 6cc78a4

Browse files
committed
bump version
1 parent 9ba6bf9 commit 6cc78a4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# next
2+
3+
# 1.0rc3
24
- breaking: stop sourcing files from `~/.config/qutebrowser/conf.d/`
35
- this was undocumented, nonstandard, and didn't work as well as it could
46
- switch to `pyproject.toml`
57
- hopefully use the right qutebrowser dirs on Windows
68
- `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
810
- added `click`-generated completions for bash and zsh
911
- added option support to fish completions
1012
- removed `--create` from `qbpm launch`
13+
- make generated `.desktop` files match qutebrowser's more closely
1114

12-
# 1.0-rc2:
15+
# 1.0rc2:
1316
- `choose`: builtin support for `fzf` and `fuzzel`
1417
- moved argument handling to click
1518
- `qbpm launch`'s `-n`/`--new` renamed to `-c`/`--create`

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-rc2"
3+
version = "1.0rc3"
44
description = "qutebrowser profile manager"
55
license = "GPL-3.0-or-later"
66
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)