diff --git a/CHANGELOG.md b/CHANGELOG.md index 75096f0..3fb1317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 2.0 ## config -qbpm now reads configuration options from a `$XDG_CONFIG_HOME/qbpm/config.toml`! +qbpm now reads configuration options from `$XDG_CONFIG_HOME/qbpm/config.toml`! - to install the default config file: - run `qbpm config path` and confirm that it prints out a path - run `qbpm config default > "$(qbpm config path)"` @@ -8,9 +8,9 @@ qbpm now reads configuration options from a `$XDG_CONFIG_HOME/qbpm/config.toml`! - `config_py_template`: control the contents of `config.py` in new profiles - `symlink_autoconfig`: symlink qutebrowser's `autoconfig.yml` in new profiles - `profile_directory` and `qutebrowser_config_directory` - - equivalent `--profile-dir` to `--qutebrowser-config-dir` + - equivalent to `--profile-dir` and `--qutebrowser-config-dir` - `generate_desktop_file` and `desktop_file_directory` - - whether to generate an XDG desktop entry for the profile and where to put it + - whether to generate XDG desktop entries for new profiles and where to put them - `menu`: equivalent to `--menu` for `qbpm choose` - `menu_prompt`: prompt shown in most menus - 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`! - `qbpm new --overwrite`: back up existing config files by moving to e.g. `config.py.bak` - `contrib/qbpm.desktop`: add `MimeType` and `Keywords`, fix incorrect formatting of `Categories` - allow help text to be slightly wider to avoid awkward line breaks - - macOS: fix detection of qutebrowser binary in /Applications + - macOS: fix detection of qutebrowser binary in `/Applications` # 1.0rc4 - `choose`: support `walker`, `tofi`, and `wmenu` diff --git a/contrib/PKGBUILD b/contrib/PKGBUILD index 21a8b51..b408e4d 100644 --- a/contrib/PKGBUILD +++ b/contrib/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Peter Rice <{first name}@peterrice.xyz> pkgname=qbpm-git -pkgver=1.0.rc2.r1 +pkgver=2.0.r5 pkgrel=1 pkgdesc="A profile manager for qutebrowser" url="https://github.com/pvsr/qbpm" diff --git a/pyproject.toml b/pyproject.toml index f7fc216..412821b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "qbpm" -version = "1.0" +version = "2.0" description = "qutebrowser profile manager" license = "GPL-3.0-or-later" license-files = ["LICENSE"] diff --git a/src/qbpm/config.toml b/src/qbpm/config.toml index b0e3622..42ed5e3 100644 --- a/src/qbpm/config.toml +++ b/src/qbpm/config.toml @@ -19,7 +19,7 @@ config.load_autoconfig() # when creating a profile also generate an XDG desktop entry that launches the profile # defaults to true on linux -generate_desktop_file = true +# generate_desktop_file = false # desktop_file_directory = "~/.local/share/applications/qbpm" # profile selection menu for `qbpm choose`