Kutt Extension Versions Save

🔗✂️ Cross-Browser URL Shortener Extension based on Kutt.it

4.3.0-beta.2

2 years ago

Features

  • Fix(#110) in f94479e9a9af9ddd41d5cc85ffcb44bdbd9ff422
  • Allows space in password in (cab383a08142d4da8c6181c8718bd5e9b01d5a10)
  • Other fixes 6e689f274cf15ff058a158988d8f2ffb4fdcae88, 16e65b882ecbe9b7898baa7aa5a7daa31848f640, 84f4af61f0a3f5b1db8398d13cbc39542a9986f1, 12b4875016e62b084bb8d1af28a4056e76d6c635, and changes a3b1e4710b5efba3919cb0fbb2e693f8c63a3564, 991349a8b6ef76377706e06f939e76c02e59fb1e,

4.3.0-beta.1

3 years ago

Features

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

4.2.1

3 years ago

Bug Fixes

  • Persisting loader on invalid target url to shorten (7657a48961428ad38dff642e45a69af20a425401)
  • validation error for options form on hydration (c935ad2521e6bbf003cfcf86884dedcac6ec0ad1)
  • type assertion causing build error (684d0543fd75da3a0357f999075067c8c8783ae9)

4.2.0

3 years ago

Bug Fixes

  • include protocol for the clipboard text, fixes #94 (1f49d929d092d5df9457f66b07d177ed81b81087)
  • reduce size of all icons (1d808e3003d80d802e501a0855c1a80efa3fc4c6)
  • send default host url in the shorten request body, related to https://github.com/thedevs-network/kutt/issues/287 (0910b058fbc87249e349661b6396948c369455db)
  • do not wrap whole body with spinner on shortening, use local state for button spinner (582081bf1246dc5055d56be4d201e89b4736c8a0, 4a89b4a589a204556c2a7e7e2292982f23db8858)

4.1.3

3 years ago

Bug Fixes

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

4.1.2

3 years ago

Bug Fixes

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

4.1.1

3 years ago

Bug Fixes

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

4.1.0

3 years ago

Bug Fixes

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

4.0.0

3 years ago

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 (7c14f2980bdb65a9503681f15d72618165447025)
  • api key validation (0150068e07d0dc5bdf5b5465c8e15aad6294eb86)
  • hide or show password fields (386c304b9d0533537e45449e5bf451402ef8b0a1)
  • use only react hooks with context api (9f7e56872c72b0de26f12f330aa6e1476539bad2, 42f7e3a13a53e543186391f5e38a2d4ab895696c, 6ca3c42800ea5f80087f87b0f534330e183b7193)
  • use tailwindcss with styled-components & sass (e35a081c10b11e3e7a1dcf443c3df0090977bc82)
  • drop wext-manifest, use wext-manifest-loader for manifest.json file (6fb03409fcb78180619280dbf43aec53f7689ab7)
  • remove terser outputted comments along bundles (5eeec4047c98494025fee25719419198db0c41f7)
  • use ts-loader, fixes travis build (49172708eccf3649eeeb836138b3121dc973ed37)
  • drop ts-loader, use babel-loader with typescript & react presets(c68f6c441e17d3bb617ff6bcbc485ea08b48bf7f)
  • fix domain casing issue, transform custom domain to lowercase automatically(9f9ab82f08d595d912185254a81fb51ff8c38a0a)
  • set up auto-migration from v3.x.x to v4.x.x without breaking changes or causing user-experience issues(8a6d5ff05644bf2b745cc5fec556d30893effc1d)
  • show warning if custom kutt instances uses v1 api(1a3c2ab3b98028c67da5dec4df463d6dee87484c)
  • show no protocol of shortened url(a2b9bc10ebffc4d060d5cb8b73fe9860cd74cc04)
  • redesigned ui(ca7787327aec768465fef13b09e9664e731e3d6e)

3.2.2

4 years ago

What Changed?

  • Add v1 API Deprecation notice to Custom Kutt Hosted users