Releases: BagToad/Zendesk-Link-Collector
Releases · BagToad/Zendesk-Link-Collector
v1.4.0
What's Changed
- Update button text for the copy all buttons for attachments and images by @adjn in #71
- Add visual scroll-to comment indicator by @BagToad in #73
- Add generated project structure diagram by @BagToad in #75
- Add example and default link patterns to extension UI and readme by @kyanny in #76
- bump to v1.4.0 by @BagToad in #78
New Contributors
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
New Stuff ✨ 💅
- FEATURE: in-place link pattern editing by @BagToad in #65
- FEATURE: Add new "Images" tab for image attachment types by @BagToad in #55
- FEATURE: Add keyboard shortcuts to copy ticket ID and copy ticket link in markdown by @BagToad in #57
- FEATURE: Add "what's new?" button that links to release notes by @BagToad in #56
- FEATURE: Add option to include date in links by @BagToad in #62
- FEATURE: Add buttons to copy attachments and images to clipboard in markdown format by @BagToad in #67
- FEATURE: new options to include attachments and/or images in markdown summary by @BagToad in #69
- FEATURE: Add home indicator to link tab by @BagToad in #70
Fixes and tweaks 🐛
- Bump github/codeql-action from 2 to 3 by @dependabot in #52
- FIX: Refactor comment sorting order mechanism and markdown summary output order by @BagToad in #53
- FIX: Display version number instead of "What's new?" text by @BagToad in #59
- FIX: Replace var declarations with let or const by @Sukhpreet-s in #61
New Contributors
- @Sukhpreet-s made their first contribution in #61
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
With this release, the core extension logic has been moved to the background (by @BagToad in #48)
- NEW: New option to toggle background processing of ticket data. With background processing enabled, the perceived loading speed is significantly improved because ticket data is loaded as soon as the ticket is visible.
- The extension also will now disable itself when not viewing a Zendesk ticket. When this happens, the extension will appear gray, and the popup will not display when the icon is clicked. The extension is also disabled when in a Zendesk tab that is not viewing a ticket.
- Two new buttons/options are added to the extension's popup UI -
Run in Backgroundtoggle andRefresh:

- NEW: A 🔴 now indicates when a link hit came from a custom field (#41)

Full Changelog: v1.1.0...v1.2.0
v1.1.0
What’s Changed
- FEATURE: Add tooltip hover for links in extension UI by @BagToad in #31
- FEATURE: Add feature to copy configurable summary of links to clipboard in markdown format by @BagToad in #38
- FEATURE: Add tooltips explaining the different fields to options page by @BagToad in #39
- FEATURE: Add copy link to markdown button by @BagToad in #43
- FEATURE: Remove duplicate links (keep the most recent one) by @BagToad in #43
- FEATURE: Search custom fields for link patterns by @BagToad in #45
- BUG: Add Agent Workspace compatibility for scroll-to functionality by @BagToad in #29
- BUG: Add fallback option for “scroll to comment” feature to more consistently scroll to comments across all Zendesk workspace types by @BagToad in #44
- DEV: Reorganize extension source into src and add samples folder by @BagToad in #32
- DEV: Bump actions/checkout from 3 to 4 by @dependabot in #34
- DEV: Split manifests for different browsers, allowing the development of background tasks (custom keybinds and other browser-specific features) by @BagToad in #46
New Contributors
- @dependabot made their first contribution in #34
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
With this update, the extension and the option page has received an interface makeover along with the addition of other features such as being able to bulk import/export link patterns.
- NEW - Add keyboard shortcut to open extension UI by @BagToad in #18
- NEW - Add underline links on hover by @BagToad in #20
- NEW - Add bulk JSON import & export for link patterns by @BagToad in #21
- NEW - Add loader/spinner when extension is working by @BagToad in #25
- NEW - Add option to wrap long links by @BagToad in #26
- NEW - Add not found message when no links match defined patterns or no attachments in ticket by @BagToad in #27
- NEW - Add permanent settings button to extension popup by @BagToad in #28
- FIX - Fix horizontal overflow, and anchor the
LinksandAttachmentstabs by @BagToad in #23 - FIX - Fix HTML tags showing in the links lists when link has child elements. by @BagToad in #24
New Contributors
- @adjn made their first contribution in #15
- @corycalahan made their first contribution in #17
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial release!
All core functionality present:
- Links are aggregated
- Link RegEx patterns are defined in extension options
- Re-order link patterns to change display of links
- Attachments are aggregated
- Can click the magnifying glass to scroll to a link or attachment's location in the ticket