All Versions
48
Latest Version
Avg Release Cycle
20 days
Latest Release
1268 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