v0.8.0
版本发布时间: 2024-05-01 01:52:20
bitmagnet-io/bitmagnet最新发布版本:v0.9.5(2024-07-17 23:26:34)
Classifier reimplementation
The classifier has been re-implemented and now uses a DSL allowing for full customisation. Several bugs have also been fixed, and a preparatory database migration for search ordering has been added.
The classifier documentation can be found at https://bitmagnet.io/tutorials/classifier.html.
Build reimplementation
The build has been re-implemented using https://github.com/goreleaser/goreleaser, thanks to @KyleSanderson. A number of new platform-specific build artifacts are now available.
Seeders/Leechers bug
There has somehow been a bug present, since day 1, whereby seeders and leechers were being swapped by the DHT crawler! This is fixed in 0.8.x. The first beta included a migration that would fix existing data, but the query just takes too long (for larger indexes), and so it has been removed from the migration.
Until now, no-one noticed - but If you care and would like to fix this in your index, you can run the following query, replacing the time with the time at which you did the 0.8.x upgrade. Be warned, this query may take a while for larger indexes! In time, much of the data will naturally fix itself anyway as the S/L numbers get re-scraped by the crawler when the torrent is re-discovered.
update torrents_torrent_sources set seeders = leechers, leechers = seeders where source = 'dht' and updated_at < '2024-04-30 00:00:00+00';
What's Changed
- Create FUNDING.yml by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/219
- Fix angular cli version by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/220
- Torrent search: Fix for Safari on iOS. by @josteink in https://github.com/bitmagnet-io/bitmagnet/pull/235
- Classifier rewrite by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/213
- Fix slow migration of published_at field by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/240
- Fix slow migration by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/241
- Fix slow migration by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/242
- Keep a default placeholder value for published_at to avoid a breaking change by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/243
- Add an order by updated_at column, as there may be many records with the same published_at by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/244
- Add orphans option to reprocess command by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/245
- Use budgeted count for reprocess by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/246
- Bump golang.org/x/net from 0.20.0 to 0.23.0 by @dependabot in https://github.com/bitmagnet-io/bitmagnet/pull/239
- Bump express from 4.18.2 to 4.19.2 in /webui by @dependabot in https://github.com/bitmagnet-io/bitmagnet/pull/236
- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /webui by @dependabot in https://github.com/bitmagnet-io/bitmagnet/pull/231
- Bump follow-redirects from 1.15.5 to 1.15.6 in /webui by @dependabot in https://github.com/bitmagnet-io/bitmagnet/pull/221
- Bump github.com/jackc/pgx/v5 from 5.5.2 to 5.5.4 by @dependabot in https://github.com/bitmagnet-io/bitmagnet/pull/218
- Add Nix shell and refactor actions by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/249
- Use goreleaser for build process (#212) by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/216
- Upgrade dependencies by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/250
- Don't run GHCR action on main by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/251
- Fix docsite plugin by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/252
New Contributors
- @josteink made their first contribution in https://github.com/bitmagnet-io/bitmagnet/pull/235
- @KyleSanderson made their first contribution in https://github.com/bitmagnet-io/bitmagnet/pull/212
Full Changelog: https://github.com/bitmagnet-io/bitmagnet/compare/v0.7.14...v0.8.0
1、 bitmagnet_0.8.0_checksums.txt 1.76KB
2、 bitmagnet_0.8.0_darwin_arm64.tar.gz 11.97MB
3、 bitmagnet_0.8.0_darwin_x86_64.tar.gz 12.59MB
4、 bitmagnet_0.8.0_freebsd_x86_64.tar.gz 12.25MB
5、 bitmagnet_0.8.0_linux_amd64.apk 12.78MB
6、 bitmagnet_0.8.0_linux_amd64.deb 12.31MB
7、 bitmagnet_0.8.0_linux_amd64.pkg.tar.zst 12.1MB
8、 bitmagnet_0.8.0_linux_amd64.rpm 12.79MB
9、 bitmagnet_0.8.0_linux_arm.tar.gz 11.42MB
10、 bitmagnet_0.8.0_linux_arm64.apk 11.77MB
11、 bitmagnet_0.8.0_linux_arm64.deb 11.39MB
12、 bitmagnet_0.8.0_linux_arm64.pkg.tar.zst 11.07MB
13、 bitmagnet_0.8.0_linux_arm64.rpm 11.76MB
14、 bitmagnet_0.8.0_linux_arm64.tar.gz 11.35MB
15、 bitmagnet_0.8.0_linux_armv6.apk 11.84MB
16、 bitmagnet_0.8.0_linux_armv6.deb 11.44MB
17、 bitmagnet_0.8.0_linux_armv6.rpm 11.85MB
18、 bitmagnet_0.8.0_linux_x86_64.tar.gz 12.26MB
19、 bitmagnet_0.8.0_windows_x86_64.zip 12.61MB