diff --git a/CHANGELOG.md b/CHANGELOG.md index 116dc692..2ac4c88f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ - Merge in temp branches for v2.4 [\#897](https://github.com/jrnl-org/jrnl/pull/897) ([wren](https://github.com/wren)) +**Fixed bugs:** + +- Fix typo in YAML exporter \("stared" -\> "starred"\) [\#907](https://github.com/jrnl-org/jrnl/pull/907) ([MinchinWeb](https://github.com/MinchinWeb)) + +**Build:** + +- Update Poetry requirements for testing latest Python version [\#898](https://github.com/jrnl-org/jrnl/pull/898) ([wren](https://github.com/wren)) + +**Updated documentation:** + +- Update twitter buttons, contribution in footer [\#905](https://github.com/jrnl-org/jrnl/pull/905) ([wren](https://github.com/wren)) +- Change install doc guideline from pip to pipx [\#904](https://github.com/jrnl-org/jrnl/pull/904) ([micahellison](https://github.com/micahellison)) + ## [v2.3.1](https://pypi.org/project/jrnl/v2.3.1/) (2020-03-28) [Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.3...v2.3.1) diff --git a/docs/installation.md b/docs/installation.md index 8bf29bb0..4c80eb0d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -3,16 +3,16 @@ ## Installation On OS X, the easiest way to install *jrnl* is using -[Homebrew](http://brew.sh/) +[Homebrew](http://brew.sh/): ``` sh brew install jrnl ``` -On other platforms, install *jrnl* using pip +On other platforms, install *jrnl* using [Python](https://www.python.org/) 3.6+ and [pipx](https://pipxproject.github.io/pipx/): ``` sh -pip install jrnl +pipx install jrnl ``` The first time you run `jrnl` you will be asked where your journal file diff --git a/docs/theme/index.html b/docs/theme/index.html index 2221e76f..89aa3641 100755 --- a/docs/theme/index.html +++ b/docs/theme/index.html @@ -42,7 +42,7 @@