Commit graph

597 commits

Author SHA1 Message Date
Steven Loria
6eb0d3ba1c Remove sudo: from .travis.yml (#571)
TravisCI has migrated their infrastructure: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2019-02-23 13:05:33 -08:00
Austin Scott
50da2c8d0e Added @hollystyles' fix for Issue #415 (#564)
Fixes the problem with permissions when trying to use an external editor to edit old entries on Windows.
2018-11-14 10:20:12 -08:00
cclauss
f04dd2bb0b Travis CI: Add Python 3.7 to testing (#561) 2018-11-08 10:14:18 -08:00
Austin Scott
c0a76b2929 Fixed typo (#563) 2018-11-08 10:13:51 -08:00
Steven Loria
6eb9e44bf5 Fix downloads badge (#553) 2018-07-31 09:41:50 -07:00
semi
cd9cf8d66a Avoid data loss by postponing open() (#502) (#545)
Postpone the reading of existing entries until a new entry
has been obtained and is ready to be appended to the journal.

This patch reduces the likelihood of losing entries when the
user has launched concurrent jrnl sessions to add multiple
entries. A proper solution would require locking the journal
file for the time between reading and writing, but this is
already good enough for typical interactive use cases.
2018-06-26 11:27:52 -07:00
Craig MacEachern
037784f783 Update advanced.rst (#527)
Update to clarify that jrnl creates .jrnl_config file under $XDG_CONFIG/jrnl/ folder (I mistakenly interpreted the original to mean the config file should be called $XDG_CONFIG/jrnl, and was super confused that jrnl did not read it).
2018-02-19 14:49:01 -08:00
Manuel Ebert
c0cbbf06e5 Copy update 2017-12-11 11:34:29 -08:00
Sylvain
588d0126f0 Add most recent Python versions in Travis CI (#474)
Add more recent Python versions including development branches and nightly build.
2017-03-09 12:47:52 -08:00
Manuel Ebert
58b473236d Docs CSS update 2017-03-09 12:42:08 -08:00
Manuel Ebert
7f5564c63c Explicit code blocks in docs 2017-03-09 12:40:38 -08:00
Manuel Ebert
7003b3d13a Updated docs from master 2017-03-09 12:09:05 -08:00
Paul Liu
ba34ba2e58 Update iA Writer bundle id (#464) 2017-02-12 21:03:42 -08:00
Manuel Ebert
a7b98f28e1 Update CONTRIBUTING.md 2017-01-04 12:02:53 -08:00
Radomír Bosák
4ba577db33 Fix failing behave tests (#447)
The keyring package broke backward compatibility in version 8.0 by
moving some keyring backends to another package, keyrings.alt, as
documented in the changelog [1].

This change broke behave tests which were trying to use
keyring.backends.file.PlaintextKeyring - no longer existing in keyring
package.

This commit adds the keyrings.alt package as dependency so that the
PlaintextKeyring class can be used.

[1] https://pythonhosted.org/keyring/history.html#id22
2017-01-04 10:24:03 -08:00
Andrew Sauber
b2ddd22e50 add fully functional decryption script to docs (#431) 2016-08-20 17:55:09 +00:00
doozr
cf6bc9c051 Do not crash if subdirs found inside Day One dir (#430) 2016-07-14 14:24:48 -07:00
Andrew Sauber
976a6faaa8 Minor Documentation Fixes (#425)
* Update installation.rst

* minor fixes to encryption.rst

instruct user to set `HISTIGNORE` while maintaining their existing `HISTIGNORE`
minor whitespace change
2016-05-17 10:35:56 -07:00
David Silva
54d36297a8 Change README url to point to actual documentation (#423) 2016-05-06 11:02:53 -07:00
Manuel Ebert
5dccceff78 Don't build 2.6 2015-12-28 21:58:08 -08:00
Manuel Ebert
7f8ebcbca6 Merge pull request #370 from vitorgalvao/patch-1
readme.md: homebrew instructions
2015-12-28 21:54:54 -08:00
Vítor Galvão
4a89f92f97 readme.md: homebrew instructions 2015-07-08 20:40:08 +01:00
Manuel Ebert
7c1d552a35 Merge pull request #325 from nikvdp/master
Correct issue #259, also fix issue with specifying DayOne journals in install
2015-01-11 08:50:24 -08:00
Manuel Ebert
f5f301c519 Merge pull request #310 from dedan/patch-2
fix small typo
2014-12-18 10:37:07 +07:00
Nik V
b99c82f9be Don't die if you specify a directory (DayOne journal) to install 2014-12-11 21:28:04 +08:00
Nik V
ef0227cf89 Fix bug with dayone journals on linux 2014-12-11 21:21:18 +08:00
Manuel Ebert
d0b476187f Merge pull request #321 from seinfield/master
corrects issue #316
2014-12-08 13:39:36 +07:00
seinfield
10235b77ce corrected typo 2014-12-07 03:00:41 -05:00
seinfield
3323db3e2a corrects issue #316 2014-12-07 02:55:49 -05:00
Manuel Ebert
270157010c Icon update! 2014-11-29 18:36:42 +07:00
Stephan Gabler
12d34667fd fix small typo 2014-11-19 14:26:13 +01:00
Manuel Ebert
79eb1bb757 Merge pull request #309 from maebert/tmpfile-fix
Fixes #308
2014-11-17 15:46:45 +01:00
Manuel Ebert
44c74d509c Fixes #308 2014-11-17 15:36:43 +01:00
Manuel Ebert
d216dcdbd2 Merge pull request #305 from pcarranza/debug-flag
Added basic logging feature to understand how is configuration loaded
2014-11-09 10:51:03 +01:00
Pablo Carranza
75eaf275b4 Added exception info to the output when it cannot be loaded 2014-11-06 19:15:11 -05:00
Pablo Carranza
a43cf16395 Added basic logging feature to understand how is configuration loaded 2014-11-06 15:36:03 -05:00
Manuel Ebert
73d9882b64 Travis update 2014-11-06 12:38:57 +01:00
Manuel Ebert
e77037b0f1 github_release plug on setup.py 2014-11-06 12:35:31 +01:00
Manuel Ebert
b45e52f743 Merge pull request #304 from maebert/unicode-fixes
Unicode fixes
2014-11-06 11:33:36 +01:00
Manuel Ebert
474bf0a71a version bump 2014-11-06 11:30:15 +01:00
Manuel Ebert
799ff762b2 Fix for writing non-unicode entries on prompt 2014-11-06 11:30:11 +01:00
Manuel Ebert
43f1166ecf Tests for writing non-unicode entries on prompt 2014-11-06 11:30:06 +01:00
Manuel Ebert
acf41a153a Timezone parsing fix 2014-10-21 18:28:03 +02:00
Manuel Ebert
19c57ecf70 Open journal before writing 2014-10-21 18:28:03 +02:00
Manuel Ebert
94b53b9247 Safer temp file creation 2014-10-21 18:28:03 +02:00
Manuel Ebert
9603f7d3ad Merge pull request #289 from willbarrett/bug/journal-not-found
Handle situation where a specified jounal is not found.
2014-10-20 11:47:55 -07:00
Manuel Ebert
cde55ad540 Merge pull request #294 from jfunction/master
Fixed a bug. --edit now shows [1 entry modified] not [1 entries modified]
2014-10-16 15:22:54 -07:00
jfunction
1013d77173 Fixed a bug whereby editing a single entry resulted in the plural form being used. Now editing one entry results in "[1 entry modified]" 2014-10-15 14:23:03 +02:00
Will Barrett
76881f66e9 Handle situation where a specified jounal is not found. 2014-10-06 16:45:25 -04:00
Manuel Ebert
e6cfeabc17 Installation instructions for homebrew 2014-10-02 10:28:39 -07:00