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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions