Skip to content

Releases: mkalus/segrada

v0.7.0

12 Nov 22:13
fa9a9c3
Compare
Choose a tag to compare
  • Implemented map view for saved queries.
  • Added time slider for map view for dynamic queries.

v0.6.1

11 Nov 14:48
47ec56d
Compare
Choose a tag to compare
  • Added CSV and XML (GEXF) export to queries.
  • Added some more attributes to GEXF-Output
  • Updated dependencies.
  • Docker fixes (image got a bit smaller).

v0.6.0

23 Sep 14:19
1ddb3d7
Compare
Choose a tag to compare

Query builder release. Saved Queries now feature a query builder that can load entites dynamically or statically as a list. This is useful for exporting data and some planed features, such as showing all entries on a map.

The icon set also changed from Fontawesome 4 to version 5. This has changed/enhances a few icons.

Some minor bugs introduced in v0.5.5 have been sqashed.

v0.5.5

14 Sep 14:53
fc785bf
Compare
Choose a tag to compare
  • Fix non-latin slugs (#55).
  • Switch typeahead and tag libraries - the old ones showed glitches in certain cases.

v0.5.4

09 Sep 09:02
613df01
Compare
Choose a tag to compare
  • Updated icons to Fontawsome 5.
  • Added support for SVG pictograms and files (partially fixed #56).
  • Typeahead in tags shows hints on first character entered.
  • Modern clearfix, should make using dropdowns easier in left side boxes (which were cut off due to overflow: hidden until now).

v0.5.3

07 Sep 15:08
a1aac18
Compare
Choose a tag to compare
  • Implement locations four sources.
  • Make sources sortable by dates.
  • Decrease logging level a bit.

v0.5.2

31 Aug 12:22
fbb49a9
Compare
Choose a tag to compare

Graph improvements:

  • Added context-menu link to delete node from Graph
  • Added option to enable/disable physics in graph
  • Switched from fixed nodes to nodes without physics.

Other minor improvements releating to graphs.

v0.5.1

30 Aug 21:17
d7afd12
Compare
Choose a tag to compare
  • Reworked graph: Updated vis.js, added context menu, added fixed nodes and fixed bugs: #51, #72, #73
  • Added synonyms field to tags: #57

v0.5.0

27 Aug 19:38
c155d34
Compare
Choose a tag to compare

Migrated map functionality from very ancient Open Layers code to Leaflet.JS. This makes map markers usable. You can also choose from different map providers - see settings page for more information.

v0.4.1

28 Jul 14:41
3e446af
Compare
Choose a tag to compare
  • Moved from pegmarkdown to flexmark.
  • Added support for markdown in descriptions.
  • Minor enhancements and bugfixes.