mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[GH-ISSUE #478] History is longer than configured #300
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#300
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MalEbenSo on GitHub (Aug 24, 2021).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/478
I have Clipy configured to keep 10 items.
In German:
Einstellungen… / Allgemein / Zwischenablagenverlauf / Maximale Anzahl 10 Einträge
In English probably:
Settings… / General / Clipboard History / Maximum number 10 items
I am also making use of the beta feature to delete individual items from the history.
(Note: This bug report is imho not a problem of the new feature, but rather exposed by the new feature.)
To reproduce:
I have a history of 10 items and delete one.
Expected:
I see a history of 9 and one empty slot.
Actual:
I see a new entry "out of the blue" appear and fill the empty slot.
I conclude from that, that Clipy actually keeps a history longer than 10.
Beyond the fact that this is "unexpected", it is a potential data security issue, if there is a hidden history, that the user is unaware of.