Skip to content

Commit

Permalink
release: v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Feb 26, 2024
1 parent 2c5cdb7 commit efe4387
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ 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).

## [v0.1.4](https://github.com/pando85/gearr/tree/v0.1.4) - 2024-02-26

### Added

* Add sonarr integration
* Change encode FFMPEG CRF from 28 to 21
* Add max size flag to sonarr episodes

### Build

* Update dependency @types/react to v18.2.58

### Fixed

* Remove unnecessary colon in log message
* Render short path max 20 chars
* Continue even when MovieFile or MediaInfo is nil

### Refactor

* Add common code to a library

## [v0.1.3](https://github.com/pando85/gearr/tree/v0.1.3) - 2024-02-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GOARCH ?= $(shell $(GO) env GOHOSTARCH)
IMAGE_NAME ?= ghcr.io/pando85/gearr
IMAGE_VERSION ?= latest

PROJECT_VERSION := 0.1.3
PROJECT_VERSION := 0.1.4

.DEFAULT: help
.PHONY: help
Expand Down

0 comments on commit efe4387

Please sign in to comment.