Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Version 1.2.0

Compare
Choose a tag to compare
@dikayx dikayx released this 24 Nov 13:26
· 8 commits to main since this release

Overview

1.2.0 contains many bug fixes and stability improvements. There was an issue in the previous versions that caused the application to be unable to load the *.db file. The compiled jar file did not include the xerial sqlite jdbc connector dependency.

There was also a design update to use the nimbus-design for an improved look and feel on all platforms.

Changes

  • Fixed database connection issue
  • Updated look and feel

Full Changelog: v1.1.0...v1.2.0

Known issues

  • On Unix-like systems, double-clicking the jar file does not work in certain directory structures. In this case, you can run the jar file from the command line using java -jar sqlite-viewer.jar or place the jar file somewhere else.

Unix-like systems like Linux and macOS are - unlike Windows - using the home directory as the current working directory when double-clicking a jar file.

Enjoy! 🥳