Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 2.95 KB

CHANGELOG.md

File metadata and controls

75 lines (43 loc) · 2.95 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.4] - 2022-10-01

Fixed

  • Fixed the bug that causing break after page title when the selcted format is csv.

Added

  • Added an option to copy only highlighted tabs that user select by using CTRL key.

[0.0.3] - 2022-10-01

Chnaged

  • Changed the title of the project and page description.

Added

  • Now user can choose the output format by going Settings tab. Currently, there five options are avilable: PlainText, CSV, JSON, Markdown, and HTML. User can also give the preference whether they want to include the page title in the output.

  • User settings will be store in the chrome.storage.sync and so it will be automatically sync with chrome browser on which user installed this extension.

  • The copied badge that appear upon clicking on icon/button in the App page will disapper automatically after five seconds.

  • Removed unnecessary permission like Bookmark has been removed from manifest.json.

0.0.2 - 2022-09-29

Added

  • This is an initial working version with the following features.

    • Display all icons corresponding to each page that is currently open on the active browser window. It will not takes chrome pages likes chrome:// or chrome-extension:// into the consideration. The icons appeared on the app as per the corresponding pages open on the browser.

    • Upon clicking an icon, the url corresponds to the page will be copied to your clipboard automatically.

    • Also you will find a Copy To All button to copy all urls that are currently open on your active browser window into your clipboard. Currently we are using a empty line space in between two consecutive url while coping. In the next version we will add an feature so that user can change it as per their requirement.

0.0.1 - 2022-09-29

  • initial release