Build:
- Resolve Travis/Windows/pip issues with upgrade to cryptography 3.0 #1016 (micahellison)
v2.4.5 (2020-07-31)
Fixed bugs:
v2.4.4 (2020-07-25)
Implemented enhancements:
- Add --diagnostic argument #984 (micahellison)
- Add tags to json and xml exporters #975 (eshrh)
- Add extended metadata support for DayOne Classic #928 (MinchinWeb)
Fixed bugs:
- Allow editing of DayOne entries #1001 (minchinweb, micahellison, wren)
- Create journal with absolute path when no path is specified #972 (eshrh)
Build:
- Add unit testing via pytest #987 (micahellison)
- Rename master branch to release #985 (wren)
Updated documentation:
- Fix readme link to submit an issue #1002 (wren)
- Extensive modifications to overview.md #957 (guydebros)
v2.4.3 (2020-06-13)
Implemented enhancements:
Fixed bugs:
- Fix set_keychain errors #964 (eshrh)
- Fix title splitting logic to account for both newlines and periods #958 (eshrh)
- Fix editor config when an argument with a space is used #953 (wren)
- Ask for password before adding entry instead of after #951 (ollybritton)
- Fix duplicate text in multiple tag search #948 (micahellison)
Build:
- Fix for hanging Windows tests on Travis #969 (wren)
- Ensure test data is always checked out with LF line endings #965 (micahellison)
- Clean up templates and issues #954 (wren)
- Update lockbot comment to encourage linking to issue #941 (MinchinWeb)
Updated documentation:
v2.4.2 (2020-05-09)
Fixed bugs:
- Prevent filtered delete from deleting journal #935 (micahellison)
Build:
- Make sure testing cleans up after itself #940 (wren)
- Allow most recent pytz version and update dependencies #937 (micahellison)
- Use gitlab to trigger releases in pipeline #947 (wren)
Updated documentation:
- Change jrnl.sh GitHub new issue link to issue template chooser #936 (micahellison)
- Improve privacy, security, and encryption documentation #896 #925 (micahellison)
v2.4.1 (2020-05-02)
Fixed bugs:
v2.4 (2020-04-25)
Implemented enhancements:
- Update keyring version from "^19.0" to ">19.0, <22.0" #914 (micahellison)
- Allow tzlocal version >1.5 <3.0 instead of >1.5 <2.0 #900 (micahellison)
- Interactive delete #650 (alichtman)
- Upgrade license to GPLv3 #918 (wren, micahellison)
Fixed bugs:
- Fix Python 3.9 incompatibility by updating plistlib #909 (MinchinWeb)
- Ensure exported entries end in a newline for Markdown and YAML exporters #908 (MinchinWeb)
- Fix typo in YAML exporter ("stared" -> "starred") #907 (MinchinWeb)
- Fix for upgrade with missing journal #796 (dbxnr)
Build:
- Update Python versions in pipeline #910 (MinchinWeb)
- Update Poetry requirements for testing latest Python version #898 (wren)
- Update makefile to match pipeline better #919 (wren)
Updated documentation:
- Update the code of conduct #913 (wren)
- Update twitter buttons, contribution in footer #905 (wren)
- Change install doc guideline from pip to pipx #904 (micahellison)
- Update twitter buttons, contribution in footer #905 (wren)
- Clean up readme file #924 (wren)
- Clarify that editing config isn't always destructive #923 (Epskampie)
v2.3 (2020-03-21)
Implemented enhancements:
- Update YAML exporter to handle Dayone format #773 (MinchinWeb)
- Pretty print journal entries (add color) #692 (alichtman)
- Allow journals to be saved into multiple files in a directory structure #485 (notbalanced)
Fixed bugs:
- Listing all entries in DayOne Classic journal throws IndexError #786 (MinchinWeb)
- Add UTC support for failing DayOne tests #785 (MinchinWeb)
Build:
- Stop multiple changelog generators from crashing into each other #845 (wren)
- Don't re-run tests on deployment #839 (wren)
- Put back build lines in Poetry config #838 (wren)
- Restore emoji test #837 (micahellison)
- Fix crashing unicode Travis tests on Windows and fail build if Windows tests fail #836 (micahellison)
- Remove poetry from build system in pyproject config to fix
brew install
#830 (wren) - Fix all skipped tests on Travis Windows builds by preserving newlines #823 (micahellison)
Updated documentation:
- Update url for "beautiful timeline" in export.md #879 (NGenetzky)
- Docs: Fix broken links in recipes.md #854 (lrvl)
- Fix configuration slashes and indentation in advanced usage documentation #852 (aallbrig)
- Fix fish history instructions. #846 (aureooms)
- Update site description #841 (wren)
- Get rid of dumb sex joke #840 (wren)
- Updating/clarifying template explanation #829 (heymajor)
v2.2 (2020-02-01)
Implemented enhancements:
- Full text search (case insensitive) with "-contains" #740 (empireshades)
- Reduce startup time by 55% #719 (maebert)
- Refactor password logic to prevent accidental password leakage #708 (pspeter)
- Password confirmation #706 (pspeter)
Fixed bugs:
- Close temp file before passing it to editor to prevent file locking issues in Windows #792 (micahellison)
- Fix crash while encrypting a journal on first run without saving password #789 (dbxnr)
Build:
- Fix issue where jrnl would always out 'source' for version, fix Poetry config to build and publish properly #820 (wren)
- Unpin poetry #808 (wren)
- Fix all skipped tests on Travis Windows builds by preserving newlines #823 (micahellison)
- Change PyPI auth method in build pipeline #807 (wren)
- Automagically update the changelog you see before your very eyes! #806 (wren)
- Update Black version and lock file to fix builds on develop branch #784 (wren)
- Run black formatter on codebase for standardization #778 (wren)
- Skip Broken Windows Tests #772 (wren)
- Black Formatter #769 (MinchinWeb)
- Update lock file and testing suite for Python 3.8 #765 (wren)
- Fix CI config to only deploy once #761 (wren)
- More Travis-CI Testing #759 (MinchinWeb)
Updated documentation:
- Explain how fish can be configured to exclude jrnl commands from history by default #809 (aureooms)
- Remove merge marker in recipes.md #782 (markphelps)
- Fix merge conflict left-over #767 (thejspr)
- Display header in docs on mobile devices #763 (maebert)
v2.1.1 (2019-11-26)
Implemented enhancements:
Fixed bugs:
- Prevent readline usage on Windows, which was causing Active Python crashes on install #751 (micahellison)
- Exit jrnl if no text entered into editor #744 (alichtman)
- Fix crash when no keyring backend available #699 (pspeter)
- Fix parsing Journals using a little-endian date format #694 (pspeter)
Updated documentation:
- Update developer documentation #752 (micahellison)
- Create templates for issues and pull requests #679 (C0DK)
- Smaller doc fixes #649 (maebert)
- Move to mkdocs #611 (maebert)
v2.1.post2 (2019-11-11)
Fixed bugs:
- Expand paths that use ~ to full path #704 (MinchinWeb)
Build:
- Separate local dev from pipeline releases #684 (wren)
- Update version handling in source and travis deployments #683 (wren)
- Use Poetry for dependency management and deployments #612 (maebert)
Updated documentation:
- Fix typos, spelling #734 (MinchinWeb)
v2.0.1 (2019-09-26)
Implemented enhancements:
- Switch to hashmark Markdown headers on export (Mk II) #639 (MinchinWeb)
- Add '-not' flag for excluding tags from filter #637 (jprof)
- Handle KeyboardInterrupt when installing journal #550 (silenc3r)
Fixed bugs:
Updated documentation:
v2.0.0 (2019-08-24)
🚨 BREAKING CHANGES 🚨
Implemented enhancements:
- Change cryptographic backend from PyCrypto to cryptography.io
- Config now respects XDG conventions and may move accordingly
- Config name changed from
journals.jrnl_name.journal
tojournals.jrnl_name.path
Fixed bugs:
- Confirm that each journal can be parsed during upgrade, and abort upgrade if not #650 (micahellison)
- Escape dates in square brackets #644 (wren)
- Create encrypted journal #641 (gregorybodnar)
- Resolve issues around unreadable dates to allow markdown footnotes and prevent accidental deletion #623 (micahellison)
- Update crypto module #610 #621 (wren)
- Fix issue #584 YAMLLoadWarning #585 (wren)
Deprecated:
- Deprecate Python 2 #624 (micahellison)
- Config now saved as YAML (no more JSON)
Build:
- change pinned label to a super cool emoji ⭐️ #646 (wren)
- Update Travis build badge and restore pypi badges #603 (micahellison)
Updated documentation:
- Mention lack of Day One support and relevant history in readme #608 (micahellison)
- Add a code of conduct file (rather than adding to contributing) #604 (wren)
- Update docs to reflect merging jrnl-plus fork back upstream #601 (micahellison)
- Add instructions for VS Code #544 (emceeaich)
- 1.9.5 Multi-word tags for DayOne Journals
- 1.9.4 Fixed: Order of journal entries in file correct after --edit'ing
- 1.9.3 Fixed: Tags at the beginning of lines
- 1.9.2 Fixed: Tag search ignores email-addresses (thanks to @mjhoffman65)
- 1.9.1 Fixed: Dates in the future can be parsed as well.
- 1.9.0 Improved: Greatly improved date parsing. Also added an
-on
option for filtering
- 1.8.7 Fixed: -from and -to filters are inclusive (thanks to @grplyler)
- 1.8.6 Improved: Tags like @C++ and @OS/2 work, too (thanks to @chaitan94)
- 1.8.5 Fixed: file names when exporting to individual files contain full year (thanks to @jdevera)
- 1.8.4 Improved: using external editors (thanks to @chrissexton)
- 1.8.3 Fixed: export to text files and improves help (thanks to @igniteflow and @mpe)
- 1.8.2 Better integration with environment variables (thanks to @ajaam and @matze)
- 1.8.1 Minor bug fixes
- 1.8.0 Official support for python 3.4
- 1.7.22 Fixed an issue with writing files when exporting entries containing non-ascii characters.
- 1.7.21 jrnl now uses PKCS#7 padding.
- 1.7.20 Minor fixes when parsing DayOne journals
- 1.7.19 Creates full path to journal during installation if it doesn't exist yet
- 1.7.18 Small update to parsing regex
- 1.7.17 Fixes writing new lines between entries
- 1.7.16 Even more unicode fixes!
- 1.7.15 More unicode fixes
- 1.7.14 Fix for trailing whitespaces (eg. when writing markdown code block)
- 1.7.13 Fix for UTF-8 in DayOne journals
- 1.7.12 Fixes a bug where filtering by tags didn't work for DayOne journals
- 1.7.11
-ls
will list all available journals (Thanks @jtan189) - 1.7.10 Supports
-3
as a shortcut for-n 3
and updates to tzlocal 1.1 - 1.7.9 Fix a logic bug so that jrnl -h and jrnl -v are possible even if jrnl not configured yet.
- 1.7.8 Upgrade to parsedatetime 1.2
- 1.7.7 Cleaned up imports, better unicode support
- 1.7.6 Python 3 port for slugify
- 1.7.5 Colorama is only needed on Windows. Smaller fixes
- 1.7.3 Touches temporary files before opening them to allow more external editors.
- 1.7.2 Dateutil added to requirements.
- 1.7.1 Fixes issues with parsing time information in entries.
- 1.7.0 Edit encrypted or DayOne journals with
jrnl --edit
.
- 1.6.6 -v prints the current version, also better strings for windows users. Furthermore, jrnl/jrnl.py moved to jrnl/cli.py
- 1.6.5 Allows composing multi-line entries on the command line or importing files
- 1.6.4 Fixed a bug that caused creating encrypted journals to fail
- 1.6.3 New, pretty, useful documentation!
- 1.6.2 Starring entries now works for plain-text journals too!
- 1.6.1 Attempts to fix broken config files automatically
- 1.6.0 Passwords are now saved in the key-chain. The
password
field in.jrnl_config
is soft-deprecated.
- 1.5.7 The
~
in journal config paths will now expand properly to e.g./Users/maebert
- 1.5.6 Fixed: Fixed a bug where on OS X, the timezone could only be accessed on administrator accounts.
- 1.5.5 Fixed: Detects DayOne journals stored in
~/Library/Mobile Data
as well. - 1.5.4 DayOne journals can now handle tags
- 1.5.3 Fixed: DayOne integration with older DayOne Journals
- 1.5.2 Soft-deprecated
-to
for filtering by time and introduces-until
instead. - 1.5.1 Fixed: Fixed a bug introduced in 1.5.0 that caused the entire journal to be printed after composing an entry
- 1.5.0 Exporting, encrypting and displaying tags now takes your filter options into account. So you could export everything before May 2012:
jrnl -to 'may 2012' --export json
. Or encrypt all entries tagged with@work
into a new journal:jrnl @work --encrypt work_journal.txt
. Or display all tags of posts where Bob is also tagged:jrnl @bob --tags
- 1.4.2 Fixed: Tagging works again
- 1.4.0 Unifies encryption between Python 2 and 3. If you have problems reading encrypted journals afterwards, first decrypt your journal with the old jrnl version (install with
pip install jrnl==1.3.1
, thenjrnl --decrypt
), upgrade jrnl (pip install jrnl --upgrade
) and encrypt it again (jrnl --encrypt
).
- 1.3.2 Everything that is not direct output of jrnl will be written stderr to improve integration
- 1.3.0 Export to multiple files
- 1.3.0 Feature to export to given output file
- 1.2.0 Fixed: Timezone support for DayOne
- 1.1.1 Fixed: Unicode and Python3 issues resolved.
- 1.1.0
- JSON export exports tags as well.
- Nicer error message when there is a syntactical error in your config file.
- Unicode support
-
1.0.5 Backwards compatibility with
parsedatetime
0.8.7 -
1.0.4
- Python 2.6 compatibility
- Better utf-8 support
- Python 3 compatibility
- Respects the
XDG_CONFIG_HOME
environment variable for storing your configuration file (Thanks evaryont)
-
1.0.3
- Removed clint in favour of colorama
- Fixed: Fixed a bug where showing tags failed when no tags are defined.
- Fixed: Improvements to config parsing (Thanks alapolloni)
- Fixed: Fixes readline support on Windows
- Fixed: Smaller fixes and typos
-
1.0.1 (March 12, 2013) Fixed: Requires parsedatetime 1.1.2 or newer
-
1.0.0
- Integrates seamlessly with DayOne
- Each journal can have individual settings
- Fixed: A bug where jrnl would not go into compose mode
- Fixed: A bug where jrnl would not add entries without timestamp
- Fixed: Support for parsedatetime 1.x
- 0.3.2 Converts
\n
to new lines (if using directly on a command line, make sure to wrap your entry with quotes). - 0.3.1
- Supports deleting of last entry.
- Fixed: Fixes a bug where --encrypt or --decrypt without a target file would not work.
- Supports a config option for setting word wrap.
- Supports multiple journal files.
- 0.3.0
- Fixed: Dates such as "May 3" will now be interpreted as being in the past if the current day is at least 28 days in the future
- Fixed: Bug where composed entry is lost when the journal file fails to load
- Changed directory structure and install scripts (removing the necessity to make an alias from
jrnl
tojrnl.py
)
- 0.2.4
- Fixed: Parsing of new lines in journal files and entries
- Adds support for encrypting and decrypting into new files
- 0.2.3
- Adds a
-short
option that will only display the titles of entries (or, when filtering by tags, the context of the tag) - Adds tag export
- Adds coloured highlight of tags (by default, highlights all tags - when filtering by tags, only highlights search tags)
.jrnl_config
will get automatically updated when updating jrnl to a new version
- Adds a
- 0.2.2
- Adds --encrypt and --decrypt to encrypt / decrypt existing journal files
- Adds markdown export (kudos to dedan)
- 0.2.1 Submitted to PyPi.
- 0.2.0
- Encrypts using CBC
- Fixed:
key
has been renamed topassword
in config to avoid confusion. (The key use to encrypt and decrypt a journal is the SHA256-hash of the password.)
- 0.1.1
- Fixed: Removed unnecessary print commands
- Created the documentation
- 0.1.0
- Supports encrypted journals using AES encryption
- Support external editors for composing entries
- 0.0.2
- Filtering by tags and dates
- Fixed: Now using dedicated classes for Journals and entries
- 0.0.1 Composing entries works. That's pretty much it.
* This Changelog was automatically generated by github_changelog_generator