Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Jrnl

Collect your thoughts and notes without leaving the command line.
Collective - Host: opensource - https://opencollective.com/jrnl - Code: https://github.com/jrnl-org/jrnl

move some files around because pytest is being weird

github.com/jrnl-org/jrnl - f99411f2f96620ae9683482c769f3d4f39083c8d authored over 3 years ago by Jonathan Wren <[email protected]>
Replace pyflakes with flake8 for linting

github.com/jrnl-org/jrnl - cdad0d62896ff3be496ed4a76e970b9b00334554 authored over 3 years ago by Jonathan Wren <[email protected]>
Move pytest-bdd code into separate files

Now that all the tests are passing, this breaks them up into a few
different files to make every...

github.com/jrnl-org/jrnl - c5a7d7027ced56c2175326ad7b7d8d5ab4086302 authored over 3 years ago by Jonathan Wren <[email protected]>
Force GitHub Actions to preserve line endings

Co-authored-by: Jonathan Wren <[email protected]>

github.com/jrnl-org/jrnl - 54e5e96ad28de4555659352ca8742194269feb4b authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Implement ExitStack to handle mocks in pytest-bdd

- Fix failing DayOne test
- Make format and clean up extraneous comment

Co-authored-by: Jonatha...

github.com/jrnl-org/jrnl - fd349fb0fcdfd356a02065bcc733172b10f9d32c authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Install pytest-bdd (which will eventually replace behave)

- Copy over the current tests from behave into the new directory that
pytest-bdd will use them...

github.com/jrnl-org/jrnl - 1390493a29e734f6507407137da4d4dd0f22a84c authored over 3 years ago by Jonathan Wren <[email protected]>
Cleanup last few tests

- Misc linting issues
- Whitespace cleanup
- Entire test suite is now passing
- Add misc todo it...

github.com/jrnl-org/jrnl - 0c8efd5331b0f9d73bb7cee7b44ddc18d76846cb authored over 3 years ago by Jonathan Wren <[email protected]>
Rewrite config checking steps in pytest-bdd

