Commit graph

40 commits

Author SHA1 Message Date
Manuel Ebert
58ea57f62b Fixes #87 2013-08-17 11:54:21 -07:00
Manuel Ebert
978d9db072 Filters before exporting 2013-08-06 17:57:21 -07:00
Manuel Ebert
e78786e19a Unifies encryption between python versions 2013-07-22 21:24:19 +02:00
Manuel Ebert
95f68a5109 Allows getpass to get bypassed by reading from stdin 2013-07-22 20:08:41 +02:00
Manuel Ebert
7cf4fd701e Uses stderr for prompts instead stdout 2013-07-22 12:04:01 +02:00
Manuel Ebert
91638fd429 Tests for multiple journals 2013-07-22 10:11:37 +02:00
Manuel Ebert
c303ea8455 Python 3 improvements 2013-07-19 13:24:18 +02:00
Manuel Ebert
608cc04897 Better Python2.6 compatibility 2013-07-19 13:03:27 +02:00
Manuel Ebert
39a8b3a4cd Oh Python 3 imports... 2013-07-15 13:55:34 +02:00
Manuel Ebert
d81f263e8c Uses local timezone if timezone could not be parsed 2013-07-15 13:37:13 +02:00
Manuel Ebert
f6be2f13a5 Workaround for get_localzone on OS X 2013-07-15 13:32:23 +02:00
dejay
42daea2dd6 Better Day One Timestamps 2013-07-13 11:57:34 -06:00
Manuel Ebert
d7dfba008c Addresses unicode issues in Python 3
Fixes #79
2013-06-24 15:54:04 +02:00
Manuel Ebert
5bb8f9c567 Better Unicode support
Closes #72
2013-06-09 15:55:03 -07:00
Manuel Ebert
0bf2354bc2 Disables PyICU use for now until proper localization is implemented.
Fixes #52
2013-05-08 10:08:48 -07:00
Manuel Ebert
fde308e4ba Backwards compatibility with parsedatetime 0.8.7
Closes #76
2013-05-08 09:56:49 -07:00
Manuel Ebert
aef9a0ee7e Fixes double readline import
Should finally fix #71
2013-04-23 16:29:32 -07:00
Manuel Ebert
1417305c2e Formatting 2013-04-23 09:13:06 -07:00
Manuel Ebert
4528d9f612 Conditional import for pyreadline
Fixes #71
2013-04-23 09:13:00 -07:00
Manuel Ebert
3abe14bab1 Better utf8 support 2013-04-19 17:32:32 +02:00
Manuel Ebert
9f33c9c9c4 Fixes for Python 3 Support 2013-04-19 15:19:21 +02:00
Manuel Ebert
8200ebb6fe Python 3 compatibility 2013-04-19 14:46:05 +02:00
Manuel Ebert
9b0bee0637 Fixes readline support on windows
Closes #60
2013-04-17 10:50:03 +02:00
Manuel Ebert
fe521147c0 Uses colorama instead of clint 2013-04-17 10:19:02 +02:00
Craig Moyer
1fc6bc2dd7 Fix issue where embedded decimal in title causes title to get cut off. 2013-03-28 21:31:08 -04:00
Manuel Ebert
fe5f318c16 Merge pull request #51 from maebert/dayone
Dayone support
2013-03-04 14:57:10 -08:00
Manuel Ebert
5236ca0c44 Compatibility with parsedatetime 1.x 2013-03-04 14:43:55 -08:00
Manuel Ebert
fd0d35e151 Smarter UUID creation for DayOne journals 2012-08-09 18:42:31 +02:00
Manuel Ebert
9476d3f115 Experimental DayOne Support
Just point your jrnl file to a folder ending with `.dayone` and magic.
Supports both reading and creation (and hence all other export magic,
although this is untested).
2012-08-09 18:33:00 +02:00
Manuel Ebert
ac266fd3b1 New style class, new_entry returns entry 2012-08-09 17:54:17 +02:00
Manuel Ebert
cb6ee5889e Better support for individual configs 2012-07-23 13:09:45 +02:00
Manuel Ebert
9a39c8962d Journal class brings it's own default config. 2012-07-23 13:09:45 +02:00
Manuel Ebert
fb3d7abc2d Converts \n to new lines 2012-07-05 12:44:40 +02:00
Manuel Ebert
7e59e8ad3b Refractored exporting 2012-07-05 12:31:50 +02:00
Manuel Ebert
084e956d16 Use Entry.pprint for display, str(Entry) for writing. 2012-05-31 11:22:54 +02:00
Manuel Ebert
08b7624513 New style display of posts 2012-05-30 18:12:10 +02:00
Manuel Ebert
0d19f1790f Fixes highlighting 2012-05-30 17:58:26 +02:00
Manuel Ebert
4a1312a70b Fixes time parsing, closes #32 2012-05-24 18:14:12 +02:00
Manuel Ebert
4850828e07 Error message when journal is corrupted, closes #22 2012-05-24 17:04:10 +02:00
Manuel Ebert
19ed9a6cf8 Experimental new directory structure 2012-05-24 13:23:46 +02:00