Skip to content

Releases: thedevs-network/kutt-extension

Release v4.3.0-beta.2

24 Jun 13:03
Compare
Choose a tag to compare
Release v4.3.0-beta.2 Pre-release
Pre-release

Features

Release 4.3.0-beta.1

21 Jul 18:14
Compare
Choose a tag to compare
Release 4.3.0-beta.1 Pre-release
Pre-release

Features

  • Extension now has a History page for users who have enabled history option in settings(9960668, 1fe218e)
  • History page icon is available in popup header for users who have enabled history option in settings (316ac12)
  • This page fetches 15 latest URLs from API and renders as a Table with QRCode(362b5ee) & Copy to clipboard(24b0abc) buttons

Release 4.2.1

20 Jul 17:37
Compare
Choose a tag to compare

Bug Fixes

  • Persisting loader on invalid target url to shorten (7657a48)
  • validation error for options form on hydration (c935ad2)
  • type assertion causing build error (684d054)

Release 4.2.0

13 Jul 21:41
Compare
Choose a tag to compare

Bug Fixes

Release 4.1.3

10 Jul 08:12
Compare
Choose a tag to compare

Bug Fixes

  • Scaling issue on chrome when qrcode is viewed and then hidden (e6ef7f1)

Release 4.1.2

10 Jul 07:54
Compare
Choose a tag to compare
Release 4.1.2 Pre-release
Pre-release

Bug Fixes

  • Scaling issue on firefox when qrcode is viewed and then hidden (74a1125)

Release 4.1.1

10 Jul 07:14
Compare
Choose a tag to compare

Bug Fixes

  • cursor: text; property auto closing popup on FireFox OSX (related to #91) (ca7387f)

Release 4.1.0

09 Jul 17:08
Compare
Choose a tag to compare

Bug Fixes

  • #91 Issue with popup auto close on Firefox OSX version (18ebdad)
  • api key validation issue on options page (ec02b12)
  • overwhelming icons issues (af0bad2)

Release 4.0.0

08 Jul 17:41
Compare
Choose a tag to compare

BREAKING CHANGES

  • 鈿狅笍 For v4.x.x users only:
    - The v4 of the extension is rewritten from scratch in TypeScript & React. This version completely uses Kutt V2 API.
    • Migrate to Kutt v2 if using custom hosted kutt as soon as possible.
  • Require Node.js >= 10.0.0

Features

  • Written in TypeScript & React
  • Custom short URL Support
  • Individual password for links
  • Multiple Domains Support
  • User Input Validation
  • API Key Validation
  • Easy update of linked domains
  • Seamless migration from v3.x.x

Performance Improvements

  • Better UX
  • Only shorten url on user request with button click
  • Uses React for the UI
  • History Page to be fetched from Kutt API (no local history kept) : WIP
  • Host Specific adaptable UI (Earlier versions had options specifically for Kutt.it)
  • Shows Server returned error status
  • Better custom domain url validation

鈿狅笍 Dropped Features

  • Auto Copy Shortened URL
  • Save url history to localStorage

Bug Fixes & Major Changes

  • optional domain selection (7c14f29)
  • api key validation (0150068)
  • hide or show password fields (386c304)
  • use only react hooks with context api (9f7e568, 42f7e3a, 6ca3c42)
  • use tailwindcss with styled-components & sass (e35a081)
  • drop wext-manifest, use wext-manifest-loader for manifest.json file (6fb0340)
  • remove terser outputted comments along bundles (5eeec40)
  • use ts-loader, fixes travis build (4917270)
  • drop ts-loader, use babel-loader with typescript & react presets(c68f6c4)
  • fix domain casing issue, transform custom domain to lowercase automatically(9f9ab82)
  • set up auto-migration from v3.x.x to v4.x.x without breaking changes or causing user-experience issues(8a6d5ff)
  • show warning if custom kutt instances uses v1 api(1a3c2ab)
  • show no protocol of shortened url(a2b9bc1)
  • redesigned ui(ca77873)

Release 3.2.2

05 Feb 01:23
Compare
Choose a tag to compare

What Changed?

  • Add v1 API Deprecation notice to Custom Kutt Hosted users