Releases: wallabag/wallabagger
v1.17.0 - Fetch locally option added
What's Changed
Thanks to @00dani you can now enable the check for already existing page
option on wallabagger without worrying about your privacy (the page URL is not sent as clear text anymore if your wallabag server version is greater than 2.4.0)! 🎉
- Update README.md - Broken tutorial link fix. by @stark1tty in #377
- Pass hashed URL to Wallabag when testing for entry existence, rather than cleartext URL by @00dani in #370
New Contributors
- @stark1tty made their first contribution in #377
- @00dani made their first contribution in #370
Full Changelog: v1.16.0...v1.17.0
v1.16.0 - Fetch locally option added
- d2bc9cf adds an option to fetch locally by default
- layout options categorized
- code cleaning
- translations updated
v1.15.0 - Translations updated
Bump version to v1.15.0
v1.14.0 - Fetch content directly from the browser
Good news folks. Thanks to @agallou, you can save content from any complicated page (with paywall, client side rendering through API).
- Go to the addon's settings
- add the URL of any site not working with wallabag at the moment on the text box labeled by "Retrieve content from the browser (an URL by line)"
- go to the page you want to save
- click on the wallabagger icon
Et voilà ! 🎉
v1.13.1 - Fix archive default status
- bc0413c Avoid unarchive state if ArchiveByDefault not set (existing entries were unarchive by default)
v1.13.0 - Icon for dark theme support
v1.12.0 - Translations updated + quality of life
v1.11.0 - Quality of life
v1.10.2 - Permissions required reduced
In the previous version, we required permission on every url you visit. It was too much (#194) and we fixed it.
2d6646b add 1 japanese translation (Thank you @akked!)
f4fabb2 Extension permission reduced to the used wallabag domain
6a4838b Missing translations displayed with [@TOTRANSLATE] prefix
4ce0f75 update russian translation
3edf67a update japanese translation (Thank you @akked!)
d8e0d1a update german 🇩🇪 translation (Thank you @Strubbl!)
Plus some more cleanup and fixes…
v1.10.1 - Fix API permission
20d06eb fix permission