Prepare for release v3.7
This commit is contained in:
parent
1355ed4bfe
commit
87c170889d
45
CHANGELOG
45
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
|
||||
|
@ -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.*
|
||||
|
||||
|
2
buku.1
2
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
|
||||
|
2
buku.py
2
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'
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user