Skip to content

Releases: aledeg/linkdump

Mostly fixes

04 Mar 03:59
Compare
Choose a tag to compare

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

04 Mar 03:42
Compare
Choose a tag to compare
1.17.0

Add link capture feature

21 Oct 11:15
d0abe30
Compare
Choose a tag to compare
Merge pull request #33 from aledeg/feature/link-capture

Add a link capture feature

Add badge on button

03 Dec 18:47
Compare
Choose a tag to compare

The badge shows the link count from the dump.

Add JSON export

07 Nov 18:35
Compare
Choose a tag to compare
Add JSON format

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

See #28

Minor fix

27 Apr 08:41
Compare
Choose a tag to compare
Fix bug on sorting and deduplicating

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

Add options

27 Apr 08:33
Compare
Choose a tag to compare
  • add available format selection option
  • add sort entries option
  • add deduplicate entries option

Popup update

25 Apr 18:27
Compare
Choose a tag to compare
  • Remove Bootstrap dependency
  • Change popup behavior
  • Misc. fixes

Fix popup redrawing

20 Apr 10:24
Compare
Choose a tag to compare
v1.11

Fix undefined options

Fix link deletion

20 Apr 09:29
Compare
Choose a tag to compare
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