• Joined on 2025-07-20
michael closed issue thedevs-network/kutt-extension#32 2026-01-19 18:31:59 +00:00
Migrate to React with TypeScript
michael commented on issue thedevs-network/kutt-extension#33 2026-01-19 18:31:59 +00:00
[refactor] redesign user interface

@poeti8 commented on GitHub:

In future I'm going to add a ability to allow multiple custom domains for each user. So the extension would need to allow the user to select custom domain.

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 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:

Completed and removed migration code in https://github.com/thedevs-network/kutt-extension/pull/138

michael opened issue thedevs-network/kutt-extension#28 2026-01-19 18:31:58 +00:00
use yarn 2
michael opened issue thedevs-network/kutt-extension#29 2026-01-19 18:31:58 +00:00
[feat] Build fonts locally
michael opened issue thedevs-network/kutt-extension#30 2026-01-19 18:31:58 +00:00
Feature: custom url shortening
michael closed issue thedevs-network/kutt-extension#28 2026-01-19 18:31:58 +00:00
use yarn 2
michael closed issue thedevs-network/kutt-extension#29 2026-01-19 18:31:58 +00:00
[feat] Build fonts locally
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#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#30 2026-01-19 18:31:58 +00:00
Feature: custom url shortening

@abhijithvijayan commented on GitHub:

Available from v4.0.0-beta.1

michael opened issue thedevs-network/kutt-extension#31 2026-01-19 18:31:58 +00:00
Release
michael opened issue thedevs-network/kutt-extension#32 2026-01-19 18:31:58 +00:00
Migrate to React with TypeScript
michael opened issue thedevs-network/kutt-extension#33 2026-01-19 18:31:58 +00:00
[refactor] redesign user interface
michael closed issue thedevs-network/kutt-extension#31 2026-01-19 18:31:58 +00:00
Release
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#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.