Releases: gitkraken/gk-browser-extension
Releases · gitkraken/gk-browser-extension
v2024.5.905-pre
Call check-in route when popup is opened (#37)
v2024.5.705-pre
Fix issue with refresh token logic The API was updated so that expiresIn can no longer be below 0.
v2024.5.405-pre
Post event when popup is opened (#36)
v2024.5.105-pre
Add source parameter to code suggestion links
v2024.4.2705-pre
Add "Open with GitKraken" link to Focus View PRs (#34)
v2024.4.2605-pre
Have each provider button link to its specific url on gk.dev
v2024.4.2505-pre
Use shared GkDotDevUrl constant instead of defining it in every host …
v2024.4.2005-pre
Cache Focus View data (#30) * Add caching to data fetched in the extension popup * Invalidate focus view cache when a PR link is clicked on
v2024.4.1705-pre
Focus View (GitHub only) (#28) * Load GitHub PR data into Focus View component * Add styling to the Focus View * Add a text input for filtering PRs * Style the user bar * Update permissions banner styling * Sticky the user row to the bottom of the extension * Update signed out + restructure popup html * Update Focus View columns * Add images to Sign In UI * show permission banner in SignedIn and SignedOut components * remove unused import * Fix Firefox bug causing popup to disappear when typing in the filter input * Do not use nested CSS since it is not supported in Firefox ESR
v2024.4.905-pre
Convert popup to React (#27) * move popup code to its own folder * add React * convert signed out content to React * convert signed in content to React * convert Pemissions Request UI * lock dependency versions * unshadow variable names in Popup.tsx