mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
bump: 4.8.2 (#746)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## [4.8.2] (May 4, 204)
|
||||
|
||||
nothing new, just a new release to for deb files.
|
||||
|
||||
## [4.8.1] (May 4, 204)
|
||||
|
||||
- feat: new args `--disable-rate-limit` to disable rate limit on api except login (#737)
|
||||
@@ -607,3 +611,4 @@ Other changes:
|
||||
[4.7.0]: https://github.com/jesec/flood/compare/v4.6.1...v4.7.0
|
||||
[4.8.0]: https://github.com/jesec/flood/compare/v4.7.0...v4.8.0
|
||||
[4.8.1]: https://github.com/jesec/flood/compare/v4.8.0...v4.8.1
|
||||
[4.8.2]: https://github.com/jesec/flood/compare/v4.8.1...v4.8.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Maintainer: replace with your name <to-be-determined@tbd>
|
||||
# Contributor: replace with your name <to-be-determined@tbd>
|
||||
_npmname=flood
|
||||
_npmver=4.8.1
|
||||
_npmver=4.8.2
|
||||
pkgname=flood
|
||||
pkgver=$_npmver
|
||||
pkgrel=1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Maintainer: replace-with-your-name <to-be-determined@tbd>
|
||||
# Contributor: replace-with-your-name <to-be-determined@tbd>
|
||||
_npmname=flood
|
||||
_npmver=4.8.1
|
||||
_npmver=4.8.2
|
||||
pkgname=flood
|
||||
pkgver=$_npmver
|
||||
pkgrel=1
|
||||
|
||||
@@ -10,7 +10,7 @@ PACKAGE = "flood"
|
||||
|
||||
RECOMMENDS = ["mediainfo"]
|
||||
|
||||
VERSION = "4.8.1-0"
|
||||
VERSION = "4.8.2-0"
|
||||
|
||||
genrule(
|
||||
name = "flood-pkg-arm64",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
flood (4.8.1-1) UNRELEASED; urgency=low
|
||||
flood (4.8.2-1) UNRELEASED; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "flood",
|
||||
"version": "4.8.1",
|
||||
"version": "4.8.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "flood",
|
||||
"version": "4.8.1",
|
||||
"version": "4.8.2",
|
||||
"bundleDependencies": [
|
||||
"geoip-country"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flood",
|
||||
"version": "4.8.1",
|
||||
"version": "4.8.2",
|
||||
"description": "A modern Web UI for various torrent clients with multi-user and multi-client support",
|
||||
"keywords": [
|
||||
"typescript",
|
||||
|
||||
Reference in New Issue
Block a user