Skip to content

Commit

Permalink
Prepare for release v2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Oct 20, 2016
1 parent 2e2e24e commit a0aadec
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Buku v2.5
2016-10-20

Modifications
- Export specific tags to HTML
- Fixed obvious issues on Windows
- Open a random bookmark with option --open
- Support lists and ranges with --print
- Show a bookmark on tag append
- Show only title with --format=3
- PEP8 compliance fixes
- Buku GUI integration documented

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

Buku v2.4
2016-09-12

Expand Down
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ With tagging and multiple options to search bookmarks, including a deep scan mod

Though a terminal utility, it's possible to add bookmarks to `buku` without touching the terminal! Refer to the section on [GUI integration](#gui-integration). If you prefer the terminal, thanks to the shell completion scripts, you don't need to memorize any of the options. There's an Easter egg to revisit random forgotten bookmarks too.

### Upcoming

- Export specific tags as HTML
- Open a random bookmark

<br>
<p align="center">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMLTQ76JSXJ4Q"><img src="https://img.shields.io/badge/paypal-donate-orange.svg?maxAge=2592000" alt="Donate" /></a>
Expand Down Expand Up @@ -102,11 +97,11 @@ To remove, run:
### Installing with a package manager

`buku` is also available on
- [AUR](https://aur.archlinux.org/packages/buku/) for Arch Linux
- Void Linux repos ( `$ sudo xbps-install -S buku` )
- [Homebrew](http://braumeister.org/formula/buku) for OS X
- [Debian Sid](https://packages.debian.org/sid/buku)
- [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/)
- [AUR](https://aur.archlinux.org/packages/buku/) for Arch Linux
- Void Linux repos ( `$ sudo xbps-install -S buku` )
- [Homebrew](http://braumeister.org/formula/buku) for OS X
- [Debian Sid](https://packages.debian.org/sid/buku)
- [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/)

### Debian package

Expand Down
2 changes: 1 addition & 1 deletion buku
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tagsearch = False # Search bookmarks by tag
titleData = None # Title fetched from a webpage
interrupted = False # Received SIGINT
DELIMITER = ',' # Delimiter used to store tags in DB
_VERSION_ = '2.4' # Program version
_VERSION_ = '2.5' # Program version

# Crypto globals
BLOCKSIZE = 65536
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" "Sep 2016" "Version 2.4" "User Commands"
.TH "BUKU" "1" "Oct 2016" "Version 2.5" "User Commands"
.SH NAME
buku \- A powerful command-line bookmark manager. Your mini web!
.SH SYNOPSIS
Expand Down

9 comments on commit a0aadec

@jarun
Copy link
Owner Author

@jarun jarun commented on a0aadec Oct 20, 2016

Choose a reason for hiding this comment

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

@shaggytwodope, @zmwangx, version 2.5 is released.

@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 ppa building now, much love 👍

@jarun
Copy link
Owner Author

@jarun jarun commented on a0aadec Oct 20, 2016

Choose a reason for hiding this comment

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

Thank you! 👯‍♂️

@jarun
Copy link
Owner Author

@jarun jarun commented on a0aadec Oct 20, 2016

Choose a reason for hiding this comment

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

And don't forget AUR. ;) You've been added as a maintainer now.

@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 yeah sorry for aur delay, GitHub dns failure or something else went wrong. Had no access for a bit to check pkgbuild status. It's updated now. In the future I'll be sure to update asap.

@jarun
Copy link
Owner Author

@jarun jarun commented on a0aadec Oct 20, 2016

Choose a reason for hiding this comment

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

No problem at all! Please take all the time you need. I just left a reminder as you received the addition noti a while back. Thanks for updating to the new release.

@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 Promise to stop spamming here lol. I'll update it when time permits, but check out http://shaggytwodope.github.io/jarun/ time to time. It'll host download stats if you are at all curious. It takes time for the data to update, and more for me to update it manually.

@jarun
Copy link
Owner Author

@jarun jarun commented on a0aadec Oct 20, 2016

Choose a reason for hiding this comment

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

Thanks for sharing! This is nice. I'll surely keep track. ;)

@jarun
Copy link
Owner Author

@jarun jarun commented on a0aadec Oct 20, 2016

Choose a reason for hiding this comment

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

Added to my Buku wallet :)

Please sign in to comment.