Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.18.0 #170

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.18.0](https://github.com/rivenmedia/riven-frontend/compare/v0.17.0...v0.18.0) (2024-12-10)


coderabbitai[bot] marked this conversation as resolved.
Show resolved Hide resolved
### Features

* add all backend settings to the forms ([#184](https://github.com/rivenmedia/riven-frontend/issues/184)) ([634e2a0](https://github.com/rivenmedia/riven-frontend/commit/634e2a01e18602f5243e4956ca168063266648a7))
* add season states to the item details ([#173](https://github.com/rivenmedia/riven-frontend/issues/173)) ([bf69c12](https://github.com/rivenmedia/riven-frontend/commit/bf69c12c1be49cb8ff98043a1494c108fedc108c))
* add upload logs button ([30bb07c](https://github.com/rivenmedia/riven-frontend/commit/30bb07c2fcf420a74b28221963bd49e4092cf699))
coderabbitai[bot] marked this conversation as resolved.
Show resolved Hide resolved
* ranking settings ([#174](https://github.com/rivenmedia/riven-frontend/issues/174)) ([dffdc7b](https://github.com/rivenmedia/riven-frontend/commit/dffdc7b467d1626c2a8c37333103f092ecde31b5))


### Bug Fixes

* improve mapping validation logic ([#180](https://github.com/rivenmedia/riven-frontend/issues/180)) ([3a9c5e1](https://github.com/rivenmedia/riven-frontend/commit/3a9c5e13310893c3dd79349648643f3d4108e437))
* remove deplicate episodes from selection ([#186](https://github.com/rivenmedia/riven-frontend/issues/186)) ([2072cb9](https://github.com/rivenmedia/riven-frontend/commit/2072cb96cd4fb50b16573cd83aeace8d8529caa2))
* svelte-check errors ([f0a50eb](https://github.com/rivenmedia/riven-frontend/commit/f0a50eb2cb1235b5550720933dc98dfcbae8db15))
* svelte-check errors ([29f4ebd](https://github.com/rivenmedia/riven-frontend/commit/29f4ebdd9ba7d363fea14ddc07ed8124a5d409b6))
coderabbitai[bot] marked this conversation as resolved.
Show resolved Hide resolved
* update default state to 'All' and filter valid states in browse logic ([#171](https://github.com/rivenmedia/riven-frontend/issues/171)) ([af4b2fb](https://github.com/rivenmedia/riven-frontend/commit/af4b2fb8dc54f0a8f5f8e176d3b42906d3b704ec))
* update filesize minimum validation and descriptions ([#172](https://github.com/rivenmedia/riven-frontend/issues/172)) ([dd9cf98](https://github.com/rivenmedia/riven-frontend/commit/dd9cf986d0826cfebf443a4f07b5413d429e8d6a))
* update resolution keys in ranking settings to include 'r' prefix ([#181](https://github.com/rivenmedia/riven-frontend/issues/181)) ([efba13e](https://github.com/rivenmedia/riven-frontend/commit/efba13e5bdf32d0ea3e25742110ccc3d199a677b))

## [0.17.0](https://github.com/rivenmedia/riven-frontend/compare/v0.16.3...v0.17.0) (2024-11-03)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.0
0.18.0
Loading