Skip to content

Releases: aledeg/linkdump

Mostly fixes

Choose a tag to compare

@aledeg aledeg released this 04 Mar 03:59

Features

  • Add image capture

Bug fixes

  • Fix capture pop-up color
  • Fix empty title

Misc

  • Change clipboard use
  • Prettify code
  • Update dependencies

1.17.0

Choose a tag to compare

@aledeg aledeg released this 04 Mar 03:42
1.17.0

Add link capture feature

Choose a tag to compare

@aledeg aledeg released this 21 Oct 11:15
d0abe30
Merge pull request #33 from aledeg/feature/link-capture

Add a link capture feature

Add badge on button

Choose a tag to compare

@aledeg aledeg released this 03 Dec 18:47

The badge shows the link count from the dump.

Add JSON export

Choose a tag to compare

@aledeg aledeg released this 07 Nov 18:35
Add JSON format

Now, it is possible to use the JSON format when exporting the content
of the dump.

See #28

Minor fix

Choose a tag to compare

@aledeg aledeg released this 27 Apr 08:41
Fix bug on sorting and deduplicating

Before, those actions were not working when adding a folder of bookmarks.

Add options

Choose a tag to compare

@aledeg aledeg released this 27 Apr 08:33
  • add available format selection option
  • add sort entries option
  • add deduplicate entries option

Popup update

Choose a tag to compare

@aledeg aledeg released this 25 Apr 18:27
  • Remove Bootstrap dependency
  • Change popup behavior
  • Misc. fixes

Fix popup redrawing

Choose a tag to compare

@aledeg aledeg released this 20 Apr 10:24
v1.11

Fix undefined options

Fix link deletion

Choose a tag to compare

@aledeg aledeg released this 20 Apr 09:29
Before, the link deletion action was broken. It didn't remove the
selected link and the refresh was not working properly.
Now, deleting a link is working as expected. In the process, I have
simplified the code by removing DOM element.

See #24