Skip to content

Releases: jrnl-org/jrnl

1.9.6

30 Sep 17:19
Compare
Choose a tag to compare
  • 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

1.9.5

23 Sep 18:41
Compare
Choose a tag to compare
  • 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.9.3

07 Aug 11:32
Compare
Choose a tag to compare
  • 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.9.0

21 Jul 05:53
Compare
Choose a tag to compare

Greatly improves date and time parsing.

jrnl 1.8.6

02 Jul 13:49
Compare
Choose a tag to compare

Changelog since 1.8.4:

  • 1.8.5 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)

jrnl 1.8.4

26 Jun 13:31
Compare
Choose a tag to compare

Changes since 1.8.1:

  • 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)

jrnl 1.8

22 May 21:01
Compare
Choose a tag to compare

From this version on, jrnl officially support Python 3.4 (in addition to 2.6, 2.7 and 3.3).

Export to individual files

18 Jul 07:04
Compare
Choose a tag to compare

You can now export your journal into individual fiels for each entry - and of course this works with markdown, json and text export! The command for exporting changed a bit, so check the readme!

Fixed DayOne integration

15 Jul 11:44
Compare
Choose a tag to compare

Changelog since 1.0.0:

  • [Fixed] Timezone support for DayOne
  • [Fixed] Unicode and Python3 issues resolved.
  • [New] JSON export exports tags as well.
  • [Improved] Nicer error message when there is a syntactical error in your config file.
  • [Improved] Unicode support
  • [Improved] Backwards compatibility with parsedatetime 0.8.7
  • [Improved] Python 2.6 compatibility
  • [Improved] Better utf-8 support
  • [New] Python 3 compatibility
  • [New] Respects the XDG_CONFIG_HOME environment variable for storing your configuration file (Thanks evaryont)
  • [Improved] 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
  • [Fixed] Requires parsedatetime 1.1.2 or newer