Commit graph

81 commits

Author SHA1 Message Date
Jonathan Wren
0f2962a95f
Add and run isort on Python files (#1520)
* add and run isort

* udpate more import statements

* fix typo
2022-06-25 14:43:32 -07:00
Jonathan Wren
f5e052937c
Update copyright year (#1502)
Update copyright year in comment headers and --version output
2022-06-18 11:30:56 -07:00
Ben Beasley
a9c539821f
Remove useless shebangs and executable permissions (#1283)
* Remove executable permissions from non-script files

* Remove harmless-but-useless shebang lines
2021-07-03 15:20:52 -07:00
Micah Jerome Ellison
9fe56b9e10
Comply with GPL by acknowledging all authors and including license info in each source file (#1121)
* Update authors to "jrnl contributors" to comply with GPL3
* Include jrnl email address with contributors
* Include GPL notice in jrnl --version
* Apply consistent copyright and license to all Python files
* Add copyright and license to documentation
* Add copyright and license to docs theme
* Wiping poetry cache to try to resolve a test issue
* Testing with Python 3.9.0 in attempt to bypass GitHub Actions failure in 3.9.1
* make format
* Exclude Windows Python 3.9 build which is failing due to a GitHub Actions problem
* Modify testing to get around this 3.9 issue...
* Fix exclude
2020-12-19 22:28:22 -08:00
Jonathan Wren
e3a46e9846 fix various small issues in the codebase 2020-04-18 12:35:46 -07:00
Jonathan Wren
46c4c88231 (#770) run black formatter on codebase for standardization 2020-04-10 11:51:56 -07:00
Manuel Ebert
c8d59727eb Explicitly write Version to file
Delay import of asteval
Use __version__.py instead of VERSION.txt
2020-04-10 11:51:56 -07:00
Peter Schmidbauer
9d8d6a83ae remove py2 remnants and use mocks in tests
fstring wip
Run pyupgrade
fix broken pyupgrade fstring
run pyupgrade on plugin dir
fixup! remove py2 remnants and use mocks in tests
small print bugfix
The file=sys.stderr was part of the format(), so an error got printed to
stdout
Drop use of codecs package
Use builtins.open() instead
fixup! remove py2 remnants and use mocks in tests
2020-04-10 11:51:55 -07:00
Manuel Ebert
a61658d453 Add Poetry config
Add deployment through poetry to travis
2020-04-10 11:51:55 -07:00
Micah Jerome Ellison
3a72313d06 Updating Python version and jrnl version for v2.0-rc3 2020-04-10 11:51:55 -07:00
MinchinWeb
0fcf078c1c [Dayone] Add Creator section to dayone import and YAML export 2015-05-04 00:21:33 -06:00
Matthias Vogelgesang
61739dd3b0 Remove circular dependency 2014-09-12 14:26:23 -07:00
Manuel Ebert
63ad45db75 YAML configs
See #184, #230, #197
2014-09-12 14:22:30 -07:00
Manuel Ebert
fc1935d64e Version bump 2014-09-02 13:27:16 -07:00
Manuel Ebert
5bfb82cf90 Version bump 2014-08-12 10:11:18 +02:00
Manuel Ebert
2024e956bd Version bump 2014-08-07 13:26:10 +02:00
Manuel Ebert
6dafc3d939 Manifest update 2014-07-27 12:43:26 +09:00
Manuel Ebert
28dcb3ab90 Version bump 2014-07-21 17:33:44 +09:00
Manuel Ebert
7f7f00e91b Version bump 2014-07-21 13:30:39 +09:00
Manuel Ebert
8ee51a6db0 Version bump to 1.8.7 2014-07-03 09:13:07 +02:00
Manuel Ebert
d8e0bab3ab Version bump 2014-07-02 15:36:04 +02:00
Manuel Ebert
be1a90db3d Version bump & new recipes 2014-06-30 10:26:54 +02:00
Manuel Ebert
fa886151f6 Version bump 2014-06-26 15:30:39 +02:00
Manuel Ebert
eda50c144b Mark jrnl as 3.4 compatible 2014-05-22 14:18:15 -07:00
Manuel Ebert
78eda12287 Official support for python 3.4 2014-05-22 11:56:28 -07:00
Manuel Ebert
05febbf9f6 Changelog & version bump to 1.7.22 2014-05-19 14:43:56 -07:00
Manuel Ebert
8b7a37a196 Version bump & docs 2014-04-16 17:03:29 -04:00
Manuel Ebert
e887d61699 version bump 2014-04-16 14:28:21 -04:00
Manuel Ebert
f9b3e8ef1c Version bump 2014-04-10 15:58:06 -04:00
Manuel Ebert
e649711ca4 Small update to parsing regex 2014-04-01 20:14:49 -07:00
Manuel Ebert
6a5a98919e Fixes writing new lines between entries 2014-03-31 12:37:37 -07:00
Manuel Ebert
14d249c3c9 Even more unicode fixes 2014-03-28 13:43:58 -07:00
Manuel Ebert
3ff1e43e03 More unicode fixes for #119 2014-03-27 16:12:03 -07:00
Manuel Ebert
b9cb740f69 Changelog & version bump 2014-03-24 10:48:57 -07:00
Manuel Ebert
6783df07d3 Changelog & version bump 2014-03-24 08:46:20 -07:00
Manuel Ebert
e15edf9192 Version bump 2014-03-19 15:21:52 -07:00
Manuel Ebert
04aed1001f Changelog and docs 2014-02-05 10:19:01 -08:00
Manuel Ebert
9cc37f964f Fix a logic bug so that jrnl -h and jrnl -v are possible even if jrnl not configured yet. 2014-01-26 14:15:46 +01:00
Manuel Ebert
99b5d7821d Upgrade to parsedatetime 1.2 2014-01-26 12:37:41 +01:00
Manuel Ebert
d35502423a Cleaned up imports to work with Python2.6 and Python 3.3 2014-01-23 14:33:14 +01:00
Manuel Ebert
c3d6a38e45 Port slugify to Python3 2014-01-19 11:58:13 +01:00
Manuel Ebert
24147a25af Changelog 2014-01-03 16:02:39 +01:00
Manuel Ebert
9d352b4bad Gets rid of colorama 2014-01-02 23:41:53 +01:00
Manuel Ebert
01703af728 Touch tmpfiles before opening 2014-01-02 07:48:57 +01:00
Manuel Ebert
0ed711230a Dateutil added to requirements. 2013-12-22 18:46:26 +01:00
Manuel Ebert
91fd821bcc Changelog, dogs 2013-12-22 17:11:32 +01:00
Manuel Ebert
7e6c784556 Version bump 2013-11-30 15:14:53 -08:00
Manuel Ebert
f22ddd706b jrnl.py:cli -> cli.py:run 2013-11-29 10:23:09 -08:00
Manuel Ebert
568c493db1 Docs & Version bump 2013-11-24 11:29:55 -08:00
Manuel Ebert
fb629266e6 ixed a bug that caused creating encrypted journals to fail 2013-11-20 16:55:41 -08:00