Skip to content

Releases: oae/gnome-shell-pano

v15

05 Mar 18:43
@oae oae
Compare
Choose a tag to compare
v15
Bug Fixes
  • remove timeout from bundle, use non-minified depdendency (181fac2)

v14

05 Mar 17:28
@oae oae
Compare
Choose a tag to compare
v14
Chores
  • optimize data-fns import (0131525)

v13

05 Mar 17:02
@oae oae
Compare
Choose a tag to compare
v13
Build System / Dependencies
  • separate third-party modules (ca4c2ed)

v12

05 Mar 04:03
@oae oae
Compare
Choose a tag to compare
v12
Bug Fixes
  • don't trigger clipboard manager for same content back to back (b5fd39d)

v11

05 Mar 00:29
@oae oae
Compare
Choose a tag to compare
v11
New Features
  • improve style and icons (#133) (0bc4304) thanks to @daudix-UFO
  • add option to open links in default browser (0fe2919)
  • add support for activating items with ctrl + 1-9 keys (8e06e05)
  • add customization for all items (dfba397)
  • expose window operation dbus methods (72066ae)
  • add notification support (3351c09)
  • add favorites support (49fbaf8)
  • add ability to cycle through item types (29f7fbb)
  • add ability to change height (f631f44)
  • add gnome 44 support (d0b2c87)
  • add support for emojis (#56) (0cbf844) thanks to @mepowerleo10
  • locales:
Bug Fixes
  • add translatable title strings (c215239)
  • localize date-fns (9820029)
  • focus on search box when clicking primary and secondary buttons (877ab27)
  • mouse over bg color for fav button (148b28c)
  • add POINTER_HAND to search entry buttons (610a855)
  • use correct pixel format for link images (08767b6)
  • reformart link notification (1ef6bea)
  • add shift + tab cycle to scroll view (e438d10)
  • prevent favorites from being deleted automatically (ad1e95d)
  • keep mutter-11 in XDG_DATA_DIRS. fixes #144 (ac43c48)
  • changed background color and added border to match libadwaita a little bit more (#96) (68cabe7)
  • small update of Occitan (#100) (21b817b)
  • add padding to the link preview placeholder (#112) (d87869a)
  • update shortcut label after changing it. fixes #88 (d7d37e9)
  • filter items correctly if new item added to history (fac7b69)

v10

17 Sep 18:18
@oae oae
Compare
Choose a tag to compare
v10
Chores
  • update package.json with correct license (d727754)
  • update i18n strings (1cc9815)
Documentation Changes
  • update readme with new screenshots (18e2389)
New Features
  • add gnome-shell 43 to supported shell versions. closes #59 (ca85835)
  • add new settings for clearing search entry. closes #77 (f8e3f0e)
  • add left/middle click to toggle pano, right click to open settings. closes #75 (f427244)
  • locales: update german translation (#85) (7961bc3)
Bug Fixes
  • play audio even if it is in clipboard history. fixes #80 (4a121c9)
  • prevent links from getting duplicated. fixes #21 (f40fb94)

v9

12 Sep 10:07
@oae oae
Compare
Choose a tag to compare
v9
Documentation Changes
  • update readme with new screenshots (6f19070)
Bug Fixes
  • remove debounce sourceId's on disable (65218ab)

v8

12 Sep 09:12
@oae oae
Compare
Choose a tag to compare
v8
Documentation Changes
  • add gobject-introspection to build instructions (#70) (4c3ae53)
New Features
  • locales: update French translation (#67) (442d084)
  • add primary selection sync. closes #30 (b57521f)
Bug Fixes
  • change shortcut to global-shortcut, rename offline mode. closes #71 (4472337)

v7

11 Sep 17:04
@oae oae
Compare
Choose a tag to compare
v7
Chores
  • update translation wrap length (58c0cce)
Documentation Changes
New Features
  • add secrets to excluded apps by default (88e0871)
  • locales: add Vietnamese translation (#62) (45080da)
Bug Fixes
  • update db to be compatible with libgda6 (d3313ab)

v6

11 Sep 02:10
@oae oae
Compare
Choose a tag to compare
v6
Chores
New Features
  • add session only mode. (0fd04be)
  • add offline mode. (93641cd)
  • add toggle pano item to panel menu (bd9a5c7)
  • add indicator to top panel. (e317d4c)
  • add incognito mode (af082c1)
  • add watch exclusions settings (942968a)
  • add exclusion support. (e66b0c0)
  • add ability to play sound on copy. (5dba1d6)
  • add ability paste item on select. (6aa3bc0)
  • locales:
Bug Fixes
  • align pano items (6987b44)
  • copy latest item on startup. (c807c87)
  • remove old items from db. (edbd505)
  • show url preview correctly (78776a6)
  • use borders instead of box-shadow. (7997bb8)
  • check if the deleted item is the last focussed one (84671a0)
  • hide pano if focus changes. (c35203d)
  • enable paste on copy and play on copy by default (727ec3c)
  • increase timeout for paste operation (ce85d39)
  • check if uri scheme is correct. (91e400f)
Refactors