-
-
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
13 additions
and
6 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 |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
from urllib3.util import parse_url, make_headers | ||
import webbrowser | ||
|
||
__version__ = '3.7' | ||
__version__ = '3.8' | ||
__author__ = 'Arun Prakash Jana <[email protected]>' | ||
__license__ = 'GPLv3' | ||
|
||
|
@@ -2273,7 +2273,7 @@ def importdb(self, filepath, tacit=False): | |
newtag = None | ||
|
||
if not tacit: | ||
append_tags_resp = input('Append tags when bookmark exist? (n/y): ') | ||
append_tags_resp = input('Append tags when bookmark exist? (y/n): ') | ||
else: | ||
append_tags_resp = 'y' | ||
|
||
|
b3437a4
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.
@rachmadaniHaryono The build fails again and I can't make a release because of this. Please check.
b3437a4
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 have disable pytest 3.6.0. let's see.
b3437a4
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.
https://pypi.org/project/buku/3.8/
first release with markdown readme 🎉
b3437a4
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.
@eclipseo, @maxice8, @pabloariasal, @szlin, @zmwangx Buku v3.8 is released!
Thanks @rachmadaniHaryono!
b3437a4
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.
@rachmadaniHaryono please add a grand image to the bukuserver README. ;)
b3437a4
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.
please push directly. I'll have to run.
b3437a4
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.
Buku 3.8 built on Fedora 27-29.
b3437a4
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.
Thanks @eclipseo!
b3437a4
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.
@jpdasma I missed notifying you earlier. The new version is out!
b3437a4
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.
@rachmadaniHaryono in case you have missed, we need an image for bukuserver. Just so users can get a feel from the README page.
b3437a4
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 According to DFSG # 2[1], the minified files such as "bukuserver/static/bukuserver/js/Chart.min.js" should be excluded. Therefore, I need to exclude bukuserver in this release, otherwise the new version of buku cannot be uploaded into Debian archive.
I suggest to add original javascript into it.
[1] https://www.debian.org/social_contract#guidelines
[2] https://wiki.debian.org/Javascript/Policy
b3437a4
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 think it's fine for this release. One can still install it from the repo to play around with it.
b3437a4
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.
The new version of buku without bukuserver has been uploaded few days ago :)
b3437a4
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.
Thanks Lin!