Skip to content

Commit

Permalink
release: Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Feb 23, 2024
1 parent ad9a692 commit 6e65dcd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ 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.3](https://github.com/pando85/gearr/tree/v0.1.3) - 2024-02-23

### Added

* Add stale bot

### Build

* Update dependency sass to v1.71.1
* Update dependency react-virtualized-auto-sizer to v1.0.23
* Update dependency @types/node to v20.11.20

### Fixed

* Exclude hevc video codec
* Handle rate equal to zero case
* Correct way of define video profile in ffmpeg
* Update favicon with logo

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

### Build
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.2
PROJECT_VERSION := 0.1.3

.DEFAULT: help
.PHONY: help
Expand Down

0 comments on commit 6e65dcd

Please sign in to comment.