From cddff79c47114360486f6fb33a3e76ef3af656a5 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Mon, 13 Jan 2020 22:06:42 +0530 Subject: [PATCH] Update changelog, readme, and version header --- CHANGELOG.md | 1 + README.md | 2 +- sxiv.el | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e52f168..e8a2ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.0] - 2020-01-13 ### Added * `sxiv-arguments` to hold argument list +* `sxiv-exclude-strings` to exclude files by matching paths ### Fixed * Slow startup/freezing on large directories * `package-lint` fixes diff --git a/README.md b/README.md index 402cf00..78af99a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Run it from a text file containing one file name per line to open the listed fil ## TODO 1. [x] Create user-customizable variable to hold default arguments 2. Start sxiv on the file at point (using `-n ...`) -3. Let user specify paths to be excluded. +3. [x] Let user specify paths to be excluded. 4. Mark files in subdirectories if run recursively (by inserting the subdirectory into the current buffer) 5. Let user edit options (ideally with transient.el) when called with null argument/two prefix arguments 6. When running with a lot of files, sxiv may take some time to start. Signal to the user that it is starting, and let them kill it if they want. diff --git a/sxiv.el b/sxiv.el index fd1fc9e..bb4411a 100644 --- a/sxiv.el +++ b/sxiv.el @@ -5,7 +5,7 @@ ;; Keywords: multimedia ;; Homepage: https://notabug.org/contrapunctus/sxiv.el/src/master/sxiv.el ;; Package-Requires: ((dash "2.16.0") (emacs "25.1")) -;; Version: 0.1.0 +;; Version: 0.2.0 ;;; Commentary: ;;