v0.5.0
The open
command now applies a date field on the journal entry upon creation.
jrnl
Would initialize the entry with:
---
date: Fri Aug 3 2018 09:24:51 -0400 EDT
---
The date will be tagged with the timezone configured by your OS (in my case Eastern Standard Time) with a timezone offset from UTC
for daylight savings time.
Changelog
8750099 Fix parse date test.
896178a Added test coverage of much of main processing.
34d4d81 Extract ParseDate into its own function.
5cc705e Remove local now set from main.
3994eb4 Expose FromCommandName for testing.
c88e51d Expose LongestStringLength method.
7fec6b7 Allow "now" to be initialized external to the main function.
bbae8e6 Add a test command to the readme for other contributors.
50a1237 Have the time coming into the program be local.
f846e9c Update sync run test to include local config/context creation.
d2ce002 Remove file system mocking for open command.
a81e91d Added test coverage of the image command.
3af80cc Added test coverage of find command.
517c372 Fix dereferencing error.
58395a2 Added sync test.
18e1ab4 Fix build path in doc.
8c951fb Added build badge to readme. [skip ci]
e6cc07e User custom image of go on CI server.
a2b3ea0 Add drone file for CI testing.
0fe8f7b Refactor to error handling to the main process.
2ebf6b9 Updated open command to initialize the file with a date.
b7405ad Call common frontmatter unmarshel in tag command.
783407e Added a date property to frontmatter.
0f93794 Rename main file path for nicer binary output.
Automated with GoReleaser
Built with go version go1.10.1 darwin/amd64