Commit Graph

486 Commits

Author SHA1 Message Date
Arun Prakash Jana
9609bc0084
Fix #456 2020-06-30 23:22:02 +05:30
Arun Prakash Jana
ee680c1aae
Support wayland native copier 2020-06-23 20:06:40 +05:30
Arun Prakash Jana
d097b34ccf
Prepare for release v4.4 2020-06-16 04:45:26 +05:30
Arun Prakash Jana
dfcbcc146d
Remove wrong check 2020-06-14 21:18:45 +05:30
Arun Prakash Jana
502b517f2f
Unblock GUI browsers on WSL 2020-06-14 15:25:05 +05:30
Arun Prakash Jana
a9fc0bd042
Cleanup 2020-05-03 21:09:00 +05:30
Arun Prakash Jana
d0771a5804 Fix #445 #452 2020-05-03 20:10:49 +05:30
Arun Prakash Jana
3280472186
Update user agent 2020-04-20 21:47:55 +05:30
Simon Monecke
b467221d71
resolves #447, add optional file arg to json output arg (#448)
* resolves #447, add optional file arg to json output arg

* write_string_to_file: add type hints, improve error handling
2020-04-20 21:45:04 +05:30
rachmadani haryono
9fce289d6f
Feature/windows (#441)
* new: dev: windows only package

* chg: dev: catch ModuleNotFoundError on python3.6+

* chg: dev: use general exception
2020-04-05 07:07:25 +05:30
Arun Prakash Jana
11b869842f
Update docs 2020-04-03 07:28:37 +05:30
Arun Prakash Jana
3fc4d164d4
Fix #440 2020-03-26 21:10:41 +05:30
Arun Prakash Jana
e488987458
Fix #439 2020-03-15 19:39:25 +05:30
Arun Prakash Jana
5638226883
Update user agent 2020-01-31 08:22:18 +05:30
Arun Prakash Jana
0062292a47
Prepare for release v4.3 2020-01-31 03:11:54 +05:30
Arun Prakash Jana
d71e15589b
Project renamed to buku from Buku for consistency 2020-01-08 08:37:17 +05:30
Aquan1412
6b1f030077 Org tag support (#432)
* Add tag support for Org import/export

* Remove ipdb from imports

* Fix whitespaces

* Added import test

* Added support for org import/export for tags containing colons

* Made sure to only import unique tags

* Removed unnecessary if-clause

* Replaced len() loop with enumerate

* Use OrderedDict() instead of dict() for compatibility with Python3.5
2020-01-04 08:25:34 +08:00
Arun Prakash Jana
455d36c11c Update copyright year 2020-01-01 09:38:29 +05:30
rachmadani haryono
d7ff29ba25 type hint for function (#430)
* new: dev: type hint for function

* chg: dev: func can still return None on 2nd item
2019-12-19 07:44:56 +05:30
rachmadani haryono
cdf67aa07c Feature/fix circleci test (#429)
* fix: test: flag on search

* fix: test: type hint

* chg: dev: remove complicated test
2019-12-18 18:20:01 +05:30
Arun Prakash Jana
936e88d7c1
Fix #428 2019-12-17 22:50:47 +05:30
Arun Prakash Jana
97ea1e6818 Fix #421: fix FF default profile detection 2019-11-18 03:29:05 +05:30
Ahmed El Gabri
38cd129177 Export tags in markdown format as comments (#419) 2019-11-12 02:58:06 +05:30
Arun Prakash Jana
6bfe5050bc
Fix build break 2019-09-28 10:48:14 +05:30
Alex Fielder
3aaedc1a4e Windows10 (#403)
* Updated to work correctly on Windows 10

* updated setup things (that don't work!)

* removed launch.json as per review & amended pyreadline

* why didn't that work?

* removed extra import

* roll-back py2exe & setuptools changes.

* remove setup.spec since we don't need it.
2019-06-25 19:44:09 +05:30
rachmadaniHaryono
ef3cb25172 fix: test: pylint 2019-05-16 22:05:36 +08:00
rachmadaniHaryono
d113cfa84e fix: test: flake8 2019-05-16 22:00:19 +08:00
rachmadaniHaryono
77ba46c585 new: dev: annotation for delete_rec func 2019-05-16 21:40:47 +08:00
rachmadaniHaryono
79e0bd6705 new: doc: annotation for functions 2019-05-14 20:07:28 +08:00
rachmadaniHaryono
930d1f54be new: doc: annotation for functions 2019-05-14 19:50:13 +08:00
rachmadaniHaryono
799e631b85 new: doc: annotation for refreshdb 2019-05-14 16:12:26 +08:00
rachmadaniHaryono
e5d0dd01a0 new: doc: annotation for replace_tag 2019-05-14 14:06:08 +08:00
rachmadaniHaryono
26e33f87d3 new: dev: annotation for some function 2019-05-14 04:55:23 +08:00
rachmadaniHaryono
a04dce8341 chg: dev: buku record annotation 2019-05-14 01:51:23 +08:00
Arun Prakash Jana
7ade3a435c
Fix #386 2019-05-12 05:15:52 +05:30
Mischievous Meerkat
f0af130000
Revert "Add --preserve option" 2019-05-04 21:39:05 +05:30
humCopper
c5e874229a Change --preserve so that it can preserve everything 2019-05-04 09:14:07 -05:00
humCopper
cf4d0112d2 Add example and fix preserving title 2019-05-03 17:40:59 -05:00
humCopper
09f05eb6b8 Add --preserve option when using --update 2019-05-03 17:08:15 -05:00
Arun Prakash Jana
23ff5f1947 Prepare for release v4.2.2 2019-05-02 07:36:40 +05:30
Mischievous Meerkat
3db82d47a4
Revert "Add better Windows color support using colorama" 2019-05-01 19:35:04 +05:30
Arun Prakash Jana
a16aa7deb2 Prepare for minor release 4.2.1 2019-04-30 20:35:33 +05:30
rachmadaniHaryono
158fef49e1 fix: dev: org export 2019-04-30 13:36:51 +08:00
rachmadaniHaryono
f98f5fdac0 fix: dev: export 2019-04-30 13:23:56 +08:00
rachmadaniHaryono
40c1a90147 fix: test: empty third row 2019-04-30 12:49:41 +08:00
Arun Prakash Jana
cd302c45ac
Prepare for release v4.2 2019-04-30 07:52:00 +05:30
Arun Prakash Jana
5f101363cf Pyhton 3.4 is EOL 2019-04-28 20:22:56 +05:30
rachmadaniHaryono
3ad80b782b fix: dev: org export type 2019-04-28 13:47:51 +08:00
rachmadaniHaryono
a3f8dbc768 new: dev: bookmarkvar and ConverterResult type 2019-04-28 13:27:39 +08:00
rachmadaniHaryono
5eb244a0d0 chg: dev: use builtin lib if no mypy_extensions 2019-04-28 11:24:04 +08:00