Aaron Lichtman
566ab5c043
Remove extraneous code
2019-11-17 01:04:43 +01:00
Aaron Lichtman
edb0d8efa1
Remove redundant re.UNICODE flag
2019-11-17 01:01:04 +01:00
Aaron Lichtman
f2bf1ff900
Fix tag_regex
2019-11-17 00:56:01 +01:00
Aaron Lichtman
8c9b040586
Fix regression in features/steps/core.py
2019-11-17 00:53:25 +01:00
Aaron Lichtman
09802cc088
Remove PY2 and PY3 constants
2019-11-17 00:49:17 +01:00
Aaron Lichtman
6ad5188315
Merge branch 'master' into pretty-print-entries
2019-11-12 22:49:11 +01:00
Jonathan Wren
4318da5b06
Merge pull request #710 from pspeter/support-py3-6
...
Support Python 3.6+
2019-11-12 13:47:56 -08:00
Peter Schmidbauer
b5c05cd846
Clarify currently supported Python versions
...
The Python 3.8 build currently fails on travis, this should be dealt with in a future PR along with updating the travis config and pyproject.toml
2019-11-12 18:50:51 +01:00
Aaron Lichtman
712b471702
Merge branch 'master' into pretty-print-entries
2019-11-12 06:40:10 +01:00
micahellison
4302cf2a81
[ #696 ] supporting little-endian date format (e.g. DD/MM/YYYY)
...
Fix parsing Journals using a little-endian date format
2019-11-11 21:12:16 -08:00
Jonathan Wren
25c0feaab6
Merge branch 'master' into fix-custom-dates
2019-11-11 21:08:37 -08:00
Jonathan Wren
c098888612
Merge pull request #705 from pspeter/cleanup-py2-leftovers
...
remove py2 remnants and use mocks in tests
2019-11-11 20:53:10 -08:00
micahellison
f99009c56b
Merge pull request #736 from jrnl-org/v2.1.1
...
Merge v2.1.1
2019-11-11 19:10:42 -08:00
Peter Schmidbauer
f30e11d46f
Prepare travis for upcoming poetry 1.0 release
...
The poetry version command will change in poetry 1.0 (see sdispater/poetry#1191 ). Without any argument, it won't bump the version anymore but instead just print the current version. This will break the current travis before_install. Let's pin poetry to ~0.12.17 for now and change it once poetry v1.0 releases.
2019-11-11 19:04:30 -08:00
Micah Ellison
e10fb7f933
[GH-666] updating documentation to reflect v2 behavior:
...
* new config location and file type
* removing mentions of DayOne support
* removing mention of pip install jrnl[encrypted]
2019-11-11 19:02:22 -08:00
Rory O’Kane
cc44cb1e17
In Encryption docs, improve grammar and typography
2019-11-11 18:57:04 -08:00
Rory O’Kane
a7d5618025
In Encryption docs, explain how to prevent Fish history logging
2019-11-11 18:57:04 -08:00
Greg Bodnar
3ef086c71a
Add doc about extracting timestamps with no spaces
...
Timestamp formats may have no space between date and time components and cause the script to fail.
2019-11-11 18:57:04 -08:00
Greg Bodnar
ad55402a11
Add recipe to display random entry
2019-11-11 18:57:04 -08:00
Jrnl Bot
cdb04974e2
Incrementing version to v2.1.post2
2019-11-12 02:43:42 +00:00
MinchinWeb
1bf01aa748
fix typos, spelling ( #734 )
2019-11-11 12:03:05 -08:00
Jrnl Bot
bb15e68fc7
Incrementing version to v2.1-beta6
2019-11-09 22:26:33 +00:00
micahellison
961d493cc9
Merge pull request #731 from wren/715-version-update
...
[#715 ] Make bot that will auto-increment version in code after deploy
2019-11-09 14:24:07 -08:00
Jonathan Wren
721656cb07
[ #715 ] Make bot that will auto-increment version in code after deploy
2019-11-09 14:17:13 -08:00
Aaron Lichtman
ea46922087
Bold all titles
...
Fix #720
2019-11-09 06:27:32 +01:00
Aaron Lichtman
139835cec9
Bold datetimes in title
2019-11-09 06:17:15 +01:00
Aaron Lichtman
f218374bf1
Strip out debug code and clean up
2019-11-09 05:58:37 +01:00
Aaron Lichtman
fcc64fa885
Moved tag test to tagging.feature file
2019-11-09 05:52:17 +01:00
Aaron Lichtman
c65c78c4eb
Fix assertion syntax warning
2019-11-09 05:52:00 +01:00
Aaron Lichtman
09c0cccad2
And now the space just ends up before the tag instead of after it
2019-11-09 05:30:59 +01:00
Aaron Lichtman
8d0aa98200
Fix newline colorization bug
...
Debug code left intact since there are more bugs to fix :/
2019-11-09 04:11:28 +01:00
Aaron Lichtman
77472261de
Progress towards proper tag colorization and body formatting
2019-11-08 20:53:05 +01:00
Aaron Lichtman
95b23d433c
Remove redundant UNICODE flag
2019-11-08 07:26:37 +01:00
MinchinWeb
971560edac
[Upgrade to 2.0] Expand User directory ( #704 )
2019-11-07 17:20:57 -08:00
Aaron Lichtman
b6f6b290e3
Add test for multiline entries with tags
2019-11-08 01:55:08 +01:00
Aaron Lichtman
99426cecd2
Correctly indent first line of multiline entry
2019-11-08 01:49:16 +01:00
Aaron Lichtman
acc754e337
Add tests printing for multiline journals
...
Fix #717
2019-11-08 01:48:24 +01:00
Aaron Lichtman
dd81c7dbed
Closer to working tag colorization but not perfect
2019-11-08 01:25:00 +01:00
Aaron Lichtman
e9bfe4dcac
Fixed the 'spaces after tags directly next to punctuation' bug
...
Broke processing of tags next to any punctuation at all
2019-11-07 23:38:58 +01:00
Aaron Lichtman
41fb8d45eb
Process ANSI escapes properly with behave
2019-11-07 22:26:46 +01:00
Aaron Lichtman
89c43664de
Handle invalid colors by not using a color
2019-11-07 22:26:20 +01:00
Aaron Lichtman
6ce83c7aa1
Replace list comprehension with generator
2019-11-07 04:49:01 +01:00
Aaron Lichtman
82d3c65d82
Reformatting and clean up
2019-11-07 04:27:31 +01:00
Aaron Lichtman
68305350e4
Properly colorize tags and print body
2019-11-07 04:18:17 +01:00
Aaron Lichtman
c3b18181d6
Reduce code duplication for tag highlighting
...
- Breaks "unreadable date" regression test for unknown reason
2019-11-06 23:07:11 +01:00
Aaron Lichtman
baa3ffbebd
Better style in Entry.py
2019-11-06 23:06:55 +01:00
Aaron Lichtman
6145682a29
Change pass to continue in verify_config()
2019-11-06 22:39:51 +01:00
Aaron Lichtman
6f3866cbcf
Updated tests to use no color by default
2019-11-06 22:38:04 +01:00
Aaron Lichtman
94a2b78b6d
Fix colorization of tags in title and body
2019-11-06 21:43:00 +01:00
Aaron Lichtman
4b934e36eb
Add tag and body color customization options
2019-11-06 19:29:55 +01:00