Skip to content

Releases: RolandTi/shaarli-stack

Stack 0.10

10 Dec 08:59
Compare
Choose a tag to compare

What's new ?

  • Small update to match Shaarli 0.14

Stack 0.9

04 Nov 11:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8...0.9

Stack 0.8

02 Apr 15:11
Compare
Choose a tag to compare

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

Stack 0.7

12 Feb 12:33
263ef13
Compare
Choose a tag to compare

Hello,
this is a minor release, thanks to @raphaelbastide & @waschinski
for their contributions.

What's Changed

New Contributors

Full Changelog: 0.6...0.7

Stack 0.6

24 Nov 12:47
Compare
Choose a tag to compare

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!)
Stack screenshot

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

23 Nov 08:16
Compare
Choose a tag to compare

Stack is now compatible with Shaarli-v0.13.0.

Stack 0.4.1

21 Nov 09:20
Compare
Choose a tag to compare

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

Stack 0.3

24 Mar 13:37
Compare
Choose a tag to compare

This update improves the UI.

Stack 0.2

22 Mar 12:29
Compare
Choose a tag to compare

Stack has been updated to match the latest version of Shaarli (v.0.12.2).
Many UI corrections have been made.

Stack 0.1

04 Mar 20:08
Compare
Choose a tag to compare

Initial release for both Shaarli v0.12.1 and master/dev version.