Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

This is a new release with several improvements over the v3.13.0 release from three months ago. 🚀

As a special mention, SQLean has a new time extension! Check out the following link for more information: https://github.com/nalgeon/sqlean/blob/main/docs/time.md

Thanks to everyone for being part of our Community!

Changelog

Added

Changed

Fixed

Dependent library version information for each OS

- Qt SQLCipher SQLite SQLean
AppImage 5.15.13 4.5.6 3.46.1 Not applicable
macOS 5.15.13 4.6.1 Not applicable 0.27.1
Windows 5.15.2 4.6.1 3.46.1 0.27.1

SHA256SUMS

  • DB.Browser.for.SQLite-v3.13.1-win32.msi
    • e0b9f86d3da4d8d800e144295487e43de306c1bd27f14dccfe41e904736f25f7
  • DB.Browser.for.SQLite-v3.13.1-win32.zip
    • 917ad2fa8d36e3bfa3fc85b11a34a8c18d189fbc2289f5a0d3bf41de8a288edc
  • DB.Browser.for.SQLite-v3.13.1-win64.msi
    • d023d54b3a5db10c7e896089bb3dbe6e7f4bc4eaa9bbecb34ca414be5970f688
  • DB.Browser.for.SQLite-v3.13.1-win64.zip
    • 22375e275ec42d96de1d3b8e9ea4ed86d2a3505c4d0ffcbd1af67aa4003e5e4d
  • DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage
    • d6563c5c211a73192da96e3bb11a3bf83a2f3164aa4db83482c0aecf8b751b77
  • DB.Browser.for.SQLite-v3.13.1.dmg
    • a641cfbfcc2ce609f07de44a35134dab53485ecc18e6d9afa297b514d74bd75e

This discussion was created from the release DB Browser for SQLite v3.13.1.
You must be logged in to vote

Replies: 2 comments · 5 replies

Comment options

Just a heads-up: this release breaks AppImages on Debian Stable because 4d530dc drew in a libfuse2t64 dependency which is not avaiblable on Debian Stable.

I don't think this necessarily warrants a proper bug report because Debian users can just use the version from the official Debian repo.
Just thought I'd share here instead.

You must be logged in to vote
4 replies
@justinclift
Comment options

justinclift Oct 17, 2024
Maintainer Author

Thanks for letting us know @moppman. That commit jumped the GitHub Actions builder from Ubuntu LTS 20.04 to 24.04.

We could probably check if Ubuntu LTS 22.04 (the one in between) would get things working again or not. If it does, we could make a 2nd version of the AppImage with that fix. 😄

@FriedrichFroebel
Comment options

Adding on this, switching to Ubuntu 24.04 as the AppImage base has broken support for Ubuntu 22.04 as well:

me@localhost:~/Downloads$ ./DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage 
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /tmp/.mount_DB.BrozwLGOh/AppRun.wrapped)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/AppRun.wrapped)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/AppRun.wrapped)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/usr/bin/../lib/libsqlcipher.so.1)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/usr/bin/../lib/libsqlcipher.so.1)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/usr/bin/../lib/libQt5Network.so.5)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/usr/bin/../lib/libQt5Gui.so.5)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/usr/bin/../lib/libcrypto.so.3)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/usr/bin/../lib/libgssapi_krb5.so.2)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/usr/bin/../lib/libicui18n.so.74)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/usr/bin/../lib/libicui18n.so.74)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/usr/bin/../lib/libicuuc.so.74)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/usr/bin/../lib/libicuuc.so.74)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/usr/bin/../lib/libglib-2.0.so.0)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/usr/bin/../lib/libkrb5.so.3)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/usr/bin/../lib/libk5crypto.so.3)
/tmp/.mount_DB.BrozwLGOh/AppRun.wrapped: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_DB.BrozwLGOh/usr/bin/../lib/libkrb5support.so.0)

Ideally we would generate compatible builds until regular Ubuntu support ends, which is April 2025 for Ubuntu 20.04 for example: https://endoflife.date/ubuntu

@lucydodo
Comment options

Hi, I'm the author of that commit. I apologize for the inconvenience, this side-effect is something I hadn't thought of.
I'll try to fix it by the end of the week and deploy the new AppImage: #3781

@lucydodo
Comment options

Thank you for reporting this. We have released a new v2 version with this issue fixed: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.1

Confirmed working on Ubuntu 20.04.6.

Comment options

Hi,

FYI, some of the download links on the release blog post appear to be broken. I tested the "Standard (MSI) installer for Win64" and ".zip (no installer) for Win64", both of which returns a 404.

I found working download links here: https://download.sqlitebrowser.org/

You must be logged in to vote
1 reply
@lucydodo
Comment options

Thank you for letting us know.
I missed it during the migration work a few months ago. The issue is now resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.