This repository has been archived on 2022-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
sxiv/CHANGELOG.md

41 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2020-01-12 17:37:26 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.4.1] - 2021-05-14
### Fixed
* Use unique buffer name for process output.
2021-04-06 13:40:10 +00:00
## [0.4.0] - 2021-04-06
### Added
* When launching from a text file, open sxiv with the image at point (using `-n`)
2020-08-03 14:31:24 +00:00
## [0.3.3] - 2020-08-03
### Fixed
* Error with selected files in a subdirectory (issue #1)
## [0.3.2] - 2020-05-08
### Fixed
* Workaround for crash in certain cases
2020-03-25 06:14:56 +00:00
## [0.3.1] - 2020-03-25
### Added
* Marking files now works recursively, too.
2020-02-10 12:44:55 +00:00
* Show message when starting sxiv
2020-01-14 04:51:12 +00:00
## [0.3.0] - 2020-01-14
2020-01-13 20:26:53 +00:00
### Added
* Open sxiv at the image at point
2020-01-13 15:19:54 +00:00
## [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
2020-01-13 15:19:54 +00:00
* `package-lint` fixes
2020-01-12 17:37:26 +00:00
## [0.1.0] - 2020-01-12