Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylittle committed Apr 17, 2023
1 parent 6f42914 commit a342140
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 27 deletions.
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mon Mar 13 23:53:58 UTC 2023
FROM registry.access.redhat.com/ubi8:8.7-1090
# Mon Apr 17 00:21:08 UTC 2023
FROM registry.access.redhat.com/ubi8:8.7-1112
MAINTAINER lmaly@redhat.com
ENV COPYQ_VER=6.4.0
ENV COPYQ_VER=7.0.0
RUN dnf install -y --disableplugin=subscription-manager https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
RUN dnf install -y --enablerepo=rhel-8-for-x86_64-appstream-rpms \
cmake \
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# CopyQ-6.4.0-1.el8 (x86_64)
# CopyQ-7.0.0-1.el8 (x86_64)

## Source

https://github.com/hluk/CopyQ

## Installation

`sudo dnf install -y https://github.com/luckylittle/CopyQ-for-RHEL8/releases/download/6.4.0/CopyQ-6.4.0-1.el8.x86_64.rpm`
`sudo dnf install -y https://github.com/luckylittle/CopyQ-for-RHEL8/releases/download/7.0.0/CopyQ-7.0.0-1.el8.x86_64.rpm`

## Md5 Checksums

```text
2831c6d8820b4db5a8059439c6cec50e CopyQ-6.4.0-1.el8.src.rpm
eb51e786a9b0f14d3243075e1fc70f49 CopyQ-6.4.0-1.el8.x86_64.rpm
83479bf3371ccc4cdacb84483b18b11d CopyQ-7.0.0-1.el8.x86_64.rpm
bb7240f11c53d0891cf56230f3696c56 CopyQ-7.0.0-1.el8.src.rpm
```

## Build
Expand All @@ -32,4 +32,4 @@ lmaly@redhat.com

---

_Last update: Mon Mar 13 23:53:58 UTC 2023_
_Last update: Mon Apr 17 00:21:08 UTC 2023_
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/zsh
# Mon Mar 13 23:53:58 UTC 2023
COPYQ_VER=6.4.0
# Mon Apr 17 00:21:08 UTC 2023
COPYQ_VER=7.0.0
ARCH=x86_64
RELEASEVER=8
# Run the build
Expand Down
28 changes: 11 additions & 17 deletions copyq.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: CopyQ
Version: 6.4.0
Version: 7.0.0
Release: 1%{?dist}
Summary: CopyQ monitors system clipboard and saves its content in customized tabs.
Group: Applications/Multimedia
Expand Down Expand Up @@ -35,24 +35,18 @@ make DESTDIR=$RPM_BUILD_ROOT install
/*

%changelog
* Thu Jan 19 21:14:00 GMT+11 2023 Hulk
* Sun Apr 2 17:49:00 GMT+10 2023 Hulk
Added
* Items in menu can be additionally filtered using the item notes (#2170).
* Items can be sorted with a custom order via scripting.
* Windows installer has an option to install for current user or all users (#1912).

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.
* The preferred format to edit is now "text/plain;charset=utf-8" with "text/plain" as fallback. Additionally, if no such format is available, "text/uri-list" is used.
* Toggle Clipboard Storing menu item uses static text and icon instead of changing these dynamically after each use (#2255).
* Settings integrity is now handled solely by Qt. Previously, additional *.bak files where created for configuration files.
* Commands are no longer migrated to the new format on start. The old command configuration file has been last used in version 3.9.0 (released on 2019-06-27).
* Native notification text length is limited now to avoid slow downs when showing notifications in some desktop environments. The limit is about 100,000 characters and 100 lines.

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).
* Fixes Sort/Reverse Selected Items menu actions (#2267).
* Fixes moving items to a tab in tab bar using drag'n'drop (#1246).
* Fixes possibly buggy window manager frame geometry (#2247).

0 comments on commit a342140

Please sign in to comment.