Shaark Versions Save

Self-hosted platform to keep and share your content: web links, posts, passwords and pictures.

1.2.44

3 years ago

Fixed

  • Create and delete users (#77, #87)

Changed

1.2.43

3 years ago

Added

  • Health checks for links (thanks to wyred, #79)

Fixed

  • Update checker now fails silently when Github.com is down (#82)

Changed

  • Tag layout: new heading, 1 column on small screens (#80)
  • Confirm button with a duration of 2 seconds instead of .5 second (#81)
  • Dependencies update

1.2.42

4 years ago

1.2.42

Fixed

  • Default locale on fresh install (#75)

1.2.41

4 years ago

1.2.41

⚠️ Possible issue with Laravel 6.18 and composer

composer self-update
rm -rfv vendor/
composer install --no-dev --prefer-dist --no-scripts
composer dumpautoload -o
php artisan optimize
php artisan up

Added

Changed

  • Laravel 6.18

1.2.40

4 years ago

1.2.40

Added

  • Ability to add Custom CSS (#67)

Changed

  • Laravel 6.17
  • Fancy error pages

Fixed

  • PWA service worker location
  • Update migration UpdateLoginsAndDevicesTable for compatibility with SQLite (#68)
  • Exports columns name are now translated

1.2.39

4 years ago

1.2.39

Added

  • Ability to add Custom JS (#64)
  • Shaark is now a Web Share Target (Work in progress, only on Android #65)

Fixed

  • WebParser can now return null values (#66)
  • Missing french translations for pagination

Removed

  • Github actions

1.2.38

4 years ago

1.2.38

Added

Changed

  • Cards are now displayed with masonry instead of stacked cards from Bootstrap
  • HTTPS will be forced based on APP_URL instead of APP_ENV

Fixed

  • Posts count for a tag
  • Disable unloading when a new post is submitted

1.2.37

4 years ago

1.2.37

Added

  • Forms will now prevent reloading or leaving the page if changes were made

Changed

  • Laravel 6.11
  • Remove Faker from require-dev to use seeding in production
  • Simplified pagination

1.2.36

4 years ago

1.2.36

⚠️ Run migrations when updating

Added

  • Walls: customizable pages with tags and card type restrictions to provide the best way to browse your content

Changed

  • Laravel 6.9

Fixed

  • Content post not loaded in DatabaseSeeder

Removed

  • Appearance settings: Show chests on homepage, Show tags on homepage, Number of columns, Compact cards
  • Removed App\Post model method scopeOnlyLinks

1.2.35

4 years ago

1.2.35

Changed

  • Laravel 6.6

Fixed