Skip to content

v0.2.0

Compare
Choose a tag to compare
@mkalus mkalus released this 11 Dec 16:57
· 145 commits to master since this release

Download Binary from http://segrada.org/

Major update with many changes:

  • Upgraded database engine to OrientDb 2.2 using Lucene 5. Please reindex your database after upgrading to 0.2.x from 0.1.x!
  • Graph view can now be saved as "Saved Query" and loaded later.
  • Graphs now remember their positions.
  • Application now remembers last color, tags and (now new) pictogram according to data type (node, relation, etc.), facilitating input.
  • Relations in node view now sort source node to left side.
  • Added Romanian translation file (unfinished, hoping someone will pick it up and enhance it).
  • Input strings are now normalized (UTF-8 normalization, no more Mac crap) and trimmed.
  • Map now uses Stamen since old map engine quit serving free tiles.
  • Reindexing should now work a bit faster.
  • Upgraded to Thymeleaf 3.0 template engine.
  • Updated most JavaScript and Java libraries.
  • Minor bugfixes