Skip to content

Commit

Permalink
chore(master): release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vicwomg committed Jan 14, 2025
1 parent 30c9d5b commit c9ab8ec
Show file tree
Hide file tree
Showing 4 changed files with 16 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.9.0"}
{".":"1.10.0"}
13 changes: 13 additions & 0 deletions pikaraoke/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.10.0](https://github.com/vicwomg/pikaraoke/compare/1.9.0...1.10.0) (2025-01-14)


### Features

* add placeholder translation files for common languages ([30c9d5b](https://github.com/vicwomg/pikaraoke/commit/30c9d5ba791a577ea7333bec48625f71b2245c7c))
* support for specifying yt-dlp proxy ([e276fbf](https://github.com/vicwomg/pikaraoke/commit/e276fbfe1ae3b7495fe7750bdcb15bd948c7eb72))


### Performance Improvements

* use websocket for player communication ([#466](https://github.com/vicwomg/pikaraoke/issues/466)) ([bbd0360](https://github.com/vicwomg/pikaraoke/commit/bbd036073ef456cdb4e213161cdccea51065b7c5))

## [1.9.0](https://github.com/vicwomg/pikaraoke/compare/1.8.0...1.9.0) (2025-01-08)


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.9.0" # {x-release-please-version}
__version__ = "1.10.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.9.0"
version = "1.10.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 c9ab8ec

Please sign in to comment.