Skip to content

Releases: dbarkowsky/WingJournal

1.0.1 - Android File Path Fix

03 Apr 19:27

Choose a tag to compare

A quick bug fix for Android devices.

Issue

The file picker was creating a temporary cache of an opened journal that the application would use. This resulted in changes to the database being temporary and not affecting the original file.
This made syncing the database file particularly difficult.

Fix

Android versions should now ask for file permissions.
File paths are resolved to the original each time.

Known Issue

There's a temporary database file that SQLite uses for handling transactions. I've noticed in some cases this file isn't deleted. Annoying, but it has a 0 byte size, so at least it doesn't take up space.

Full Changelog: v1.0.0...v1.0.1

1.0.0 - First Release

21 Mar 18:28

Choose a tag to compare

This marks the first release of Wing Journal, my side project to replace Epic Journal for myself.

Full Changelog: https://github.com/dbarkowsky/WingJournal/commits/v1.0.0