Gnome Shell Pano Versions Save

Next-gen Clipboard Manager for Gnome Shell

v12

1 year ago
Bug Fixes
  • don't trigger clipboard manager for same content back to back (b5fd39d5)

v11

1 year ago
New Features
  • improve style and icons (#133) (0bc4304f) thanks to @daudix-UFO
  • add option to open links in default browser (0fe2919b)
  • add support for activating items with ctrl + 1-9 keys (8e06e05d)
  • add customization for all items (dfba3970)
  • expose window operation dbus methods (72066aec)
  • add notification support (3351c09e)
  • add favorites support (49fbaf80)
  • add ability to cycle through item types (29f7fbbd)
  • add ability to change height (f631f449)
  • add gnome 44 support (d0b2c878)
  • add support for emojis (#56) (0cbf8442) thanks to @mepowerleo10
  • locales:
    • add Polish translation (#66) (f8ec538f)
    • add Russian translation (#132) (e15cca0f)
    • add Brazilian Portuguese translation (#131) (de97d783)
    • add Dutch translation (86914642)
    • add translation for several languages (e5216759)
    • update French translation (#92) (85a4ed02)
    • few Arabic translation fixes (#91) (6db6e4c9)
    • update Arabic translation (#83) (0f23c566)
Bug Fixes
  • add translatable title strings (c215239b)
  • localize date-fns (9820029f)
  • focus on search box when clicking primary and secondary buttons (877ab272)
  • mouse over bg color for fav button (148b28cd)
  • add POINTER_HAND to search entry buttons (610a8550)
  • use correct pixel format for link images (08767b61)
  • reformart link notification (1ef6beab)
  • add shift + tab cycle to scroll view (e438d101)
  • prevent favorites from being deleted automatically (ad1e95df)
  • keep mutter-11 in XDG_DATA_DIRS. fixes #144 (ac43c486)
  • changed background color and added border to match libadwaita a little bit more (#96) (68cabe73)
  • small update of Occitan (#100) (21b817b7)
  • add padding to the link preview placeholder (#112) (d87869ae)
  • update shortcut label after changing it. fixes #88 (d7d37e9c)
  • filter items correctly if new item added to history (fac7b695)

v10

1 year ago
Chores
  • update package.json with correct license (d7277543)
  • update i18n strings (1cc98157)
Documentation Changes
  • update readme with new screenshots (18e2389e)
New Features
  • add gnome-shell 43 to supported shell versions. closes #59 (ca858358)
  • add new settings for clearing search entry. closes #77 (f8e3f0ed)
  • add left/middle click to toggle pano, right click to open settings. closes #75 (f4272447)
  • locales: update german translation (#85) (7961bc30)
Bug Fixes
  • play audio even if it is in clipboard history. fixes #80 (4a121c9c)
  • prevent links from getting duplicated. fixes #21 (f40fb948)

v9

1 year ago
Documentation Changes
  • update readme with new screenshots (6f190700)
Bug Fixes
  • remove debounce sourceId's on disable (65218ab1)

v8

1 year ago
Documentation Changes
  • add gobject-introspection to build instructions (#70) (4c3ae531)
New Features
  • locales: update French translation (#67) (442d084d)
  • add primary selection sync. closes #30 (b57521f1)
Bug Fixes
  • change shortcut to global-shortcut, rename offline mode. closes #71 (44723379)

v7

1 year ago
Chores
  • update translation wrap length (58c0cceb)
Documentation Changes
  • update installation instructions (42d53f0c)
  • update readme (898b72c9)
New Features
  • add secrets to excluded apps by default (88e0871a)
  • locales: add Vietnamese translation (#62) (45080daf)
Bug Fixes
  • update db to be compatible with libgda6 (d3313ab7)

v6

1 year ago
Chores
  • update issue templates (4f452125)
New Features
  • add session only mode. (0fd04bef)
  • add offline mode. (93641cd3)
  • add toggle pano item to panel menu (bd9a5c79)
  • add indicator to top panel. (e317d4cb)
  • add incognito mode (af082c1a)
  • add watch exclusions settings (942968a5)
  • add exclusion support. (e66b0c06)
  • add ability to play sound on copy. (5dba1d67)
  • add ability paste item on select. (6aa3bc03)
  • locales:
    • add Croatian translation (273195a4)
    • add Arabic translation (57d40acc)
    • add French translation (9c6c25f0)
Bug Fixes
  • align pano items (6987b448)
  • copy latest item on startup. (c807c87e)
  • remove old items from db. (edbd5058)
  • show url preview correctly (78776a60)
  • use borders instead of box-shadow. (7997bb85)
  • check if the deleted item is the last focussed one (84671a00)
  • hide pano if focus changes. (c35203d3)
  • enable paste on copy and play on copy by default (727ec3c6)
  • increase timeout for paste operation (ce85d395)
  • check if uri scheme is correct. (91e400f7)
Refactors
  • use lightbox as monitor box (2c952908)
  • cleanup preferences (dca98a1b)
  • reformat po files (2cfbef5e)

v5

1 year ago
New Features
  • add Occitan language (#34) (3978ae4f)
Refactors
  • use Gio.File for delete operation (fe1aa48f)

v4

1 year ago
Chores
  • rename gschema xml file. fixes #16 (9986ab47)
Documentation Changes
  • add openSUSE installation instructions (1b55f482)
  • update readme with navigation guide. Closes #13 (ceeab0c5)
  • add feature request template (871fb08b)
  • add issue template (ee8e5043)
New Features
  • add i18n support. fixes #28 (830558df)
Bug Fixes
  • add english locale file (c2342dec)
  • make selection more visible. fixes #12 (b131ad74)
  • workaround libgda6 api change. fixes #7 (7eeba5f3)
  • remove history permanently. closes #25 (813f3592)
  • use monospace fonts for code blocks. fixes #20 (f95b50ce)

v3

1 year ago

Chore

  • Add more logging