Update changelog, readme, and version header

This commit is contained in:
contrapunctus 2020-01-13 22:06:42 +05:30
parent 0e98e7b9a2
commit cddff79c47
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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.

View File

@ -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:
;;