Skip to content

v1.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 07:21
· 144 commits to master since this release
f000f11

Breaking changes

  • Migrations: Migrations are now implemented in a manual and separate CLI command called migrate. Users need to perform database migrations previous to any other Shiori command in order for the database schema to be created:

    $ shiori add https://github.com
    Failed to create ID: SQL logic error: no such table: bookmark (1)
    exit status 1
    
    $ shiori migrate                  
    
    $ shiori add https://github.com   
    Downloading article...
    
    2. GitHub: Where the world builds software
       > https://github.com
       + GitHub is where over 83 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...
    

Changelog