summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2018-12-23 11:40:22 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2018-12-23 11:40:22 +0100
commit6be1b22b6d86ef14a416c31734c6ff0e91e2b97d (patch)
tree152b53b77cb63ac1dd6c22489c4b469ebda22837
parenta7b95b748381de1ab29c3b86307c33769ce2e105 (diff)
Version 1.2.01.2.0
-rw-r--r--documents/CHANGELOG.org7
-rw-r--r--next.asd2
2 files changed, 4 insertions, 5 deletions
diff --git a/documents/CHANGELOG.org b/documents/CHANGELOG.org
index 6b50f4bca..6135f40e2 100644
--- a/documents/CHANGELOG.org
+++ b/documents/CHANGELOG.org
@@ -16,13 +16,12 @@ MAJOR.MINOR.PATCH, we increment the:
+ Add support for content blocking using the WebKit API
*** TASK Fix search/occur implementation
*** TASK Add download support
-** TASK 1.2.0
+** DONE 1.2.0
*** DONE Add RELOAD-CURRENT-BUFFER command and bind it to C-r
*** DONE Add NEXT-VERSION command
It reports the commit hash if it was not built on a tag version.
-*** TASK Add per-buffer cookie support
-GTK implementation works.
-Cocoa implementation is missing.
+*** DONE Add cookie support
+GTK implementation has per-buffer cookie support.
*** DONE Report page load status to echo area
*** DONE Add COPY-TITLE command and bind it to M-w
*** DONE Add COPY-ANCHOR-URL command and bind it to C-x C-w
diff --git a/next.asd b/next.asd
index 9ca552657..3b5d63906 100644
--- a/next.asd
+++ b/next.asd
@@ -2,7 +2,7 @@
;;; next.asd
(asdf:defsystem :next
- :version "1.1.0"
+ :version "1.2.0"
:author "Atlas Engineer LLC"
:license "BSD 3-Clause"
:serial t