- Notifications
You must be signed in to change notification settings - Fork148
Releases: jesec/flood
Releases · jesec/flood
Release v4.9.3
f33aca4
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Release v4.9.2
ffadb05
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Release v4.9.1
77f8701
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Release v4.9.0
c8b594b
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
What's Changed
- build(deps): bump nanoid from 3.3.7 to 3.3.8 by@dependabot in#833
- Run compaction every
dbclean
interval by@CircuitCoder in#834 - Check if user services is bootstrapped before removing instances by@CircuitCoder in#835
- feat: add filter by filesystem location + bonus tooltip on overflowed filter names by@FinalDoom in#518
- Dark mode fixes by@FinalDoom in#714
New Contributors
- @CircuitCoder made their first contribution in#834
Full Changelog:v4.8.5...v4.9.0
Release v4.8.5
4867480
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
release: 4.8.5 (#832)
What's Changed
- build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 by@dependabot in#816
- fix(qBittorrent): Missing states by@LXGaming in#817
- i18n: new translations by@trim21 in#821
- ci: fix docker-dbg job by@trim21 in#822
- build(deps): bump cross-spawn from 7.0.3 to 7.0.5 by@dependabot in#823
- fix(qBittorrent): API Version state handling by@LXGaming in#826
- fix(rTorrent): prevent extra commas in serialized XML by@kannibalox in#830
- fix(rTorrent): support xmlrpc int type by@trim21 in#829
- build: remove deprecated package
frontmatter-markdown-loader
by@trim21 in#831 - release: 4.8.5 by@trim21 in#832
New Contributors
- @kannibalox made their first contribution in#830
Full Changelog:v4.8.4...v4.8.5
Release v4.8.4
3b52094
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
bump: 4.8.4 (#811)
What's Changed
- fix: add_paused changed to add_stopped in qbit 5 by@whiteout12 in#810
- bump: 4.8.4 by@trim21 in#811
Full Changelog:v4.8.3...v4.8.4
Release v4.8.3
3337ab2
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
support qBittorrent 5.0.0
Assets8
4 people reacted
Release v4.8.2
7cdf1de
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
nothing new, just a new release to for deb files.
Assets10
Release v4.8.1
06d8ee1
This commit was signed with the committer’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Assets8
Release v4.8.0
v4.8.0
This tag was signed with the committer’sverified signature. The key has expired.
bc15f2a
This commit was signed with the committer’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- fix(client): filter empty tags when setting/submitting tags (#715)
- fix(client): modal overflow on mobile (#713)
- fix(server): content-type on responding html (#708)
- fix(client): allows modal to grow when inner width exceeds container (#597)
- fix(client): misc styles (#691)
- fix(server):
@fastify/express
doesn't work with http2 (#705) - fix(client): tracker filter size conditional render logic and react key prop (#702)
- fix: log error trace (#697)
- fix(server): handle number port (#692)
- feat(client): detect magnet and torrent links from clipboard (#690)
- server: remove port requirement, permit running on paths (#680)
- perf: mediainfo router should use async/await to get file info (#656)
- feat: use relative path in mediainfo info (#657)
- TorrentGeneralInfo: drop leading and trailing whitespaces from comment (#674)
- LinkedText: fix torrent comment line break (#667)
- server: rTorrent: manage request queue with p-queue - fix memory leak (#650)
- TransferRateGraph: explicitly declare width and height to 100%
- server: qBittorrent: use POST method for API calls
- server: qBittorrent: log in using POST method (#594)
- server: torrentService: normalize case of hash during torrent lookup
- TorrentListColumns: add "Finished" column (#565)
- styles: sortable-list: disallow selecting text in a list
- client: scripts: development: drop unnecessary browser popup
- MoveTorrentsModal: suggest longest common prefix as path
- server: rTorrent: throw error when file moving fails
- FilesystemBrowser: line break unconditionally for long paths
- TorrentListDropzone: pop up "Add Torrents" modal instead of adding directly
- server: rTorrent: avoid relying on type coercion of RPC value
- server: rTorrent: remove "hasLoadThrow" and fold into "isJSONCapable"
- server: ditch unmaintained "spdy"
- SortableList: switch to clauderic/dnd-kit
- server: drop databases before removing user
- server: switch to @seald/nedb
- server: tests: replace "ts-jest/utils" with "ts-jest"
- TorrentGeneralInfo: display "None" when there is no comment
- LinkedText: drop RegEx incompatible with Safari
- feature: display comment inside .torrent in torrent details (#541)
- TransferRateGraph: fix blank graph in some cases
- TorrentList: fix "a wild 0 appears"
- client: Fix regression introduced in PR#519, fixes#522 (#523)
- sidebar: make filter sections collapsible (#519)
- client: add page title speed display preference
- DownloadRulesTab, FeedsTab: force new component when editing
- server: add shebang to bundled executable
- Dockerfile: use the "npm run build" command
- server: create production build with webpack directly
- server: flatten directory structure a bit
- server: tests: ensure connectivity to client before tests
- server: tests: confirm deletion of torrents before continue
- client: reformat "typings.d.ts", fixupffcc5c8
- server: tests: mock response to torrents fetch
- server: normalize fetching of torrents added with URL
- client: fix webpack devServer port selection
- styles: apply dark theme to TorrentListDropzone
- TorrentFilterStore: simplify and fix scroll to top on filter change
- client: allow multi-select of filters with Ctrl and Shift keys
- server: remove unused history snapshots and make it in-mem only
- TagFilters, TrackerFilters: fix filtering by tag/tracker
- client: remove unnecessary "UIActions" abstraction
- server: Transmission: normalize "unknown" ETA (-2) to infinity (-1) (#432)
Assets8
23 people reacted