New release candidate: v1.5.5-rc.1 #637
fmartingr
announced in
Announcements
Replies: 3 comments 5 replies
|
Thanks for keeping this project going. Awesome work. |
0 replies
|
When I updated my docker install, the update broke it so I couldn't login, giving an "sql: no rows in result set (500)" error. |
5 replies
|
Heads up: title is never retrieved // Make sure bookmark's title not empty
if book.Title == "" {
book.Title = book.URL
}
// ^ because if this
// …
bookmark, err := downloadBookmarkContent(book, h.DataDir, r, book.Title != "", book.Excerpt != "")
// ^ it's always non-empty
// …
book, err = downloadBookmarkContent(book, h.DataDir, r, book.Title != "", book.Excerpt != "")
// ^ it's always non-empty |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone!
I have cut a new release candidate with a few changes that had been on master for some time: v1.5.5-rc.1.
Feel free to download and try it out for a while, and if you experience any issues report them so we can fix those before the final release.
Huge thanks to all contributors!
Changes
Features
Fixes
Dependencies & CI
All reactions