- Take out old type coersion (it was causing needles complexity)
- Take out `read_value_from_str...

github.com/jrnl-org/jrnl - 5572833652bef5473ee53910d57739839be0c223 authored over 3 years ago by Jonathan Wren <[email protected]>
Implement @skip_win and @skip_editor

Co-authored-by: Jonathan Wren <[email protected]>

github.com/jrnl-org/jrnl - ce64d7973bf7a7e09b3d61593fe392f763b6cbca authored over 3 years ago by Micah Jerome Ellison <[email protected]>
add actual lib directory even though it's in gitignore for some reason

github.com/jrnl-org/jrnl - d95dab9f0c7fa64c08e29118d84c6b0397a47550 authored over 3 years ago by Jonathan Wren <[email protected]>
Clarify and cleanup tests

- Run formatter
- Take out old tags
- Use new steps on tests

Co-authored-by: Micah Jerome Ellis...

github.com/jrnl-org/jrnl - b7b7bad2fbc49bd74674140484683dfb1350e42b authored over 3 years ago by Jonathan Wren <[email protected]>
Implement stream redirection in pytest-bdd

- Take out old steps from format and input tests

Co-authored-by: Micah Jerome Ellison <micah.je...

github.com/jrnl-org/jrnl - 44b1762b7d947ab93ec123e48e50b4392ec04ece authored over 3 years ago by Jonathan Wren <[email protected]>
Fix star and tag feature language and add output should be empty test

Co-authored-by: Jonathan Wren <[email protected]>

github.com/jrnl-org/jrnl - 3d29b6b6a1cf6e35278339d0ef8f39667208da5f authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Implement test to check editor temporary filename

Co-authored-by: Jonathan Wren <[email protected]>

github.com/jrnl-org/jrnl - 512fb63e1f9a84ba6322c0e2888ac95e28f2563b authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Implement directory changing and relative directory test

Co-authored-by: Jonathan Wren <[email protected]>

github.com/jrnl-org/jrnl - 5d4d68fe327159340a81b2c2fffc95c449a7e8db authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Implement step for directory journals

Co-authored-by: Jonathan Wren <[email protected]>

github.com/jrnl-org/jrnl - ef25c50e16087ec4ea0fff2e16b837385743fcd6 authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Implement journal existence check

Co-authored-by: Jonathan Wren <[email protected]>

github.com/jrnl-org/jrnl - 7647755e964ac06e93ae5d48e78876be7df59ecd authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Implement datetime handling in pytest-bdd

- This was awful and convoluted

Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmai...

github.com/jrnl-org/jrnl - 4aabb73847a4bb7a6e56ef7b324c22b15eac3e80 authored over 3 years ago by Jonathan Wren <[email protected]>
Make steps use new config file

Co-authored-by: Micah Jerome Ellison <[email protected]>

github.com/jrnl-org/jrnl - cda07bf8d925653845f930708cc122a0e26b07c8 authored over 3 years ago by Jonathan Wren <[email protected]>
Add new config file (for use in pytest-bdd)

Co-authored-by: Micah Jerome Ellison <[email protected]>

github.com/jrnl-org/jrnl - e19fab0615fafa26a0262145ed0febaffe3db1c0 authored over 3 years ago by Jonathan Wren <[email protected]>
Update tests to use more scenario outlines

Co-authored-by: Micah Jerome Ellison <[email protected]>

github.com/jrnl-org/jrnl - e0980cf39624bec5e379df6296146e5655fabd1e authored over 3 years ago by Jonathan Wren <[email protected]>
Update tests to use new steps

Co-authored-by: Micah Jerome Ellison <[email protected]>

github.com/jrnl-org/jrnl - 8faa3ae32d876163eb3380fb9907ec8564f9f031 authored over 3 years ago by Jonathan Wren <[email protected]>
Implement editor-related steps in pytest-bdd

- Implement mock editor fixture
- Add fixture to keep track of editor state
- Implement various ...

github.com/jrnl-org/jrnl - 3ddfb4d5949eb687605b1b27246a69ba8a7e2ba8 authored over 3 years ago by Jonathan Wren <[email protected]>
Fixing custom template test and skipping some broken tests

Co-authored-by: Jonathan Wren <[email protected]>

github.com/jrnl-org/jrnl - 36dc01bf306f18a5379f4c508172825a342d7c31 authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Update test w/ new steps

Co-authored-by: Jonathan Wren <[email protected]>

github.com/jrnl-org/jrnl - 148d3fdb18f8378bf447052268635a5367de7ec0 authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Fix annoying poetry-generated Windows line endings

Co-authored-by: Jonathan Wren <[email protected]>

github.com/jrnl-org/jrnl - a6a4417eff33a66c18b5545550b2a30851de5c9e authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Install pytest-icdiff and run poetry lock

Co-authored-by: Jonathan Wren <[email protected]>

github.com/jrnl-org/jrnl - 849ed16d67f163a14f210348d0808f8519e10842 authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Fix test failing from lack of whitespace

Co-authored-by: Jonathan Wren <[email protected]>

github.com/jrnl-org/jrnl - 11e0e84dcf5f6f56afbb24a99f7654faa5ff8d33 authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Implement JSON tests and remove "node" nomenclature from tests

Co-authored-by: Jonathan Wren <[email protected]>

github.com/jrnl-org/jrnl - 430182a0a55f0fd5ac6d8a800a71b46346737569 authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - ace6b8004c44a5db66c90f82e1e68015b2b7be8b authored over 3 years ago by Jrnl Bot <[email protected]>
Remove useless shebangs and executable permissions (#1283)

* Remove executable permissions from non-script files

* Remove harmless-but-useless shebang l...

github.com/jrnl-org/jrnl - a9c539821f127c0bda93e35617858e3b73b717fe authored over 3 years ago by Ben Beasley <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - 5e87ff1ce696c5b59fb1389e7e45c20c90047781 authored over 3 years ago by Jrnl Bot <[email protected]>
Ensure that line endings in all py files are Linux style instead of Windows (#1250)

github.com/jrnl-org/jrnl - e84bb603eb66d2dc3e2531ad2b67cb7beba8556f authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Bump black from 21.5b1 to 21.5b2 (#1254)

Bumps [black](https://github.com/psf/black) from 21.5b1 to 21.5b2.
- [Release notes](https://gi...

github.com/jrnl-org/jrnl - 6fc252b2c73f9b9a87a85cc1290f45ba5f156b37 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - 104fa2cacaab6fe32e073a2f4100172dcb902241 authored over 3 years ago by Jrnl Bot <[email protected]>
Bump black from 21.5b0 to 21.5b1 (#1244)

Bumps [black](https://github.com/psf/black) from 21.5b0 to 21.5b1.
- [Release notes](https://gi...

github.com/jrnl-org/jrnl - 17c7f4c648e0427a3508278d04b299f7dfe06a38 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - c6815621df11d5bfd22aab6f0219399aa89ab198 authored over 3 years ago by Jrnl Bot <[email protected]>
Bump black from 20.8b1 to 21.5b0 (#1241)

* Bump black from 20.8b1 to 21.5b0

Bumps [black](https://github.com/psf/black) from 20.8b1 to...

github.com/jrnl-org/jrnl - b38d765759b150e75c3f44b7429e2be59dec097e authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - f99387b3e546225fc48e998a2a3a81067db5e8c8 authored over 3 years ago by Jrnl Bot <[email protected]>
Bump pytest from 6.2.3 to 6.2.4 (#1240)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.3 to 6.2.4.
- [Release notes](htt...

github.com/jrnl-org/jrnl - b66ce460b6bce3ba4ef598333630e86a3acbe5b9 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - 36db809588bcb134d79a25064670d37d8364369b authored over 3 years ago by Jrnl Bot <[email protected]>
Remove `--version` from brew release workflow (#1233)

Homebrew doesn't like explicitly declaring a version for a formula (it
prefers to infer it from...

github.com/jrnl-org/jrnl - 305127137aea11c6a72ae453c238937c00c82b2c authored over 3 years ago by Jonathan Wren <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - e23909881a9420bc25c73622e6d430624956c66c authored over 3 years ago by Jrnl Bot <[email protected]>
Increment version to v2.8.1

github.com/jrnl-org/jrnl - 0e9ae8ee8a9ddf5ae32ec7d24ee6493dbd3dfe92 authored over 3 years ago by Jrnl Bot <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - f13a0b58491b0cf932d184e835cb3802de39f035 authored over 3 years ago by Jrnl Bot <[email protected]>
Increment version to v2.8.1-beta

github.com/jrnl-org/jrnl - a6362a993c35a3facf7ad40618ae14490244f3a1 authored over 3 years ago by Jrnl Bot <[email protected]>
Update index.html (#1229)

github.com/jrnl-org/jrnl - 4c5d59a5bc09becd5ed81f3f940eec75cd4d3571 authored over 3 years ago by Manuel Ebert <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - 192c05ce0d63c4e69e727a52e96e97c631f1b75b authored over 3 years ago by Jrnl Bot <[email protected]>
More graceful handling of low linewrap values (#1219)

* behavior outline

* enforce positive initial linewrap

Check column widths

update gitig...

github.com/jrnl-org/jrnl - dd74b14d76de6c29f1ea37ad239aa3092b7e4d6b authored over 3 years ago by Suhas <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - 1f19bd9f1e505540e5e0acd1808a7aef0cfac775 authored over 3 years ago by Jrnl Bot <[email protected]>
Bump pytest from 6.2.2 to 6.2.3 (#1228)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.2 to 6.2.3.
- [Release notes](htt...

github.com/jrnl-org/jrnl - 202859cea1f4a7f263fd2299848541312f198da3 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - eebadd188aa4a1c37057dd2a281a9aee53dbd065 authored over 3 years ago by Jrnl Bot <[email protected]>
Bump keyring from 23.0.0 to 23.0.1 (#1222)

Bumps [keyring](https://github.com/jaraco/keyring) from 23.0.0 to 23.0.1.
- [Release notes](htt...

github.com/jrnl-org/jrnl - 002a39db2a798ec43e471c871c6af7e7b8081080 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pyflakes from 2.3.0 to 2.3.1 (#1221)

Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 2.3.0 to 2.3.1.
- [Release notes](http...

github.com/jrnl-org/jrnl - 1e7d682df5da4a99a25da4f0327a0219e6af0fd8 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - e76762dd4dfd94bf68050dc27f44f8b13f927a53 authored over 3 years ago by Jrnl Bot <[email protected]>
Bump cryptography from 3.4.6 to 3.4.7 (#1223)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.6 to 3.4.7.
- [Release note...

github.com/jrnl-org/jrnl - 6369026925df0927ff898845b0205f5452bcbe37 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Docs: Add emacs as external editor to recipes (#1220)

Add emacs as external editor to recipes

github.com/jrnl-org/jrnl - b357f935d4f8603ef35fe7361b45bd4691ad3c99 authored over 3 years ago by Mandar Vaze <[email protected]>
Update brew tap for release pipeline

This was left out of a previous commit.

Co-authored-by: Micah Jerome Ellison <micah.jerome.elli...

github.com/jrnl-org/jrnl - 09bcfa2242c4b667986bcf62906eae473884b342 authored over 3 years ago by Jonathan Wren <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - 50c053cf56027302062ceb1ad62cad86c8babc3e authored over 3 years ago by Jrnl Bot <[email protected]>
Increment version to v2.8

github.com/jrnl-org/jrnl - dc95b4c0988a6262a353d9dbbcc01685ce470f3c authored over 3 years ago by Jrnl Bot <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - eb0c694cc83f52c208381f967447ec4700b9f366 authored over 3 years ago by Jrnl Bot <[email protected]>
Change PR steps for brew release

The hub cli tool wasn't working anymore, so we took it out.

Co-authored-by: Micah Jerome Elliso...

github.com/jrnl-org/jrnl - e116a95e34251e4b0963e7b9f6065d44c0de2f54 authored over 3 years ago by Jonathan Wren <[email protected]>
Bump pyflakes from 2.2.0 to 2.3.0 (#1215)

Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 2.2.0 to 2.3.0.
- [Release notes](http...

github.com/jrnl-org/jrnl - f849805a73b3828e5c13819e4ff7424ad231102b authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Changelog generator fixes

There were several problems that this fixes:
- shallow fetch broke merging to release branch
- b...

github.com/jrnl-org/jrnl - 7bacf4a5f0026d271e17b1558153bebfe9a40cde authored over 3 years ago by Jonathan Wren <[email protected]>
Increment version to v2.8-beta

github.com/jrnl-org/jrnl - 1c66ac2da22665ee78e2acdba9970b1578254535 authored over 3 years ago by Jrnl Bot <[email protected]>
Bump keyring from 22.3.0 to 23.0.0 (#1213)

Bumps [keyring](https://github.com/jaraco/keyring) from 22.3.0 to 23.0.0.
- [Release notes](htt...

github.com/jrnl-org/jrnl - 98863bcc23703eaaed9df802f48d2767706f4ebb authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Increment version to v2.7.2-beta

github.com/jrnl-org/jrnl - 1714d1eeef4ac3f366de619b5df95d7966d2839d authored over 3 years ago by Jrnl Bot <[email protected]>
Add --local flag in git config calls

github.com/jrnl-org/jrnl - df151d4dbce2369859a90097801dbd32e902b467 authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Remove global flag from git config

github.com/jrnl-org/jrnl - 66395464132b3f034fc70c3074eb4bf188614dc8 authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Fix broken brew release process (#1211)

* Add homebrew symlink for releases
* Fix indentation problem
* Fix bad env var name
* Change...

github.com/jrnl-org/jrnl - 06e5b4baf61ab4bc2799608a0e419a53cd01e6ea authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - c3ddd7f2bfc20eadf8a3c08f40db65ff2e05ce1d authored over 3 years ago by Jrnl Bot <[email protected]>
Fix bug that prevented --format pretty and --format short from working (#1177)

github.com/jrnl-org/jrnl - a3f4f6b944984fae22d2eab8813caf5765095baf authored over 3 years ago by Suhas <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - b9a6d029e21bb8f97fe7a720329f98ef323b16c8 authored over 3 years ago by Jrnl Bot <[email protected]>
Add pypi links for documentation, issue tracking, and funding (#1204)

github.com/jrnl-org/jrnl - b9cf470871cbe691ce2bc2846a5d1bd7453bb93f authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - 5a44385a542075269daf8a8bcdf06043bb992b63 authored over 3 years ago by Jrnl Bot <[email protected]>
Bump keyring from 22.0.1 to 22.3.0 (#1210)

Bumps [keyring](https://github.com/jaraco/keyring) from 22.0.1 to 22.3.0.
- [Release notes](htt...

github.com/jrnl-org/jrnl - 0560963c63208736cc64e95995bf761987c55b2b authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump asteval from 0.9.22 to 0.9.23 (#1209)

Bumps [asteval](https://github.com/newville/asteval) from 0.9.22 to 0.9.23.
- [Release notes](h...

github.com/jrnl-org/jrnl - 1d222d67d51754a3a3ff78ceef7d304945b45b2d authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Allow runtime configuration overrides from the commandline (#1169)

Add --config-override feature

* add test and argument handler for runtime override of configu...

github.com/jrnl-org/jrnl - 4f79803885c955b1ce9cd908738085476d02b5e2 authored over 3 years ago by Suhas <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - b99cebcee623a52dd1a5e7d66912deb747efff2b authored over 3 years ago by Jrnl Bot <[email protected]>
Increment version to v2.7.1

github.com/jrnl-org/jrnl - 2ac4bab4d5bbe4abc7cfd8ccff8c6609f2bde91b authored over 3 years ago by Jrnl Bot <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - f7c78f63a093fa7fcfa8d357f46f8979ff036314 authored over 3 years ago by Jrnl Bot <[email protected]>
Add per-journal config documentation (#1199)

* update documentation with example config

* make format

* clarify meaning of config

github.com/jrnl-org/jrnl - 67682e7e9347de7026d310f5f84a8586e83648d8 authored over 3 years ago by Suhas <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - e6c0a16342a31bc2fca1e2e865646c27bd43d0b4 authored over 3 years ago by Jrnl Bot <[email protected]>
Increment version to v2.7.1-beta

github.com/jrnl-org/jrnl - 021ec61a8119d69c35596863c7f9cdd6768b18a7 authored over 3 years ago by Jrnl Bot <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - 0e90342b0284acc2dd2d65448ad663ba834647d7 authored over 3 years ago by Jrnl Bot <[email protected]>
Bump cryptography from 3.4.4 to 3.4.6 (#1195)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.4 to 3.4.6.
- [Release note...

github.com/jrnl-org/jrnl - 487b0c44aef68fe0241af433f45acfb446600908 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - 76fd1324091624ed0af74848a534dd9a3034c385 authored over 3 years ago by Jrnl Bot <[email protected]>
Bump asteval from 0.9.21 to 0.9.22 (#1189)

Bumps [asteval](https://github.com/newville/asteval) from 0.9.21 to 0.9.22.
- [Release notes](h...

github.com/jrnl-org/jrnl - 0d61e102c09409137e5c0058e3d40a916de9a46c authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump cryptography from 3.3.1 to 3.4.4 (#1188)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 3.4.4.
- [Release note...

github.com/jrnl-org/jrnl - 3df5c62b5e5d439c0c83b0f97a16f624def32da1 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump yq from 2.11.1 to 2.12.0 (#1186)

Bumps [yq](https://github.com/kislyuk/yq) from 2.11.1 to 2.12.0.
- [Release notes](https://gith...

github.com/jrnl-org/jrnl - 2244672e33bea69dacc3a547671b96028c10f0d0 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix case on documentation tag in issue template

github.com/jrnl-org/jrnl - dc776b171acbdfba2dd554a0b2c163377a0a51c3 authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - 3f3bdbeeda9acf4352b706b0bef5393a33721c02 authored over 3 years ago by Jrnl Bot <[email protected]>
Bump pytz from 2020.5 to 2021.1 (#1174)

Bumps [pytz](https://github.com/stub42/pytz) from 2020.5 to 2021.1.
- [Release notes](https://g...

github.com/jrnl-org/jrnl - 115f790210778d555d2e9950927398eada817ab8 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - eca002ac290c9590e1f507088622663283f5f45a authored over 3 years ago by Jrnl Bot <[email protected]>
Bump keyring from 21.8.0 to 22.0.1 (#1168)

Bumps [keyring](https://github.com/jaraco/keyring) from 21.8.0 to 22.0.1.
- [Release notes](htt...

github.com/jrnl-org/jrnl - 6e28b0b4a124e51212a640d310c4ad1f700335bf authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pytest from 6.2.1 to 6.2.2 (#1167)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.1 to 6.2.2.
- [Release notes](htt...

github.com/jrnl-org/jrnl - fbb40b75f6dd754be2a477a259d4ceba124699ed authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Make journal selection behavior more consistent when there's a colon with no date (#1164)

github.com/jrnl-org/jrnl - ea845a84088a89d9d59605aef80629512557ec14 authored over 3 years ago by Jonathan Wren <[email protected]>
Update changelog [ci skip]

github.com/jrnl-org/jrnl - ac0c49918d1c4ec9ec6639f7ab43f408e3cc6dd3 authored over 3 years ago by Jrnl Bot <[email protected]>
Add brew and gitter badges to README

github.com/jrnl-org/jrnl - bd1c5c3f624b7bcebb23ad91f76218572727a585 authored over 3 years ago by Micah Jerome Ellison <[email protected]>
Support title splitting for fullwidth CJK terminals (#1163)

* Split by fullwidth terminals without spaces.
* Add test
* Update write.feature

github.com/jrnl-org/jrnl - 8a78c349175da90c7c79e3bec81698a6b910b821 authored over 3 years ago by eshrh <[email protected]>