Skip to content

Commit

Permalink
Prepare for release v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Sep 10, 2017
1 parent 803040e commit cb96692
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Buku 3.3
2017-09-11

What's in?
- Auto-import (`--ai`) bookmarks from Firefox and Google Chrome
- Support custom colors (`--colors`)
- Search multiple tags (with exclusion)
- Timestamp (YYYYMonDD) tag in auto-imported bookmarks
- Enable browser output for text browsers
- Generate documentation in RTD using Sphinx (http://buku.readthedocs.io)
- Integrated flake8 and pylint in Travis CI
- Integrated PackageCore to auto-generate packages in Travis CI

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

Buku 3.2
2017-08-03

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" "Aug 2017" "Version 3.2" "User Commands"
.TH "BUKU" "1" "Sep 2017" "Version 3.3" "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 @@ -39,7 +39,7 @@
from urllib3.util import parse_url, make_headers
import webbrowser

__version__ = '3.2'
__version__ = '3.3'
__author__ = 'Arun Prakash Jana <[email protected]>'
__license__ = 'GPLv3'

Expand Down

16 comments on commit cb96692

@jarun
Copy link
Owner Author

@jarun jarun commented on cb96692 Sep 10, 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.3 is released!

Please note that we should use the package summary: A highly delicious bookmark manager. Your mini web!
uniformly everywhere.

@professorjamesmoriarty
Copy link
Contributor

Choose a reason for hiding this comment

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

AUR updated, PPA in progress.

I noticed auto import for Google Chrome, Any intention to support Chromium?

@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 There is an issue updating the pypi package at this time. They do not document the fact that if a package is deleted or removed (in an attempt to update description) you can not upload the same version ever again.

Short of it is that until a new version is bumped.. can NOT update pypi package. This was an error on my part, and was unaware of this silly feature/rule.

@zmwangx
Copy link
Contributor

Choose a reason for hiding this comment

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

PyPI does not allow any backtracking. This is a feature, not a bug.

@zmwangx
Copy link
Contributor

Choose a reason for hiding this comment

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

Please note that we should use the package summary: A highly delicious bookmark manager. Your mini web!

In Homebrew we prefer short and utilitarian descriptions without much flair, so I think I'll keep "command-line bookmark manager" there. After all, "highly delicious" doesn't seem to convey anything useful...

@szlin
Copy link
Collaborator

@szlin szlin commented on cb96692 Sep 11, 2017

Choose a reason for hiding this comment

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

@jarun Refer to Debian Developer's Reference section 6.2.2 (The package synopsis, or short description),

the first line of the "Description:" should omit any initial indefinite or definite article: "a", "an", or "the". A good heuristic is that it should be possible to substitute the package name and synopsis into this formula

Therefore, I agree with @zmwangx's opinion, the description of "highly delicious" is vague to user.

@jarun
Copy link
Owner Author

@jarun jarun commented on cb96692 Sep 11, 2017

Choose a reason for hiding this comment

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

So Command-line bookmark manager. it is.

@jarun
Copy link
Owner Author

@jarun jarun commented on cb96692 Sep 11, 2017

Choose a reason for hiding this comment

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

Let's not touch it anywhere and leave it be.

@shaggytwodope I merged your PR. But I will revert it and release v3.3.1. Hope that's fine.

@jarun
Copy link
Owner Author

@jarun jarun commented on cb96692 Sep 11, 2017

Choose a reason for hiding this comment

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

I am making it Powerful command-line bookmark manager. for my artifacts and in the code.

@jarun
Copy link
Owner Author

@jarun jarun commented on cb96692 Sep 11, 2017

Choose a reason for hiding this comment

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

Version 3.3.1 is released now! Have fun! ;)

@zmwangx
Copy link
Contributor

Choose a reason for hiding this comment

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

Updated.

@jarun
Copy link
Owner Author

@jarun jarun commented on cb96692 Sep 11, 2017

Choose a reason for hiding this comment

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

Thank you! :)

@szlin
Copy link
Collaborator

@szlin szlin commented on cb96692 Sep 11, 2017

Choose a reason for hiding this comment

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

@jarun Thank you all for your contribution. The version of buku has been updated.

@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 pypi aur and ppa packages updated. ppa will be finished publishing within the hour.

@jarun
Copy link
Owner Author

@jarun jarun commented on cb96692 Sep 11, 2017

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 cb96692 Sep 12, 2017

Choose a reason for hiding this comment

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

Guys, I would have to make another release soon. The auto-import feature crashes if FF is not installed. This is too painful for me and I so wish I could spend some time testing the PR myself! Even when I re-worked it I assumed the basics are tested and didn't check it out. :(

Anyway, sorry about this. Lesson learnt. I have to be much more careful about accepting PRs from now on.

Please sign in to comment.