summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-14 15:25:25 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-14 15:25:25 +0100
commitc3f469b37e9cc5faaf55f6b586a4fcc29bc16e31 (patch)
treeaa06e1c42dde20ef6e05c6159e941a5cd489e840
parent47eb949b3162638ff49d20cd61aaf9ff560bd6b1 (diff)
downloadqutebrowser-c3f469b37e9cc5faaf55f6b586a4fcc29bc16e31.tar.gz
qutebrowser-c3f469b37e9cc5faaf55f6b586a4fcc29bc16e31.zip
Fix changelog formatting
-rw-r--r--doc/changelog.asciidoc28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index b03ddc376..8190540f8 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -22,19 +22,19 @@ Major changes
~~~~~~~~~~~~~
- Quick checklist for packagers:
- - Ensure you're providing at least Python 3.6.1
- - Ensure you're providing at least Qt 5.12 and PyQt 5.12
- - Add a new optional dependency on the Python `adblock` library (if packaged -
+ * Ensure you're providing at least Python 3.6.1
+ * Ensure you're providing at least Qt 5.12 and PyQt 5.12
+ * Add a new optional dependency on the Python `adblock` library (if packaged -
if not, consider packaging it, albeit optional it's very useful for users)
- - Remove the `cssutils` optional dependency (if present)
- - Remove the `attrs` (`attr`) dependency
- - Move the `pygments` dependency from required to optional
- - TODO: Move the `setuptools` dependency from runtime (for `pkg_resources`) to
+ * Remove the `cssutils` optional dependency (if present)
+ * Remove the `attrs` (`attr`) dependency
+ * Move the `pygments` dependency from required to optional
+ * TODO: Move the `setuptools` dependency from runtime (for `pkg_resources`) to
build-time.
- - For Python 3.6, 3.7 or 3.8, add a dependency on the `importlib_resources`
+ * For Python 3.6, 3.7 or 3.8, add a dependency on the `importlib_resources`
backport.
- - For Python 3.6 only, add a dependency on the `dataclasses` backport.
- - TODO complete?
+ * For Python 3.6 only, add a dependency on the `dataclasses` backport.
+ * TODO complete?
- At least Python 3.6.1 is now required to run qutebrowser, support for Python
3.5 (and 3.6.0) is dropped. Note that Python 3.5 is
https://www.python.org/downloads/release/python-3510/[no longer supported
@@ -101,10 +101,10 @@ Added
the desktop filename passed to Qt (which is used to set the `app_id` on
Wayland).
- New userscripts:
- - `kodi` to play videos in Kodi
- - `qr` to generate a QR code of the current URL
- - `add-nextcloud-bookmarks` to create bookmarks in Nextcloud's Bookmarks app
- - `add-nextcloud-cookbook` to add recipes to Nextcloud's Cookbook app
+ * `kodi` to play videos in Kodi
+ * `qr` to generate a QR code of the current URL
+ * `add-nextcloud-bookmarks` to create bookmarks in Nextcloud's Bookmarks app
+ * `add-nextcloud-cookbook` to add recipes to Nextcloud's Cookbook app
Changed
~~~~~~~