From nobody Sat Jul 24 20:15:09 2021 X-Original-To: python@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0D20412B5BA5 for ; Sat, 24 Jul 2021 20:15:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GXHVP6h3Wz3Pxt for ; Sat, 24 Jul 2021 20:15:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C973216AF4 for ; Sat, 24 Jul 2021 20:15:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 16OKF9VJ031444 for ; Sat, 24 Jul 2021 20:15:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16OKF97Z031443 for python@FreeBSD.org; Sat, 24 Jul 2021 20:15:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 246328] [RESTORE] net-p2p/nicotine-plus: Graphical client for the Soulseek file sharing network Date: Sat, 24 Jul 2021 20:15:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: menelkir@itroll.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: FreeBSD-specific Python issues List-Archive: https://lists.freebsd.org/archives/freebsd-python List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246328 Daniel Menelkir changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #226103|0 |1 is obsolete| | --- Comment #44 from Daniel Menelkir --- Created attachment 226658 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226658&action= =3Dedit v19 Update to 3.1.0 Changes: Added alternative transfer speed limits for downloads and uploads, toggleable with a quick access button in the status bar Added an option to save downloads to subfolders based on the uploader's username Added a dropdown menu in file transfer views to clear various types of = file transfers from the list Added an option to disable reverse file paths in search results and file transfer views Added an option to show private/locked search results and shared files = from SoulseekQt clients Added an option to only allow trusted buddies to access buddy shares Added a context menu item in file transfer views to browse folders of f= ile transfers, similar to search results Added checkboxes to 'Shares' preferences to easily specify whether a sh= ared folder should be buddy-only or not Added a menu item to quickly toggle dark mode/theme, available under Me= nu -> View -> Prefer Dark Mode Added debug logging categories for downloads, uploads and chats Improved GUI accessibility for blind users using screen readers Finished downloads are no longer cleared on disconnect/exit Finished uploads are now restored on startup, unless previously cleared Spam filter plugin now filters phrases in chat rooms in addition to pri= vate chats Command aliases can now run chat commands, e.g. '/alias hello /away' wi= ll create a '/hello' command that runs '/away' Unified preferences related to the GUI, such as colors, icons and tabs, under a single 'User Interface' page A single preference now controls the maximum number of visible search results, instead of two separate preferences Added a basic 'headless' mode to run Nicotine+ without a GUI, available through the --headless command line flag Added the ability to start multiple instances of Nicotine+ when a custom config file is specified with the --config command line flag Added the option to specify a custom user data folder location (used for storing e.g. the list of shared files) with the --user-data command line fl= ag Added plugin notifications for started/finished transfers Various deprecations related to plugins, listed in pluginsystem.py and logged on startup Various performance improvements macOS: minor UX improvements to better align with macOS conventions GNU/Linux and macOS: added an option to enforce a specific network interface, useful for virtual private networks (VPN) Removed 'direct private message' toggle, since the official Soulseek clients do not understand such messages Removed option to rotate tab labels, due to various issues with its implementation Removed support for Ubuntu 16.04 and Python 3.5 Corrections Fixed an issue where file transfers did not reach maximum speeds on slow connections Fixed an issue where incorrect upload speeds were sent to the server Fixed an issue where failed downloads were marked as finished in cases where the download folder is not accessible Fixed an issue where double-clicking treeview column headers activated = the first row Fixed an issue where the 'unread tabs' menu caused a crash if tabs were closed Fixed an issue where adding finished downloads to shared files could re= sult in a crash Fixed an issue where searching a user's share could result in a crash a= fter a refresh Fixed a crash when attempting to show file properties for a user/folder= row Fixed various UPnP port forwarding issues with certain routers Added a workaround for cases where Soulseek NS clients send incorrect f= ile sizes for large files Various GUI-related changes and improvements to reduce the number of inconsistencies macOS: keyboard shortcuts now use the Command key instead of Ctrl Windows: improvements to notifications to prevent duplicate tray icons Windows: fixed an issue where closed windows would appear in window peek Windows: fixed an issue where minimized windows were not displayed when restoring Nicotine+ from tray Issues closed on GitHub Is there a way to exclude a file/directory from a share? + Some feedback (#924) Feature Request: Improve folder folding behavior + Add Collapse/Expand = All (#981) Suggestion: Room wall improvements (#985) Practical: change share from public to buddy and vice versa. (#991) Version 3.0.1 and 3.0.2's Nicotine+.exe detected as a virus by Malwareb= ytes (#1012) Quicker access to speed throttling? (#1031) Copy/Paste keyboard shortcuts broken on Mac (#1342) Don't automatically clear downloads/uploads on quit (#1343) Notifications tray icons aren't removed automatically (#1354) Download to a *username* / subfolder (#1355) Drop official support for Ubuntu 16.04 (#1360) Headless support (#1362) Support for macOS High Sierra (#1366) Prevent Downloads from Displaying in the Debug Logging Window (#1371) Malware detection (#1373) Minimized window app won't show up when called from the system tray (#1= 374) Change close button position on macOS (#1376) Change menu action on macOS (#1377) Limit Buddy Shares to Trusted Buddies (#1382) Critical errors (#1383) Option to disable popup (#1386) Prevent notification balloon crashes on 32-bit Windows (#1393) ", line 127 (#1395) Auto-Size Columns Opens File in Player (#1396) Window Preview Shows Preferences Window (#1397) Crash report (#1398) Windows Defender / Trojan:Win32/Zpevdo.B ...False Positive? (#1401) Nicotine+ encountered a critical error and needs to exit (#1402) Middle-clicking user/share/room does not close it anymore (#1404) problem with access to some users. (#1405) Critical Error on master (#1406) Config error: can't decode 'searches' section 'group_searches' value (#1407) Transfer lists are cleared upon disconnection (#1409) Wishlists aren't being searched (#1410) Every downloaded file remains as "INCOMPLETE[number]Filename" (#1411) Exclamation point in the chat tab bar i have not seen before (#1413) Tried unpacking zip, scanner shows Gen:Variant.Bulz.495404 (#1414) Crash on getting File Properties at user or directory entry level in Download tab (#1415) in Download tab, the Queue Position column is empty (#1416) Windows Defender quarantined nicotine+ because of "Trojan:Win32/Zpevdo.= B" (#1417) Tabs go out off the screen where there are many, they should use several lines instead. (#1420) Search main tab: wish tabs always extra. (#1422) Can't click anything when in fullscreen (#1423) 'GeoIP' object has no attribute 'get_all' (#1426) Finished Downloads Autoclearing (#1427) 'NetworkFrame' object has no attribute 'InterfaceRow' (#1430) Browse Folder via Downloads tab (#1432) Leech detector logs not showing up (#1433) Crash when adding to buddy list from User info tab (#1434) How to access option to close only window (keep sharing files)? (#1435) error (#1436) DownloadQueuedNotification on end of downloaded file (#1438) Shift + Mouse wheel a fall (#1440) Convert organization URL to lowercase (#1441) random crash? (#1442) Crash when closing private Chat tab (#1445) Critical error upon attempted chat (#1446) Incorrectly reported upload speed (#1449) UPnP does not work on this network (Windows) (#1453) select ValueError: too many file descriptors in select() (Windows) (#14= 56) UPnP not working (#1457) --=20 You are receiving this mail because: You are on the CC list for the bug.=