All Versions
48
Latest Version
Avg Release Cycle
20 days
Latest Release
1255 days ago

Changelog History
Page 1

  • v1.2.44 Changes

    November 11, 2020

    ๐Ÿ›  Fixed

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

    ๐Ÿ”„ Changed

  • v1.2.43 Changes

    September 08, 2020

    โž• 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
  • v1.2.42 Changes

    April 28, 2020

    1.2.42

    ๐Ÿ›  Fixed

    • 0๏ธโƒฃ Default locale on fresh install (#75)
  • v1.2.41 Changes

    April 09, 2020

    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
  • v1.2.40 Changes

    March 01, 2020

    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
  • v1.2.39 Changes

    February 24, 2020

    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
  • v1.2.38 Changes

    January 24, 2020

    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
  • v1.2.37 Changes

    January 20, 2020

    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
  • v1.2.36 Changes

    January 06, 2020

    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
  • v1.2.35 Changes

    December 08, 2019

    1.2.35

    ๐Ÿ”„ Changed

    • Laravel 6.6

    ๐Ÿ›  Fixed