summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2018-03-28 09:00:54 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2018-03-28 09:25:33 +0530
commit87c170889d52e9383ccad053673255487be02f6a (patch)
tree1c2b5e9c5a629051fdb958cd7ea1fa6b8cdd079c
parent1355ed4bfe3e371dd3b7b786c6c10c3efa0ef3a6 (diff)
Prepare for release v3.7v3.7
-rw-r--r--CHANGELOG45
-rw-r--r--README.md2
-rw-r--r--buku.12
-rwxr-xr-xbuku.py2
-rw-r--r--packagecore.yaml16
5 files changed, 40 insertions, 27 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 160588b..970893f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,17 @@
-Buku 3.6
+Buku v3.7
+2018-03-28
+
+What's in?
+- Exclude keywords in search (keyword filtering)
+- Search and filter by tags
+- Order search results by number of keyword matches
+- Copy URL to clipboard
+- Prompt shortcut 'O' to override text browsers
+- New official packagers: Fedora, Gentoo, OpenBSD, openSUSE
+
+-------------------------------------------------------------------------------
+
+Buku v3.6
2018-01-09
What's in?
@@ -9,7 +22,7 @@ What's in?
-------------------------------------------------------------------------------
-Buku 3.5
+Buku v3.5
2017-11-10
What's in?
@@ -25,7 +38,7 @@ What's in?
-------------------------------------------------------------------------------
-Buku 3.4
+Buku v3.4
2017-09-18
What's in?
@@ -36,7 +49,7 @@ What's in?
-------------------------------------------------------------------------------
-Buku 3.3.1
+Buku v3.3.1
2017-09-11
This is for all purposes the same as v3.3. We had to re-upload a new version to
@@ -46,7 +59,7 @@ The tagline is changed to - `Powerful command-line bookmark manager.`
-------------------------------------------------------------------------------
-Buku 3.3
+Buku v3.3
2017-09-11
What's in?
@@ -61,7 +74,7 @@ What's in?
-------------------------------------------------------------------------------
-Buku 3.2
+Buku v3.2
2017-08-03
What's in?
@@ -71,7 +84,7 @@ What's in?
-------------------------------------------------------------------------------
-Buku 3.1
+Buku v3.1
2017-06-30
What's in?
@@ -83,7 +96,7 @@ What's in?
-------------------------------------------------------------------------------
-Buku 3.0
+Buku v3.0
2017-04-26
What's in?
@@ -105,7 +118,7 @@ What's in?
-------------------------------------------------------------------------------
-Buku 2.9
+Buku v2.9
2017-02-20
Modifications
@@ -121,7 +134,7 @@ Modifications
-------------------------------------------------------------------------------
-Buku 2.8
+Buku v2.8
2017-01-11
Modifications
@@ -139,7 +152,7 @@ Modifications
-------------------------------------------------------------------------------
-Buku 2.7
+Buku v2.7
2016-11-30
Modifications
@@ -287,7 +300,7 @@ To begin with, 2.0 is a significant release with respect to options. `Buku` now
-------------------------------------------------------------------------------
-Buku 1.9
+Buku v1.9
2016-04-23
Modifications
@@ -314,7 +327,7 @@ Modifications
-------------------------------------------------------------------------------
-Buku 1.8
+Buku v1.8
2016-03-26
Modifications
@@ -344,7 +357,7 @@ Modifications
-------------------------------------------------------------------------------
-Buku 1.7
+Buku v1.7
2016-03-15
Modifications
@@ -355,7 +368,7 @@ Modifications
-------------------------------------------------------------------------------
-Buku 1.6
+Buku v1.6
2016-01-22
Modifications
@@ -364,7 +377,7 @@ Modifications
-------------------------------------------------------------------------------
-Buku 1.5
+Buku v1.5
2015-12-20
Modifications
diff --git a/README.md b/README.md
index 9eeb09b..e0081b5 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ We have one of the best documentation around. You can start with the [Examples](
There are several [projects based on `buku`](#related-projects), including a browser plug-in.
-We need contributors. We are a small friendly team and would be more than happy to help. Please visit [#233](https://github.com/jarun/Buku/issues/251) for a list of TODOs. Visit the [wiki](https://github.com/jarun/Buku/wiki) for PR guidelines.
+We need contributors. We are a small friendly team and would be more than happy to help. Please visit the [ToDo List](https://github.com/jarun/Buku/issues/251) for identified tasks. Visit the [wiki](https://github.com/jarun/Buku/wiki) for PR guidelines.
*Love smart and efficient terminal utilities? Explore my repositories. Buy me a cup of coffee if they help you.*
diff --git a/buku.1 b/buku.1
index cb186e0..01248fb 100644
--- a/buku.1
+++ b/buku.1
@@ -1,4 +1,4 @@
-.TH "BUKU" "1" "09 Jan 2018" "Version 3.6" "User Commands"
+.TH "BUKU" "1" "28 Mar 2018" "Version 3.7" "User Commands"
.SH NAME
buku \- Command-line bookmark manager with browser integration
.SH SYNOPSIS
diff --git a/buku.py b/buku.py
index f0649b2..28ad90a 100755
--- a/buku.py
+++ b/buku.py
@@ -42,7 +42,7 @@ from urllib3.exceptions import LocationParseError
from urllib3.util import parse_url, make_headers
import webbrowser
-__version__ = '3.6'
+__version__ = '3.7'
__author__ = 'Arun Prakash Jana <engineerarun@gmail.com>'
__license__ = 'GPLv3'
diff --git a/packagecore.yaml b/packagecore.yaml
index 4c692c8..4a54633 100644
--- a/packagecore.yaml
+++ b/packagecore.yaml
@@ -43,14 +43,14 @@ packages:
- python3-cryptography
- python3-urllib3
- python3
-# fedora27:
-# builddeps:
-# - make
-# deps:
-# - python3-beautifulsoup4
-# - python3-cryptography
-# - python3-urllib3
-# - python3
+ fedora27:
+ builddeps:
+ - make
+ deps:
+ - python3-beautifulsoup4
+ - python3-cryptography
+ - python3-urllib3
+ - python3
opensuse42.3:
builddeps:
- make