Skip to content

Commit

Permalink
chore(master): release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vicwomg committed Feb 8, 2025
1 parent 489d2ef commit 32e8a48
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.10.3"}
{".":"1.11.0"}
18 changes: 18 additions & 0 deletions pikaraoke/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.11.0](https://github.com/vicwomg/pikaraoke/compare/1.10.3...1.11.0) (2025-02-08)


### Features

* add support for adjusting a/v sync ([#489](https://github.com/vicwomg/pikaraoke/issues/489)) ([489d2ef](https://github.com/vicwomg/pikaraoke/commit/489d2ef214b2951bb2373cedca1ee5db3b0277ba))


### Bug Fixes

* high quality video flag state not displaying in info.html ([3bc7719](https://github.com/vicwomg/pikaraoke/commit/3bc7719397902070073256aa9efff7dd989eb1ca))
* installed eventlet python package prevents launch ([99496cd](https://github.com/vicwomg/pikaraoke/commit/99496cdc643530fc45c7e75b5855e31a3d8b80e3))


### Documentation

* PT-BR translation for Pikaraoke ([455c528](https://github.com/vicwomg/pikaraoke/commit/455c528526ebe786d974d62c8249b428d34159b0))

## [1.10.3](https://github.com/vicwomg/pikaraoke/compare/1.10.2...1.10.3) (2025-01-21)


Expand Down
2 changes: 1 addition & 1 deletion pikaraoke/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.10.3" # {x-release-please-version}
__version__ = "1.11.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pikaraoke"
version = "1.10.3"
version = "1.11.0"
description = "Youtube-based Karaoke machine for Raspberry Pi, OSX, Windows, and Linux"
authors = ["Vic Wong"]
readme = "docs/README.md"
Expand Down

0 comments on commit 32e8a48

Please sign in to comment.