Skip to content

Commit

Permalink
[docs] move confirm dialog up in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Jul 21, 2022
1 parent d665f5a commit 69b3308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# 2.9 (2022-04-XX)

- [ux] add confirming modal dialog
- only "y" required to confirm
- add XDG support (thanks @jck for the PR #1420)
- `options.config` default is now `"$XDG_CONFIG_HOME"/visidata/config.py` if `$XDG_CONFIG_HOME` is set and `config.py` exists. If not, falls back to the standard `$HOME/.visidatarc`.
- vendor [appdirs.py](https://github.com/ActiveState/appdirs/blob/master/appdirs.py)
Expand Down Expand Up @@ -36,8 +38,6 @@
- [mouse] invert scroll wheel direction (requested by @marcobra #1351)
- [performance] improvements to plotting of empty canvas, multiline display, and draw-ing functions
- [plugins] notify when plugin update available (thanks @geekscrapy for PR #1355)
- [ux] add confirming modal dialog
- only "y" required to confirm

## Bugfixes

Expand Down

0 comments on commit 69b3308

Please sign in to comment.