Skip to content

Releases: S0KPiseth/4k-youtube-downloader-with-UI

Fix Sqlite error

23 Jul 18:55
0b16b72
Compare
Choose a tag to compare

Bug:

In the previous version, there was an error (sqlite3.OperationalError: attempt to write a read-only database) when opening the application. This error is caused by the app trying to modify the database file, but unfortunately, the database file is set to read only because "On Windows, anything inside the Program Files folder is meant to be read-only during normal use." reference. Therefore, on this update, the application database file will move to the local file directory of the user window instead.

Full Changelog: v1.0...v1.1.1

setup

22 Jul 13:36
Compare
Choose a tag to compare

add database for user preferences.

v1.0

21 Jul 16:12
Compare
Choose a tag to compare