jrnl

Collect your thoughts and notes without leaving the command line.

GPL-3.0 License

Downloads
5.7K
Stars
6.3K
Committers
102
jrnl - v2.7

Published by wren over 3 years ago

Full Changelog

Implemented enhancements:

  • Add new date format (--format date) for heatmapping #1146 (KarimPwnz)
  • Add new -today-in-history, -month, -day, and -year search filters #1145 (KarimPwnz)
  • Allow custom extensions when editing (for easier syntax highlighting) #1139 (KarimPwnz)

Fixed bugs:

  • Editor can't be launched on Windows when using full path to editor executable #1096
  • Fix OS compatibility issues for editors with spaces, slashes, and quotes #1153 (micahellison)
  • Add delimiters in YAML format #1150 (Seopril)
  • Fix keyring error handling #1138 (KarimPwnz)
  • Notify user when config directory can't be created because there is already a file with the same name #1134 (micahellison)

Build:

  • Fix homebrew release, add options for release pipeline #1154 (wren)
  • Fix changelog generator #1127 (wren)

Documentation:

  • add instructions to add VSCode as an external editor for Windows #1155
  • Clarify editor documentation for PATH variable and VS Code #1160 (micahellison)
  • Emphasize installing dependencies before testing #1148 (gumatias)
  • Clarify installation documentation (#1097) #1137 (Seopril)
  • Fix broken search bar in docs site #1135 (wren)
  • Fix search on docs site #1133 (wren)
  • Add packaging label to changelog generator config #1132 (wren)
  • Fix failing contrast test in accessibility tools on docs site #1126 (wren)

Packaging:

jrnl - v2.6

Published by wren almost 4 years ago

Full Changelog

Implemented enhancements:

  • Add ability to put --edit partly through a cli entry to move it to the editor #1091 (wren)
  • Allow --edit flag partway through an entry #906

Fixed bugs:

  • Check for readline module instead of Windows when initializing autocomplete in install #1104 (micahellison)
  • Directory export crashes in Windows with certain characters - UnicodeEncodeError: 'locale' codec can't encode character #1089
  • Fix Unicode encoding failure in directory export when creating filenames from journal titles with certain characters #1090 (micahellison)
  • Typo fix in output.py: "us" -> "use" #1117 (signal-9)

Build:

  • Add a release workflow for PyPI in CI (Github Actions) #1095 (wren)
  • Add automatic deployment for homebrew releases (and prereleases) #1111 (wren)
  • Add changelog generation workflow to github actions #1086 (wren)
  • Add fix for changelog conditional always returning false #1101 (wren)
  • Change approach for docs workflow to use pa11y-ci #1116 (wren)
  • Changelog fixes #1088 (wren)
  • Fix trigger for changelog #1114 (wren)
  • Make changelog auto exclude stale and wontfix issues #1081 (wren)
  • Migrate to Github Actions from Travis CI #1060
  • More changelog fixes #1092 (wren)
  • Standardize version regex in release pipeline #1124 (wren)
  • Udpate build badge in readme to point at github instead of travis #1094 (wren)
  • Update all dependencies and lock file #1110 (wren)
  • get rid of travis and circle configs (in favor of github actions) #1082 (wren)

Documentation:

  • Add visual header to readme #1085 (wren)
  • Comply with GPL by acknowledging all authors and including license info in each source file #1121 (micahellison)
  • Fix lone closing parenthesis #1118 (maebert)
  • Make docs site (jrnl.sh) fully meet Web Content Accessibility Guidelines (WCAG) 2.1 #1105 (wren)
  • Small accessibility fixes for docs site #1122 (wren)
jrnl - v2.5

Published by micahellison almost 4 years ago

Full Changelog

Implemented enhancements:

  • 🚨 Deprecate Python 3.6 🚨 #992
  • Add support for Python 3.9 #1017
  • Implement arg parsing library #866
  • Rename --export to --format and --export -o to --format --file #814
  • Pull functionality out of util.py #737
  • Support -not for individual @tag in the command line #374
  • Add punctuation more commonly used in Asian languages (ellipsis) to sentence parsing #1044 (felixonmars)
  • Clean up help screen, get rid of util.py #1027 (wren)

Fixed bugs:

  • Extra error when writing empty entry #1048
  • 'Edit on Github' Button in Documentation not working #1039
  • Decrypt jrnl file in dropbox on another machine fails #1019
  • Listing jrnl entries by tag for non default journal seem to not work as expected. #875
  • -and parameter seems to only work for the default journal #520
  • Disable logging by default #1053 (wren)
  • Partial refactor of cli.py (mainly help screen and arg parsing) #991 (wren)

Build:

Updated documentation:

  • Clarify usage output between export and reading sections #344
  • Fix "Edit on GitHub" button on docs site #1043 (matildepark)
  • Correct typos in CONTRIBUTING.md #1040 (felixonmars)
  • Change styling of terminal on docs site, small copy changes #1038 (wren)
  • Documentation updates #1032 (micahellison)
  • Updated advanced.md in docs to reflect all four subkeys under colors … #1023 (DacodaNelson)
  • Update github issue templates to use new diagnostic command #1022 (wren)
jrnl - v2.4.5

Published by micahellison about 4 years ago

Full Changelog

Fixed bugs:

  • Add missing dependency (packaging) #1011 (wren)
jrnl - v2.4.4

Published by micahellison about 4 years ago

Full Changelog

Implemented enhancements:

Fixed bugs:

Build:

Updated documentation:

jrnl -

Published by micahellison about 4 years ago

Full Changelog

Implemented enhancements:

  • Speed up jrnl by 10%, improve slow imports #959 (wotgl)

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:

  • Cleaned up usage.md for clarity, formatting, and grammar. #956 (guydebros)
jrnl -

Published by micahellison about 4 years ago

Full Changelog

Fixed bugs:

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)
jrnl - v2.4.1

Published by wren over 4 years ago

Full Changelog

Fixed bugs:

  • Disable --delete due to critical bug #934 (wren)
jrnl - v2.4

Published by wren over 4 years ago

Full Changelog

Implemented enhancements:

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)
jrnl - v2.3

Published by wren over 4 years ago

Full Changelog

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)
jrnl - v2.2

Published by micahellison over 4 years ago

Full Changelog

Implemented enhancements:

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)
jrnl - v2.1.1

Published by wren almost 5 years ago

Full Changelog

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:

jrnl - v2.1.post2

Published by wren almost 5 years ago

Full Changelog

Fixed bugs:

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:

jrnl - v2.0.1

Published by wren about 5 years ago

Full Changelog

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:

  • Fix references to Sphinx in CONTRIBUTING.md #655 (maebert)
jrnl - v2.0.0

Published by micahellison about 5 years ago

Full Changelog

🚨 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 to journals.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)
jrnl - v1.9.9

Published by wren over 5 years ago

Small bug fixes. This is the last update to any pre-2.0 releases.

jrnl - 1.9.8

Published by maebert over 7 years ago

Fixes several problems on Windows

jrnl - 1.9.7

Published by maebert almost 10 years ago

Changes in Version 1.9:

  • 1.9.7: Fixes writing non-ascii entries on the prompt
  • 1.9.6: Fuzzy time parsing improvements (thanks to @pcarranza)
  • 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
jrnl - 1.9.6

Published by maebert about 10 years ago

  • 1.9.6 Fuzzy time parsing improvements (thanks to @pcarranza)
  • 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
jrnl - 1.9.5

Published by maebert about 10 years ago

  • 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