summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2024-04-07 10:51:13 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2024-04-07 10:51:13 +0530
commit3014ab9dc6e5c61880f0f8b0ecbe28938cd001e1 (patch)
tree6e0a1d711c43487e9092cf72b9db3a66ad7d5808
parent7e994a7d18a3fcabd7f7d7a58d00fc0f5f0e8a7b (diff)
Prepare for release v4.9v4.9
-rw-r--r--CHANGELOG14
-rwxr-xr-xbuku4
-rw-r--r--buku.12
3 files changed, 17 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 989cf73..30f9f44 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+buku v4.9
+2024-04-07
+
+- fixed profile detection for multiple Firefox installs (#711)
+- added option `--offline` to add a bookmark without web connection
+- added a mini-guide for quick keyboard access to the bookmarklet
+- support environment variable `NO_COLOR`
+- fixed HTML encoding detection (#713)
+- fixed Windows profile detection (#683)
+- support python 3.11 (support for python 3.7 removed)
+- fixed readline internal error on Windows (#704)
+
+-------------------------------------------------------------------------------
+
buku v4.8
2023-02-18
diff --git a/buku b/buku
index 9d36b1b..67d2ce1 100755
--- a/buku
+++ b/buku
@@ -60,7 +60,7 @@ try:
except ImportError:
TypedDict = None # type: ignore
-__version__ = '4.8'
+__version__ = '4.9'
__author__ = 'Arun Prakash Jana <engineerarun@gmail.com>'
__license__ = 'GPLv3'
@@ -116,7 +116,7 @@ FIELD_FILTER = {
ALL_FIELDS = ('id', 'url', 'title', 'desc', 'tags')
JSON_FIELDS = {'id': 'index', 'url': 'uri', 'desc': 'description'}
-USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0'
+USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0'
MYHEADERS = None # Default dictionary of headers
MYPROXY = None # Default proxy
TEXT_BROWSERS = ['elinks', 'links', 'links2', 'lynx', 'w3m', 'www-browser']
diff --git a/buku.1 b/buku.1
index 2060f7d..792cd81 100644
--- a/buku.1
+++ b/buku.1
@@ -1,4 +1,4 @@
-.TH "BUKU" "1" "18 Feb 2024" "Version 4.8" "User Commands"
+.TH "BUKU" "1" "07 Apr 2024" "Version 4.9" "User Commands"
.SH NAME
buku \- Bookmark manager like a text-based mini-web
.SH SYNOPSIS