Skip to content

Releases: mkalus/segrada

v0.2.1

12 Feb 11:35
Compare
Choose a tag to compare

Mainly smaller bugfixes and a fix for a nasty error when starting with a fresh install:

  • Fix issue #41 (thanks to Gabe Arnett)
  • Minor graph enhancements
  • Fix assembly XML file to prevent build failure (thanks to @OSHistory)

v0.2.0

11 Dec 16:57
Compare
Choose a tag to compare

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

v0.1.11

07 Oct 22:17
Compare
Choose a tag to compare

Important: You should reindex your database after installing this update. This will fix full text issues. To do this, click on the gear wheel at the very right of your menu and choose "Reindex". This might take a while to finish for larger databases.

Fixes:

  • Fix deletion of data from local search engine (previously this did not work).
  • Search engine will now fold non-ascii letters to ascii ones to make searching easier (änñé will become anne in search).
  • Javascript: Loading animation should be only shown in current form, not all.
  • "Open in new tab" for more file types other than pdf.

v0.1.10

17 Sep 20:57
Compare
Choose a tag to compare
  • Enhance file experience a bit by adding open in new tab button for PDF rendering.
  • Tags and color is now remembered when adding new data in order to facilitate adding serial data more conveniently.
  • Remove button added to detail views.
  • Loading icon added to form buttons to show server working state more clearly.
  • Some minor bug fixes.

v0.1.9

12 Jul 18:06
Compare
Choose a tag to compare
  • Fixed inline links not showing (thanks to @jule_im_museum).
  • Fixed locale handling to fall back to English if preferred locale is not supported.
  • Updated dependencies, OrientDb 2.1.19 (2.2 still pending, will need a change in Lucene index, as well). Guice 4.1, Jetty 9.3.8.
  • Updated Javascript files, moved to JQuery 2.2.3, and updated pdf.js.
  • File service is now configurable. Added support for Hadoop file service provider (HDFS) instead of local one.
  • Added some stuff to documentation.
  • Marker icon of maps replaced with one which is more visible.
  • Code cleanup and improvements thanks to Squid and Mohamed Ezzat (@m-ezzat) from DevFactory.

v0.1.8

04 Mar 13:29
Compare
Choose a tag to compare

Major update with many fixes and enhances, some of which still have to be tested.

  • Added an experimental Mac OS X launcher - please report back if this works for you.
  • Added user groups that define access rights of users.
  • Added views to add/edit users and groups (only visible if users have to log in - set requireLogin accordingly).
  • Implemented anonymous login (login has to be set, see above + set allowAnonymous to true). Anonymous access rights can be defined in the anonymous special group - even CRUD is possible!
  • Periods/Instances are now editable.
  • Add settings to create database on a remote OrientDb server.
  • Added docker-compose file to quickly create distributed Segrada cluster.
  • Code cleanup and enhancements, many thanks to M-Ezzat of devfactory.
  • Updated OrientDB to 2.1.12.
  • Updated jQuery, Bootstrap, and Fontawesome to current releases.

v0.1.7

26 Jan 13:59
Compare
Choose a tag to compare
  • Replaced Google Maps with OpenLayers.
  • One can now set config variables by defining environmental variables, too. See Command Line Options for more information about this feature.
  • Solr support: You can now use Apache Solr with Segrada.
  • Update Docker file to use environmental variables and some other changes.
  • Print out SQL commands while creating database.
  • Fixed two nasty bugs - thanks to Jan Pohunek.

v0.1.6

18 Jan 08:46
Compare
Choose a tag to compare
  • Fixed launcher issue with port port number not able to be changed thanks to OSHistory.
  • Added hints on autocomplete fields thanks to LegoDerGute.
  • Updated to OrientDB 2.1.9.
  • Updated documentation, e.g. on how to run Segrada on Apple OS X.
  • Changed deployment process completely. Segrada now also runs as Docker container pullable via ronix/segrada.

v0.1.5

17 Dec 14:23
Compare
Choose a tag to compare
  • Add specific starters for Apple Mac and WIndows (as server).
  • Enhance documentation on how to start Segrada.
  • Fix markdown parsing by excluding outdated asm library versions.
  • Prepare more languages: Page controller will fall back to English if no resource ist found.
  • Logo now links to Segrada homepage.
  • Localizations, minor fixes.

v0.1.4

08 Dec 10:44
Compare
Choose a tag to compare
  • Fix issues with tags
  • Update translations, now using Transifex for translations
  • Clarify issue on how to create new databases (documentation)