Bug 2009446

Summary: CopyQ-5.0.0 - Upstream Release
Product: [Fedora] Fedora Reporter: Gerald Cox <gbcox>
Component: copyqAssignee: Gerald Cox <gbcox>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: gbcox, kde-sig, lholecek
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: copyq-5.0.0-1.fc34 copyq-5.0.0-1.fc35 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-10-09 00:21:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gerald Cox 2021-09-30 16:46:55 UTC
v5.0.0

Repository: hluk/CopyQ · Tag: v5.0.0 · Commit: b37afea · Released by: hluk
Added

    Search matches similar accented characters (#1318). For example, searching
    for "vacsina" would also show items containing "väčšina".

    If the clipboard tab is renamed, clipboard will be still stored in the
    renamed tab. Similarly if a specific tab is set for tray menu. This basically
    modifies clipboard_tab, tray_tab options when renaming tabs.

    New predefined command to clear the current tab.

    Tabs can be reordered in Preferences (in addition to tab bar/tree).

    Tabs can be reordered from command line or a script. For example:

    copyq 'config("tabs", ["&clipboard", "work", "study"])'

    New buttons can move commands, tabs and plugins in configuration to top and
    bottom with a single click. This previously required dragging item to the
    top/bottom or multiple clicks on the move up/down buttons.

    Script function dialog() supports non-editable combo box. For example:

    var choice = dialog('.combo:Select', ['a', 'b', 'c'])

    Script function dialog() restores last position and size of dialog
    windows with matching title (set with .title).

    Syntax highlighting for more script keywords.

    New script class ItemSelection allows more powerful, consistent, safe and
    fast handling of multiple items. Examples:

    // move matching items to the top of the tab

    ItemSelection().select(/^prefix/).move(0)



    // remove all items from given tab but keep pinned items

    ItemSelection(tabName).selectRemovable().removeAll();

Changed

    Simpler lock file mechanism is used instead of a system semaphore and shared
    memory lock (#1737). This allows to support more platforms.

    Editor font from Appearance settings is used for the edit widget in Command
    and Action dialogs (#1757).

    Theme does not modify the scrollbar in item list by default (#1751).

Removed

    Windows: Migrating old configuration from registry to file format is no
    longer supported.

Comment 1 Fedora Update System 2021-09-30 17:37:35 UTC
FEDORA-2021-d46fd04640 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-d46fd04640

Comment 2 Fedora Update System 2021-09-30 17:38:25 UTC
FEDORA-2021-18bf9bdc45 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-18bf9bdc45

Comment 3 Fedora Update System 2021-10-01 01:39:37 UTC
FEDORA-2021-d46fd04640 has been pushed to the Fedora 35 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-d46fd04640`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-d46fd04640

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2021-10-01 02:19:58 UTC
FEDORA-2021-18bf9bdc45 has been pushed to the Fedora 34 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-18bf9bdc45`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-18bf9bdc45

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Fedora Update System 2021-10-09 00:21:41 UTC
FEDORA-2021-18bf9bdc45 has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 6 Fedora Update System 2021-10-29 22:53:28 UTC
FEDORA-2021-d46fd04640 has been pushed to the Fedora 35 stable repository.
If problem still persists, please make note of it in this bug report.