Skip to content

Commit

Permalink
Bump version to v0.9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Sep 26, 2023
1 parent 8838daf commit e77800c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.9.2.0 (2023-09-26)

* Read configuration from XDG standard directory (#146)

The per-user patat configuration file was `$HOME/.patat.yaml`,
which does not follow the XDG standard. We now support
`$XDG_CONFIG_DIRECTORY/patat/config.yaml` (typically `$XDG_CONFIG_DIRECTORY`
is set to `$HOME/.config`) which is compliant with the standard.

Note that `$HOME/.patat.yaml` is still supported for backward-compatibility,
but anything in `$XDG_CONFIG_DIRECTORY` takes precedence.

* Support filenames in bash completion (#145) (#126)

## 0.9.1.0 (2023-09-25)

* Fall back to forcing UTF-8 if decoding fails (#144) (#127)
Expand Down
2 changes: 1 addition & 1 deletion patat.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: patat
Version: 0.9.1.0
Version: 0.9.2.0
Synopsis: Terminal-based presentations using Pandoc
Description: Terminal-based presentations using Pandoc.
License: GPL-2
Expand Down

0 comments on commit e77800c

Please sign in to comment.