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

Commit

Permalink
Prepare version 1.0.0.572
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-code committed Dec 22, 2016
1 parent cb4461e commit a6a283a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WIP
# Version 1.0.0.572 - 2016-12-23

### Additions
- Added [Graphoon](https://github.com/rm-code/Graphoon) library
Expand All @@ -16,6 +16,7 @@
- Fixed camera being positioned off center when the visualisation starts
- Fixed nodes spawning on a straight line occasionally
- Fixed [#69](https://github.com/rm-code/logivi/issues/69) - Adjust position of folder labels if node is empty or just contains one file
- Fixed [#70](https://github.com/rm-code/logivi/issues/70) - Faulty creation of file colors

### Removals
- Removed loading of custom avatars
Expand All @@ -36,6 +37,7 @@
- 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](https://github.com/rm-code/logivi/issues/66))
- Updated the sprites used for avatar icons (Closes [#67](https://github.com/rm-code/logivi/issues/67))

---

Expand Down
4 changes: 2 additions & 2 deletions version.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
local version = {
major = 0,
major = 1,
minor = 0,
patch = 0,
build = 432,
build = 572,
}

return string.format( "%d.%d.%d.%d", version.major, version.minor, version.patch, version.build );

0 comments on commit a6a283a

Please sign in to comment.