• Joined on 2025-07-20
michael commented on issue thedevs-network/kutt-extension#25 2026-01-19 18:31:58 +00:00
migrate to v2 api for link shortening

@abhijithvijayan commented on GitHub:

Extension from V4.0.0-beta.1 uses v2 api

https://github.com/abhijithvijayan/kutt-extension/releases/tag/4.0.0-beta.1

michael commented on issue thedevs-network/kutt-extension#25 2026-01-19 18:31:58 +00:00
migrate to v2 api for link shortening

@abhijithvijayan commented on GitHub:

The refactored extension will by default use kutt v2 api.

michael commented on issue thedevs-network/kutt-extension#25 2026-01-19 18:31:58 +00:00
migrate to v2 api for link shortening

@abhijithvijayan commented on GitHub:

Check for a 404 error on url shortening, show custom error

michael commented on issue thedevs-network/kutt-extension#25 2026-01-19 18:31:58 +00:00
migrate to v2 api for link shortening

@poeti8 commented on GitHub:

Any news on when it's going to be available? People are emailing me about this.

michael commented on issue thedevs-network/kutt-extension#26 2026-01-19 18:31:58 +00:00
provide seamless migration for existing users to upcoming major version

@abhijithvijayan commented on GitHub:

Migration actions are performed once on popup open(once extension is updated to v4.x.x) if previous keys exist on browser local storage.

The code can…

michael commented on issue thedevs-network/kutt-extension#26 2026-01-19 18:31:58 +00:00
provide seamless migration for existing users to upcoming major version

@abhijithvijayan commented on GitHub:

Current fields in local storage of almost all users

{
	"URL_array": [],
	"host": "https://google.com",
	"key": "this is the api key",
	"pwd":…
michael closed issue thedevs-network/kutt-extension#30 2026-01-19 18:31:58 +00:00
Feature: custom url shortening
michael commented on issue thedevs-network/kutt-extension#28 2026-01-19 18:31:58 +00:00
use yarn 2

@abhijithvijayan commented on GitHub:

yarn v1 is now set to use as default. if local machine has yarn 2.x.x, it will still use v1

Later, when yarn2 resolves many issues, migration can be…

michael commented on issue thedevs-network/kutt-extension#22 2026-01-19 18:31:57 +00:00
[BUG] travis build fails for chrome browser

@abhijithvijayan commented on GitHub:

Screenshot_20200309_191927

michael closed issue thedevs-network/kutt-extension#25 2026-01-19 18:31:57 +00:00
migrate to v2 api for link shortening
michael commented on issue thedevs-network/kutt-extension#21 2026-01-19 18:31:57 +00:00
Use Context API

@abhijithvijayan commented on GitHub:

In PR #90

michael closed issue thedevs-network/kutt-extension#27 2026-01-19 18:31:57 +00:00
useEffect cleanup issue
michael closed issue thedevs-network/kutt-extension#26 2026-01-19 18:31:57 +00:00
provide seamless migration for existing users to upcoming major version
michael commented on issue thedevs-network/kutt-extension#21 2026-01-19 18:31:57 +00:00
Use Context API

@abhijithvijayan commented on GitHub:

Checkout https://github.com/abhijithvijayan/kutt-extension/tree/context

michael opened issue thedevs-network/kutt-extension#22 2026-01-19 18:31:57 +00:00
[BUG] travis build fails for chrome browser
michael opened issue thedevs-network/kutt-extension#23 2026-01-19 18:31:57 +00:00
Custom URL not working.
michael opened issue thedevs-network/kutt-extension#24 2026-01-19 18:31:57 +00:00
ts-loader breaks bundle
michael closed issue thedevs-network/kutt-extension#23 2026-01-19 18:31:57 +00:00
Custom URL not working.
michael closed issue thedevs-network/kutt-extension#22 2026-01-19 18:31:57 +00:00
[BUG] travis build fails for chrome browser
michael commented on issue thedevs-network/kutt-extension#23 2026-01-19 18:31:57 +00:00
Custom URL not working.

@abhijithvijayan commented on GitHub:

It is a feature that is to be released in the major version.

It has been implemented and is a work in progress.