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:
Vishesh Handa
2020-10-16 02:38:41 +02:00
parent 7153498595
commit 530c8ea55a
2 changed files with 3 additions and 1 deletions

View File

@ -78,6 +78,8 @@ class JournalApp extends StatefulWidget {
appState.gitBaseDirectory, appState.gitBaseDirectory,
settings.internalRepoFolderName, settings.internalRepoFolderName,
); );
Log.i("Calling GitInit at: $repoPath");
await GitRepository.init(repoPath); await GitRepository.init(repoPath);
settings.localGitRepoConfigured = true; settings.localGitRepoConfigured = true;

View File

@ -1,6 +1,6 @@
name: gitjournal name: gitjournal
description: A Note Taking App Built on top of Git description: A Note Taking App Built on top of Git
version: 1.71.1+10 version: 1.71.2+10
dependencies: dependencies:
flutter: flutter: