chore(master): release 2.11.1 (#1803)
Some checks failed
Build project and release / Run Release Please action (push) Has been cancelled
Build project and release / Build VueTorrent (vuetorrent-build, ./vuetorrent, build) (push) Has been cancelled
Build project and release / Build VueTorrent (vuetorrent-demo, ./vuetorrent-demo, build-demo) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Build project and release / Push to nightly branch (push) Has been cancelled
Build project and release / Push to demo repo (push) Has been cancelled
Build project and release / Upload release to GitHub (push) Has been cancelled
Build project and release / Push to latest branch (push) Has been cancelled
Build project and release / Push docker mod to GHCR (push) Has been cancelled

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-08-01 19:42:41 +02:00 committed by GitHub
parent 6f80c7d8c4
commit bf0dac2f4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 21 additions and 4 deletions

View file

@ -1 +1 @@
{".":"2.11.0"} {".":"2.11.1"}

View file

@ -1,5 +1,22 @@
# Changelog # Changelog
## [2.11.1](https://github.com/VueTorrent/VueTorrent/compare/v2.11.0...v2.11.1) (2024-08-01)
### Bug Fixes
* Sort values correctly ([#1811](https://github.com/VueTorrent/VueTorrent/issues/1811)) ([17700db](https://github.com/VueTorrent/VueTorrent/commit/17700db5985521787a139fb25db369b39708dac3))
### Improvements
* **Dashboard:** Merge pagination in toolbar on desktop ([#1808](https://github.com/VueTorrent/VueTorrent/issues/1808)) ([6f80c7d](https://github.com/VueTorrent/VueTorrent/commit/6f80c7d8c458eb67906cbc2a67c15ed916e34691))
* Disable copy action if context not secure ([#1802](https://github.com/VueTorrent/VueTorrent/issues/1802)) ([c8faa6a](https://github.com/VueTorrent/VueTorrent/commit/c8faa6adb9f2fe2fcbd1c6bef6c68c293c5bcdc6))
* Display speed limits in graph and navbar ([#1800](https://github.com/VueTorrent/VueTorrent/issues/1800)) ([381953a](https://github.com/VueTorrent/VueTorrent/commit/381953ad4ec72a47a423546bc5c164ec316a357c))
* Increase mobile threshold for initial navbar open status ([#1807](https://github.com/VueTorrent/VueTorrent/issues/1807)) ([8a9673e](https://github.com/VueTorrent/VueTorrent/commit/8a9673eacc32fee5cb143cae9c6c3a36f0f79f54))
* **navbar:** Persist opened state between sessions ([#1815](https://github.com/VueTorrent/VueTorrent/issues/1815)) ([17f9759](https://github.com/VueTorrent/VueTorrent/commit/17f9759bbf9d4fea6f9989f01cdbd45f533ca4b9))
* **trackers:** Switch to table view ([#1813](https://github.com/VueTorrent/VueTorrent/issues/1813)) ([3fd85a1](https://github.com/VueTorrent/VueTorrent/commit/3fd85a1e567c6bdc34f36139486b9c6dfe86ebbd))
## [2.11.0](https://github.com/VueTorrent/VueTorrent/compare/v2.10.2...v2.11.0) (2024-07-21) ## [2.11.0](https://github.com/VueTorrent/VueTorrent/compare/v2.10.2...v2.11.0) (2024-07-21)
### Features ### Features

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "vuetorrent", "name": "vuetorrent",
"version": "2.11.0", "version": "2.11.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "vuetorrent", "name": "vuetorrent",
"version": "2.11.0", "version": "2.11.1",
"dependencies": { "dependencies": {
"@ctrl/tinycolor": "^4.1.0", "@ctrl/tinycolor": "^4.1.0",
"@faker-js/faker": "^8.4.1", "@faker-js/faker": "^8.4.1",

View file

@ -1,7 +1,7 @@
{ {
"name": "vuetorrent", "name": "vuetorrent",
"private": true, "private": true,
"version": "2.11.0", "version": "2.11.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"start": "vite", "start": "vite",