Skip to content

Releases: mkalus/segrada

v0.1.3

23 Nov 12:18
Compare
Choose a tag to compare
  • Fixed csrf token bug in graph display.
  • Added new tutorial for sources and files.
  • Updated Java dependencies and visjs version.
  • Minor bug fixes.

v0.1.2

11 Nov 13:36
Compare
Choose a tag to compare
  • Fixed broken CSRF filter that prevented form input to be parsed.
  • Added first steps tutorial.
  • Fixed checkboxes in file upload (again)
  • Some minor corrections.

v0.1.1

05 Nov 14:05
Compare
Choose a tag to compare
  • Optional login handling implemented.
  • Added persistent remember-me functionality for logins.
  • User CRUD - still quite basic.
  • Security enhancement: Add CSRF token in forms to prevent cross-site scripting.
  • Updated to OrientDb 2.1.5.
  • Fix servlet container to actually check identity on each call.
  • Removed faulty debug code which does not check for updates.
  • Some smaller fixes, e.g. checkboxes in forms, handle AJAX errors, date validation.
  • Updated documentation.

v0.1.0

28 Oct 15:42
Compare
Choose a tag to compare

First beta release.

  • Some minor cosmetic fixes, one optimization.

v0.0.8

16 Oct 13:12
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

This is probably the last pre-release build before v0.1.0 beta. Testing now and appreciating feedback.

  • Connected elements (nodes, relations, files, sources) to tags are now shown paginated in Tag view. Also added option to include subtags in these lists in order to see all elements connected to a top-level tag.
  • Tags can now be added to graph pane.
  • Number of datasets shown in lists.
  • Upgrade to OrientDB 2.1.4
  • Fixed caching errors to make filters work properly.
  • Fixed a number of minor bugs and warnings.

v0.0.7

06 Oct 15:54
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
  • Implement adding comments to locations and periods.
  • Implement fuzzy dates annotated with ~ and ?.
  • Implement selecting date calendar (right now Julian and Gregorian/automatic calendars supported)
  • Implement generation of thumbnails for uploaded images.
  • Tag detail view now shows visual tag hierarchy.
  • Open external links in new tab/window.
  • Add update checker to find updates online and notify user of updates once every 24h.
  • Load Google maps dynamically via AJAX in order to not block site when not online.
  • Squashed a few bugs, e.g. incorrect list caching, Javascript errors, etc.

v0.0.6

29 Sep 17:40
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
  • Added documentation for GitHub and while running Segrada (new link in navigation bar).
  • Fixed error when viewing source entires without PDF file.
  • Some fixes for links when running Segrada in different server context.

v0.0.5

16 Sep 15:36
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • FIxed tagging bugs.
  • Enable manipulating tag hierarchy.
  • Change look and feel of graph - use icons and colors.
  • Basic function to add new relations via graph view.
  • Updated to OrientDB 2.1.2.
  • Cosmetic enhancements.

v0.0.4

14 Sep 15:13
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Fixed lucene search which made working with Segrada almost impossible.
  • Added properties to define Jetty port and context.
  • Made it possible to restart Launcher after shutting down server.

Third public alpha

07 Sep 14:24
Compare
Choose a tag to compare
Third public alpha Pre-release
Pre-release
v0.0.3

Clear graph and change icon.