Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

1.0.0.572

Latest
Compare
Choose a tag to compare
@rm-code rm-code released this 22 Dec 23:36
· 4 commits to develop since this release

Additions

  • Added Graphoon library
  • Added a loading screen (Shows a nice graph animation while the repositories are loaded)
  • Added a completely new selection screen
    • Repositories can be named after being dropped on the application
    • Mouse indicates clickable elements
    • Added small instruction messages if LoGiVi is started for the first time
  • Added a custom icon (Thanks to https://twitter.com/nsK_pz)
  • Added an option to hide author labels (Closes #65)

Fixes

  • Fixed default config not being used correctly
  • Fixed pattern matching for windows specific paths
  • Fixed camera being positioned off center when the visualisation starts
  • Fixed nodes spawning on a straight line occasionally
  • Fixed #69 - Adjust position of folder labels if node is empty or just contains one file
  • Fixed #70 - Faulty creation of file colors

Removals

  • Removed loading of custom avatars
  • Removed code for deletion of temporary files
  • Removed some of the debug output
  • Removed warning and creation of example log when LoGiVi is loaded for the first time

Other Changes

  • Completely rewrote the Timeline
    • Clicks should be much more precise now
    • Timeline is fading out when the mouse isn't hovering over it (Date label changes position accordingly)
  • Use spritebatch when drawing avatars
  • Improve warning message displayed when running LoGiVi for the first time
  • Config Files are only loaded once when the program starts
  • Updated config file for use with LÖVE 0.10.1
  • Repositories are stored in a separate file now
    • This way we can also refresh logs which have been added via the directorydropped callback
    • Repositories are only updated if they have changed since the last time they were opened
  • Improved settings template
  • Avatar icons have custom colors (Closes #66)
  • Updated the sprites used for avatar icons (Closes #67)