Skip to content

Releases: MarceauKa/shaark

1.2.44

11 Nov 10:50
Compare
Choose a tag to compare

Fixed

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

Changed

  • Default user email is now shaark@example.com
  • Laravel 6.20

1.2.43

08 Sep 14:30
Compare
Choose a tag to compare

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

28 Apr 10:11
Compare
Choose a tag to compare

1.2.42

Fixed

  • Default locale on fresh install (#75)

1.2.41

09 Apr 17:45
Compare
Choose a tag to compare

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

01 Mar 16:46
Compare
Choose a tag to compare

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

24 Feb 10:43
Compare
Choose a tag to compare

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

24 Jan 15:07
Compare
Choose a tag to compare

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

20 Jan 19:49
Compare
Choose a tag to compare

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

06 Jan 20:33
Compare
Choose a tag to compare

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

08 Dec 20:15
Compare
Choose a tag to compare

1.2.35

Changed

  • Laravel 6.6

Fixed