github go-shiori/shiori v1.5.1

latest releases: v1.7.1, v1.7.0, v1.7.0-rc.3...
2 years ago

Breaking changes

  • SQLite users: The SQLite driver has been modified to a non-CGO driver to ease the maintenance and builds of the project, but it came at the cost of replacing the full-text search implementation module for a newer one, each other incompatible with each driver, so we couldn't perform the migration easily directly in shiori.
    In order for shiori to continue working properly for you, please go to this page that explain what you need to do (and more explaining over why the change). The process is very easy and the binary of the migration tool for x86_64 systems is attached in this release as well.

Changelog

  • c5fd200 Add GitHub Action for tests & coverage
  • bf974fa Add border around table in content view
  • 5903214 Add code of conduct
  • 5bf02d8 Add notice about project archival
  • bccc70b Add option to hide thumbnail image #166
  • a82b882 Add options to hide excerpt #166
  • 76a7856 Add specific size to bookmark_url key
  • 793901c Added Heroku deploy. Fixed #45
  • 72f1a22 Create FUNDING.yml
  • c55b1a3 Default to webpage title, not URL, if user specifies no title
  • a0ce725 Exit with non-zero status when add fails
  • acc86d7 Exit with non-zero status when add fails
  • 32f9d26 Explicit charset for MySQL connection
  • ddf7c37 Fix MySQL column definitions
  • b315c48 Fix content with double braces not rendered #171
  • fbd4e37 Fix custom title and excerpt doesn't saved
  • 018f332 Fix import skipped when title missing #153
  • a5cb2c6 Fix login autofill
  • 28ee496 Fix title is empty when adding bookmark
  • 1d83468 Fix when using extension bookmark doesn't archived
  • d2906b1 Fix wrong cookie path
  • ef248c8 Fix: Bookmark content displays Invalid Date if database is PostgreSQL #201
  • e41cea6 Fix: Safari does not accept document.baseURI for cookie path
  • 7a2bcac Fix: hasArchive icon gone after update bookmark
  • 7d938f3 Fix: checkbox in dialog doesn't work
  • 9835336 Fix: grid layout on dialog
  • 9e962f0 Fix: now cookie set per subpath #39
  • 9ba9d1e Fix: wrong query in PostgreSQL
  • 59a0594 Fixed some typos
  • 752d1ba In no-thumbnail mode, make margin more consistent
  • 4eb86d6 Initial PostgreSQL support
  • 99d2793 Initial support for subpath #39
  • 3a9e53c Initial unit test..
  • df98c28 Make MySQL address changeable #156
  • 0bc1b4a Make sure archive use UTF-8 encoding
  • 5601ac7 Merge branch 'master' into patch-1
  • 6b16943 Merge branch 'master' of github.com:go-shiori/shiori
  • 4d11e35 Merge pull request #158 from disposedtrolley/api-documentation
  • 2cd1b6a Merge pull request #162 from deanishe/default-title-from-page
  • 7d3f8d7 Merge pull request #164 from deanishe/fix-mysql-schema
  • d3d4cc0 Merge pull request #167 from ReekyMarko/patch-1
  • c2eee1d Merge pull request #170 from bvp/master
  • a7b41ae Merge pull request #177 from bvp/master
  • 8146d3a Merge pull request #192 from agorf/patch-1
  • 599afea Merge pull request #199 from nfam/master
  • 243a88c Merge pull request #202 from nfam/master
  • a0d727b Merge pull request #205 from nfam/master
  • 9f7c8bf Merge pull request #206 from khoanguyen96/fix-js-mimetype
  • 60b7f29 Merge pull request #221 from deanishe/fix/autofill
  • b7a5a61 Merge pull request #223 from deanishe/fix/mysql-charset
  • 4ff6ddd Merge pull request #246 from Midek/master
  • 7124dc2 Merge pull request #258 from go-shiori/ci
  • ff5c464 Merge pull request #259 from go-shiori/fix/exit-status
  • a950bfe Merge pull request #264 from lapwat/master
  • cf88489 Merge pull request #341 from n8225/updateDockerfile
  • 1338dc6 Minor improvements and typo fixes in the README text
  • 035658d Move heroku button to badge for consistency
  • a3e1563 Move warc to another package
  • 52bb4d9 Prevent browser doing MIME sniffing #182
  • ee877b8 Remove Radhi's accounts from GitHub Sponsors
  • 748b306 Remove golang from final image
  • 2b4fd9f Remove unneeded alter table transactions from sqlite (#372)
  • f316cb8 Restructure build files
  • 7688990 Revert "Restructure build files"
  • d05d1ad Setup new CI/CD workflows (#365)
  • a4dd1c8 Specify character set when creating MySQL table #188
  • 9f145e2 Tidy up code for opening database
  • b137fe4 Tidy up docs files
  • f1c98a8 Update Dependencies and Replace mattn/go-sqlite with modernc.org/sqlite (#345)
  • 3d74038 Update links and email addresses
  • ff94c36 Update notice about maintainership
  • c77b17c Use formatter in LESS files
  • 988f2d6 Use single quotes for better compatibility
  • 3077c7f Use tab instead of spaces
  • 83e3621 bug: Docker build
  • d70a8f2 chore: configuration for stale bot
  • 91e1bc8 chore: stalebot for pull requests
  • 3c8a66f chore: updated readme
  • feb150f ci: github action to notify releases via irc
  • 92adfa6 feat: add postman collection
  • fb0bf38 feat: async content download when creating via api (#368)
  • a76b121 fix: golangci-lint errors (#366)
  • d569932 fix: remember me session duration (#346)
  • 0bd297d fix: update bookmark on sqlite database (#367)
  • 2ca628b hotfix: fixes session duration from #346
  • 3fe593d update url also when offline mode
  • d1d48ad wrap mime.TypeByExtension with preset mimetypes

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

Don't miss a new shiori release

NewReleases is sending notifications on new releases.