Bug 2162413 - CopyQ-6.4.0 - Upstream Release
Summary: CopyQ-6.4.0 - Upstream Release
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: copyq
Version: rawhide
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Gerald Cox
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-01-19 14:10 UTC by Gerald Cox
Modified: 2023-01-29 02:30 UTC (History)
3 users (show)

Fixed In Version: copyq-6.4.0-1.fc38 copyq-6.4.0-1.fc37 copyq-6.4.0-1.fc36
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-01-19 19:03:58 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Gerald Cox 2023-01-19 14:10:36 UTC
6.4.0

Repository: hluk/CopyQ · Tag: v6.4.0 · Commit: af7a2a5 · Released by: hluk
6.4.0
Added

    Items in menu can be additionally filtered using the item notes (#2170).

    Items can be sorted with a custom order via scripting. For example:

    var sel = ItemSelection().selectAll();
    const texts = sel.itemsFormat(mimeText);
    sel.sort(function(i,j){
        return texts[i] < texts[j];
    });

Changed

    More shortcuts and even sequences of shortcuts can be now captured and
    assigned. This uses new QKeySequenceEdit UI widget from Qt framework.

    UI uses the preferred sans-serif system font in the dark theme.

Fixed

    Fixes copying items in order they were selected (#2124).

    Fixes re-selecting the edited item after external editor closes.

    Fixes menu theme (#2139).

    Avoids duplicating items from clipboard in synchronized tabs (#2236).

    macOS: Fixes compatibility with macOS 10.15 (#2103).

    Linux: Fixes synchronizing UTF-encoded text to/from primary selection (#2195)

    Wayland: Avoids showing window after a screen is turned on.

    Wayland: Avoids a rare crash while accessing clipboard data.

    Wayland: Fixes pasting to some XWayland apps (#2234)

    X11: Avoids app freeze when entering search mode (#2171).

    X11: Fixes capturing quickly changing clipboard text (ignores unchanged
    TIMESTAMP).

Comment 1 Fedora Update System 2023-01-19 14:57:27 UTC
FEDORA-2023-b221efb32b has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-b221efb32b

Comment 2 Fedora Update System 2023-01-19 15:07:03 UTC
FEDORA-2023-b0d849ccc5 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-b0d849ccc5

Comment 3 Fedora Update System 2023-01-19 15:10:17 UTC
FEDORA-2023-bfcdbd89d1 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2023-bfcdbd89d1

Comment 4 Fedora Update System 2023-01-19 19:03:58 UTC
FEDORA-2023-b221efb32b has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 5 Fedora Update System 2023-01-21 03:31:38 UTC
FEDORA-2023-b0d849ccc5 has been pushed to the Fedora 37 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-b0d849ccc5`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-b0d849ccc5

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

Comment 6 Fedora Update System 2023-01-21 16:28:58 UTC
FEDORA-2023-bfcdbd89d1 has been pushed to the Fedora 36 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-bfcdbd89d1`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-bfcdbd89d1

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

Comment 7 Fedora Update System 2023-01-29 01:32:10 UTC
FEDORA-2023-b0d849ccc5 has been pushed to the Fedora 37 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 8 Fedora Update System 2023-01-29 02:30:18 UTC
FEDORA-2023-bfcdbd89d1 has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.