Releases: Cqoicebordel/webslice-plasmoid
Updated zh_TW translation
Nothing more than the update of the translation
Popup size and multiple URLs
New release with a few fixes and two big features :
- The possibility to set yourself the size of the popup when the applet is in the button format
- The possibility to add multiple URLs in the context menu to switch easily across websites
I18n : es+pt_BR
New minor version, that adds the translation of Webslice in spanish and Brazil's portuguese, thanks to duodraco !!!
I18n
This version adds a setting to enable or not the reload animation, and the ground work for internationalization, including french translation. Your help is needed for the others languages. Please go to https://www.transifex.com/projects/p/webslice/ and add a translation. You'll see, it's quick !
What is in :
- loading a page
- setting the url in the prefs
- auto reload feature
- auto zoom
- transparent background
- right click menu to manually reload the page
- a way to automatically scroll to a part of a page
- adjust the preferred width (useful to trigger mobile or desktop version of websites)
- inject your own JS in the page
- use as a taskbar plasmoid
- configure from context menu
- choose compact or full layout
- I18n (en+fr)
TODO :
- Display only a part of the page (defined with the id of the block, like the old webslice) (already in, but partially)
- More languages (you can help by going to https://www.transifex.com/projects/p/webslice/)
- ...
BUGS :
- No icons in context menu
Minor changes
A few changes to add a busy indicator when reloading, and changed the time interval to be in seconds instead of minutes.
Be careful, if you have set an auto reload, you may have to configure it again.
Compact and context
This version adds the possibility of choosing compact or full representation of the widget. Allow to have a tiny website or an icon that opens a new panel with the site when clicked.
It adds also the possibility of opening the conf in the context menu.
What is in :
- loading a page
- setting the url in the prefs
- auto reload feature
- auto zoom
- transparent background
- right click menu to manually reload the page
- a way to automatically scroll to a part of a page
- adjust the preferred width (useful to trigger mobile or desktop version of websites)
- inject your own JS in the page
- use as a taskbar plasmoid
- configure from context menu
- Choose compact or full layout
TODO :
- Display only a part of the page (defined with the id of the block, like the old webslice) (already in, but partially)
- I18n
- ...
BUGS :
- No icons in context menu
The big one !
In this version, three new items. First, there is the possibility to change yourself the preferred width of the device. That could be useful to trigger the mobile or the desktop version of pages. It can also fixe bugs on the zoom part. There is also the possibility to inject your own JS. I don't know what the use could be, but it's here. And finally, the possibility to use this plasmoid in the taskbar, and have a tiny web page.
What is in :
- loading a page
- setting the url in the prefs
- auto reload feature
- auto zoom
- transparent background
- right click menu to manually reload the page
- a way to automatically scroll to a part of a page
- adjust the preferred width (useful to trigger mobile or desktop version of websites)
- inject your own JS in the page
- use as a taskbar plasmoid
TODO :
- Display only a part of the page (defined with the id of the block, like the old webslice) (already in, but partially)
- Controls in right click to open the conf
- An option to choose the preferred minimal layout
- I18n
- ...
Scroll into view
This version adds a way to scroll automatically to a part of the page.
You have to define what part of the page in the settings using a JS syntax like "document.getElementById("id")". Every JS statement returning an Element of the page would be valid.
Use with care !
What is in :
- loading a page
- setting the url in the prefs
- auto reload feature
- auto zoom
- transparent background
- right click menu to manually reload the page
- a way to automatically scroll to a part of a page
TODO :
- Display only a part of the page (defined with the id of the block, like the old webslice) (already in, but partially)
- Controls in right click to open the conf
- I18n
- ...
Context menu to reload
This version adds a right click menu to manually reload the page.
What is in :
- loading a page
- setting the url in the prefs
- auto reload feature
- auto zoom
- transparent background
- right click menu to manually reload the page
TODO :
- Display only a part of the page (defined with the id of the block, like the old webslice)
- Controls in right click to open the conf
- I18n
- ...
Transparency
This version adds a button to allow the transparency of the plasmoid. Note that it will appear transparent only if the page has a transparent background or no background at all.
What is in :
- loading a page
- setting the url in the prefs
- auto reload feature
- auto zoom
- transparent background
TODO :
- Display only a part of the page (defined with the id of the block, like the old webslice)
- Controls in right click, to refresh the page manually
- ...