Releases: RolandTi/shaarli-stack
Releases · RolandTi/shaarli-stack
Stack 0.10
Stack 0.9
What's Changed
- Improve screen reader accessibility for linklist paging: by @Flameborn in #8
- Set tags to wrap by @triplingual in #11
New Contributors
- @triplingual made their first contribution in #11
Full Changelog: 0.8...0.9
Stack 0.8
Thanks everyone for your contribution :-)
What's Changed
- Accessibility : Improve Filters button accessibility for screen reader users by @Flameborn in #7
- UI Polish : Private Shaare switch turn to red when checked
- UI Polish : Prettier renamer
input
tag in taglist - Design : Display link URL on small view if only one link is displayed
New Contributors
- @Flameborn made their first contribution in #7
Stack 0.7
Hello,
this is a minor release, thanks to @raphaelbastide & @waschinski
for their contributions.
What's Changed
- Using url value instead of real_url for display by @waschinski in #4
- Update stack.css (more css variables) by @raphaelbastide in #6
New Contributors
- @waschinski made their first contribution in #4
- @raphaelbastide made their first contribution in #6
Full Changelog: 0.6...0.7
Stack 0.6
Hello !
Here is the 0.6 of Stack.
Bugfixes
Readitlater
plugin is now supported- Qrcode display has been fixed
- The filter bar is kept open if a filter is active, thanks to css
has()
. The function is coming soon to Firefox - Responsive .svg favicon
- Many littles display improvements
So whats new ?
I've been looking how Shaarli-Material use the config.json.php
, to add options for Stack.
- You can choose the default view (small/medium/large). The user will still be free to set & save a different one.
- Hide the Daily tab.
- Add a direct link to make a note (and save one clic!)
How does it work ?
Options are stored in data/config.json.php
,
so you need to add one of theses lines to customize Stack display:
"config": {
"STACK_HIDE_DAILY": true,
"STACK_SHOW_NOTE": true,
"STACK_DEFAULT_UI": "small" // small, medium or large
},
Your data/config.json.php
should look like :
// …
"resource": {
"data_dir": "data",
"config": "data/config.php",
"datastore": "data/datastore.php",
"ban_file": "data/ipbans.php",
"updates": "data/updates.txt",
"log": "data/log.txt",
"update_check": "data/lastupdatecheck.txt",
"history": "data/history.php",
"raintpl_tpl": "tpl/",
"theme": "stack",
"raintpl_tmp": "tmp/",
"thumbnails_cache": "cache",
"page_cache": "pagecache"
},
"config": {
"STACK_HIDE_DAILY": true,
"STACK_SHOW_NOTE": true,
"STACK_DEFAULT_UI": "small"
},
//…
Thanks !
Stack 0.5
Stack 0.4.1
This release fix somes UI glitches.
- Forms input are now less agressive.
- User interface displays options are now only on linklist.
/!\ I updated the 0.4 release with a bugfix