Skip to content

Commit

Permalink
Prepare for release v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Jul 10, 2017
1 parent c9179f6 commit e4cfb4b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Buku 3.1
2017-06-30

What's in?
- Handle negative indices (like tail) with option `-p`
- Support browsing bookmarks from prompt (key `o`)
- Add program search keywords to history
- Support XDG_DATA_HOME and HOME as env vars on all platforms
- Replace %USERPROFILE% with %APPDATA% as install location on Windows

-------------------------------------------------------------------------------

Buku 3.0
2017-04-26

Expand Down
2 changes: 1 addition & 1 deletion buku.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "BUKU" "1" "Apr 2017" "Version 3.0" "User Commands"
.TH "BUKU" "1" "Jul 2017" "Version 3.1" "User Commands"
.SH NAME
buku \- Powerful command-line bookmark manager. Your mini web!
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion buku.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from urllib3.util import parse_url, make_headers
import webbrowser

__version__ = '3.0'
__version__ = '3.1'
__author__ = 'Arun Prakash Jana <[email protected]>'
__license__ = 'GPLv3'

Expand Down

4 comments on commit e4cfb4b

@jarun
Copy link
Owner Author

@jarun jarun commented on e4cfb4b Jul 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shaggytwodope, @szlin, @zmwangx Buku v3.1 is released! Have fun!

@szlin
Copy link
Collaborator

@szlin szlin commented on e4cfb4b Jul 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have uploaded the new version of buku into Debian archive.

@jarun Thank you!

@professorjamesmoriarty
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun
Copy link
Owner Author

@jarun jarun commented on e4cfb4b Jul 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks guys!

Please sign in to comment.