Skip to content

Commit

Permalink
increase version and update changelog and readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
zaytiri committed Oct 9, 2024
1 parent 31a052e commit 1c23045
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed
- Removed

## [1.4.0] - 2024-10-10

### Added
- way to reuse placeholders when using a custom command.
- option to not move converted files to an external folder.

## [1.3.0] - 2024-09-15

### Added
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,10 @@ pip3 --no-cache-dir install havc
| -e || multiple file extensions to find and convert |
| -t || file extension the converted file will have |
| -d || folder's name or an absolute path to the folder which will contain original files |
| -cc || custom handbrake command with placeholders |
| -cc || custom handbrake command with placeholders (now reusable) |
| --safety-question <br/>/<br/> --no-safety-question || enable or disable the safety question |
| --shutdown <br/>/<br/> --no-shutdown || enable or disable shutting down computer when program is done |
| --enable-delete <br/>/<br/> --no-enable-delete || if disabled, original files will not be moved to an external folder. they will stay in the same folder as the converted files |

#### Notes

Expand All @@ -146,6 +147,8 @@ pip3 --no-cache-dir install havc
- The dot '.' before each extension is completely optional.
- Because the program modifies the original files by moving them to another folder, one must be certain the correct folder is being modified so there is a question to make sure the user wants to continue. However, this feature can be disabled to let the program run freely, **_but be warned_**. The default of this value is 'true'.
- Shutting down the computer is disabled, by default.
- Disabling deletion of files, means that original files will remain in the same folder as converted files. This is true by default. Option does not get persisted between runs.


---

Expand Down
2 changes: 1 addition & 1 deletion havc/progsettings.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PROG:
VERSION: 1.3.0
VERSION: 1.4.0

0 comments on commit 1c23045

Please sign in to comment.