-
-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|
cb96692
There was a problem hiding this comment.
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.
cb96692
There was a problem hiding this comment.
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?
cb96692
There was a problem hiding this comment.
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.
cb96692
There was a problem hiding this comment.
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.
cb96692
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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...
cb96692
There was a problem hiding this comment.
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),
Therefore, I agree with @zmwangx's opinion, the description of "highly delicious" is vague to user.
cb96692
There was a problem hiding this comment.
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.cb96692
There was a problem hiding this comment.
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.
cb96692
There was a problem hiding this comment.
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.cb96692
There was a problem hiding this comment.
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! ;)
cb96692
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
cb96692
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! :)
cb96692
There was a problem hiding this comment.
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.
cb96692
There was a problem hiding this comment.
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.
cb96692
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
cb96692
There was a problem hiding this comment.
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.