Releases: Cqoicebordel/webslice-plasmoid
Version 2.5 : Fixes for Plasma 5.26
The popup size on Plasma 5.26 has been fixed by @ilarth. Thanks a bunch !
Also, the empty webslice at startup, when displaying the site directly has been fixed.
I hope the next release will be for KDE6...
Update Spanish and Dutch translations
Translations in Spanish updated, thanks to Facundo Olivera, and Dutch translations updated thanks to Heimen Stoffels. Many thanks to them !!!
Pin the popup
New version adding the possibility to pin open the popup, when the plasmoid shows an icon.
Also added translation in Spanish, thanks to Facundo Olivera, and updated German, thanks to Roland Reck
Update Chinese translation
Update zh_TW translation, thanks to Jeff Huang !!!
Add option for profiles
Before, the Webslice plasmoids were all like private windows in a browser : no data was stored, and each time your machine would reboot, you had to log in again.
So, I added an experimental option to allow the storage of data, and even to be able to change the profile folder name, to allow different logins to the same site at the same time (across multiple Webslices, of course).
This option is experimental because of a bug in Qt. So please read what is written around that option !
Also, updated German translation, thanks to Roland, and a new Dutch translation, thanks to Heimen Stoffels !!!
Bypass SSL errors, and copy link's URL
A small evolution.
First, an option is added to bypass all TLS/SSL/HTTPS errors, and display the site nonetheless. That might help display sites with somewhat dodgy certificates, or auto-signed ones.
Second, and finally, I added a way to copy a link's adresse in the context menu.
Yeah, that's all :)
Small update, to force reload a page
Small update to add a small feature.
Now, if you maintain Ctrl pressed while clicking on "Reload" in the context menu, the cache is bypassed, and the page is forced reloaded. Might be useful in some cases.
New major version !
Due to the deprecation of a lib, I had to rewrite almost the whole thing. But it might not work on older machine, so if it's the case, keep the older one.
This version should work from Kubuntu 19.10 onward. At least for the foreseeable future ;)
New things :
- Open link in default browser in context menu
- Zoom factor setting
- Ability to change the icon when iconified
- Choose the background color
- Scroll to a fixed position (x,y)
- Custom User-Agent
- Show or hide scrollbars
And two experimental features : Shortcuts, and filling the whole space (useful when in a panel).
Thanks to Roland Reck, @MurzNN and @s8321414 for the translations !!!
Note that you may need to install qml-module-qtwebview
or qt5-webview
for it to work.
Special version for Plasma 5.19+
I got a few reports pointing to the fact that in Plasma 5.19, Webslice would crash everything. The cause was somewhat simple, as some QML packages (WebKit) were deprecated.
But, doing the conversion to WebView meant that a few features don't work anymore, notably, the customized context menu, the middle click or ctrl+click to open links in an external browser, or just having the load indicator.
That's why this release is separated from the others.
Eventually, I'll rebuild the whole plasmoid to use WebEngineView, which would allow better extensibility, but that's for the futur.
So, use this only if Webslice crashes for you.
Finale (?) release !
- Fixed the positioning of the Busy Indicator
- Added the possibility to open links in the default browser by middle clicking or ctrl+clicking them