Releases: aledeg/linkdump
Releases · aledeg/linkdump
Mostly fixes
1.17.0
Add link capture feature
Merge pull request #33 from aledeg/feature/link-capture Add a link capture feature
Add badge on button
The badge shows the link count from the dump.
Add JSON export
Add JSON format Now, it is possible to use the JSON format when exporting the content of the dump. See #28
Minor fix
Add options
- add available format selection option
- add sort entries option
- add deduplicate entries option
Popup update
- Remove Bootstrap dependency
- Change popup behavior
- Misc. fixes
Fix popup redrawing
v1.11 Fix undefined options
Fix link deletion
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