Skip to content

Releases: MarceauKa/shaark

1.2.24

30 Oct 23:42
Compare
Choose a tag to compare

1.2.24

⚠️ Re-run the shaarli:update command in case of error.

Added

  • Progressive Web App compatibility (issue #24)
  • Default icon for Shaarli and ability to customize it
  • Automatic backup (issue #28)
  • Network status monitor (for PWA)

Changed

  • Shaarli manager is now divised into multiple traits
  • Move email translation from frontend file to laravel file for performance issue

1.2.23

29 Oct 11:35
Compare
Choose a tag to compare

1.2.23

Added

  • Japanese translation (thanks to wyred)
  • Ability to test PDF and Media archiving in settings (issue #34)

Changed

  • Installation and archiving documentation
  • Add php artisan storage:link to the update command
  • Installation and update documentation
  • Shaarli will now append default values to settings

Fixed

  • Default locale setting

1.2.22

28 Oct 09:56
Compare
Choose a tag to compare

1.2.22

⚠️ If you have issues with settings, remove custom_background and custom_background_encoded from your storage/settings.json

Added

  • Ability to customize background as image or custom gradient (issues #25 and #26)
  • Shaarlies listing

Changed

  • Unused settings keys are now cleaned after settings update
  • Shaarli default settings are now located in shaarli config file
  • Move link preview and archive to LinkForm (issue #29)
  • Removed link preview action (previews are updated when saving a link)

Fixed

  • Translation in german updated (thanks to kayschima)
  • Select tags now use custom-select class
  • Move vue component styles to app.scss
  • Modal component now correctly remove itself
  • Wrong translation used when blocking in demo mode
  • Typos in StoryForm

1.2.21

22 Oct 19:23
Compare
Choose a tag to compare

1.2.21

⚠️ Run migrations when updating

Added

  • RSS and Atom feeds (issue #21)
  • Pinned posts (issue #11)

1.2.20

22 Oct 15:36
Compare
Choose a tag to compare

1.2.20

⚠️ Run migrations when updating

Added

  • Post content sharing (issue #1)
  • New Modal component

Changed

  • Password generator with more options
  • Better JS dependencies extraction for lighter builds
  • Tags icon on Search and tag page results
  • copyToClipboard is now a mixin

Fixed

  • Create link then archive it (issue #23)
  • DatabaseSeeder for youtube link

1.2.19

17 Oct 16:32
Compare
Choose a tag to compare

1.2.19

Added

  • Shortcut to see Link, Story or Chest when created or updated
  • Font Awesome 5 icons

Fixed

  • WebParser with empty result
  • Dragging chest lines on Firefox

1.2.18

17 Oct 10:38
Compare
Choose a tag to compare

1.2.18

Added

  • Password generator for chests

Changed

  • WebParser now use Symfony DomCrawler
  • DatabaseSeeder with english tags

Fixed

  • Responsive youtube preview

1.2.17

15 Oct 09:55
Compare
Choose a tag to compare

1.2.17

Added

  • Update command: php artisan shaarli:update

Changed

  • Refactored dark mode
  • Title tag is read before open graph tags when parsing an URL

Fixed

  • Search global shortcut on Firefox
  • Chest password are now readonly

1.2.16

14 Oct 14:11
Compare
Choose a tag to compare

1.2.16

Added

  • Check if a link has been already shared (thanks to tuananhp-1844)
  • Tests for LinkForm

Changed

  • Only display available tags for the current user or guest
  • Assets are now splitted into vendor.js and app.js to reduce bundle size

Fixed

  • Demo mode on manage tags and users API

1.2.15

13 Oct 16:51
Compare
Choose a tag to compare

1.2.15

Added

  • Ability to hide card content (home and tag view)
  • Ability to choose the number of columns displayed (home and tag view)
  • Ability to display tags or not (home only)
  • Ability to display chests or not (home only)

Changed

  • Laravel 6.2
  • Removed mavon-editor and vue-markdown for tui.editor
  • Card UI and Search UI

Removed

  • Alternative homepage