You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
2
+
# Version 0375 - 2015/11/11
3
+
4
+
**Important**: With this version LoGiVi now ***requires*** LÖVE Version [0.10.0](https://love2d.org/wiki/0.10.0) to run and will no longer work with LÖVE 0.9.2! LÖVE 0.10.0 has not yet been officially released, but can be compiled from the source. For more information check out the [official LÖVE repository](https://bitbucket.org/rude/love/overview).
5
+
6
+
### Fixes
7
+
- Fixed [#43](https://github.com/rm-code/logivi/issues/43) - Allow more printable characters as keys in config file
8
+
- Fixed [#42](https://github.com/rm-code/logivi/issues/42) - Prevent crash with faulty info files
9
+
- Fixed [#41](https://github.com/rm-code/logivi/issues/41) - Make sure paths lead to a valid git repository
Copy file name to clipboardExpand all lines: README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,19 @@
1
1
# LoGiVi
2
2
3
-
LoGiVi is a git-repository visualisation tool inspired by [Gource](https://code.google.com/p/gource/) and __currently in development__. It was written from scratch using [Lua](http://www.lua.org/) and the [LÖVE](https://love2d.org/) framework.
3
+
LoGiVi is a git-repository visualisation tool inspired by [Gource](http://gource.io/) and __currently in development__. It was written from scratch using [Lua](http://www.lua.org/) and the [LÖVE](https://love2d.org/) framework.
When you run LoGiVi for the first time it will set up all necessary folders, an example git log and a config file in the save directory on your harddrive. A dialog will pop up which allows you to view the save directory.
8
+
When you run LoGiVi for the first time it will set up all necessary folders, an example git log and a config file in the save directory on your harddrive.
9
+
10
+
The location of this save directory depends on the OS you are using:
-***WINDOWS***```C:\Users\user\AppData\Roaming\LOVE``` or ```%appdata%\LOVE\```
14
+
-***LINUX***```~/.local/share/love/```
15
+
16
+
A dialog will pop up which allows you to view the save directory on your computer.
9
17
10
18
## Generating git logs automatically
11
19
LoGiVi can generate git logs automatically when you specify a path to a git repository on your harddrive. Open the _settings.cfg_ file in the LoGiVi save directory and look for the _[repositories]_ section. Add the absolute path to the folder containing the git repository like this:
@@ -38,6 +46,9 @@ This will create the file _log.txt_ in the folder you are currently in. Take thi
LoGiVi will use the folder's name to identify the log so make it informative.
49
+
50
+
# LÖVE Version
51
+
Version 0351 and all prior versions of LoGiVi are written for Version 0.9.2 of the LÖVE framework. ___All future versions will be based on LÖVE 0.10.0 (currently unreleased).___
0 commit comments