mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
Release a bug fix version
Some % of the users are badly affected by a bug, which I cannot seem to reproduce, maybe this debug message will help. Also, I accidentally shipped it with the bottom bar disabled.
This commit is contained in:
@ -78,6 +78,8 @@ class JournalApp extends StatefulWidget {
|
||||
appState.gitBaseDirectory,
|
||||
settings.internalRepoFolderName,
|
||||
);
|
||||
|
||||
Log.i("Calling GitInit at: $repoPath");
|
||||
await GitRepository.init(repoPath);
|
||||
|
||||
settings.localGitRepoConfigured = true;
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: gitjournal
|
||||
description: A Note Taking App Built on top of Git
|
||||
version: 1.71.1+10
|
||||
version: 1.71.2+10
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
|
Reference in New Issue
Block a user