-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(overwriting): #8 avoid overwriting existing final gif
- check if file `t-rec.gif` exisits in `$CWD` and generates suffixes until it does not more exists - like `t-rec_2.gif`
- Loading branch information
Showing
2 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# 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). | ||
|
||
## 🎯 [Unreleased] | ||
### Added | ||
- CHANGELOG.md follows now a [new format](https://keepachangelog.com/en/1.0.0/) | ||
- feature to check for `convert` on launch [issue/6] / [pull/7] | ||
- feature to avoid overwriting existing final gif [issue/8] / [pull/X] | ||
|
||
[issue/6]: https://github.com/sassman/t-rec-rs/issues/6 | ||
[issue/8]: https://github.com/sassman/t-rec-rs/issues/8 | ||
[pull/7]: https://github.com/sassman/t-rec-rs/pull/7 | ||
|
||
## [0.1.1] - 2020-10-11 | ||
### Fixed | ||
- Segmentation fault on listing the windows `t-rec -l` [issue/4] | ||
|
||
## [0.1.0] - 2020-10-10 | ||
### Added | ||
- Basic recoding functionality with 4 FPS | ||
- Generating a gif out of n frames of a recording | ||
- CI pipeline as GitHub Actions workflow | ||
|
||
[issue/4]: https://github.com/sassman/t-rec-rs/issues/4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters