Releases: mkalus/segrada
Releases · mkalus/segrada
v0.7.0
- Implemented map view for saved queries.
- Added time slider for map view for dynamic queries.
v0.6.1
- 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
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
- Fix non-latin slugs (#55).
- Switch typeahead and tag libraries - the old ones showed glitches in certain cases.
v0.5.4
- 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
- Implement locations four sources.
- Make sources sortable by dates.
- Decrease logging level a bit.
v0.5.2
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
- 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
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
- Moved from pegmarkdown to flexmark.
- Added support for markdown in descriptions.
- Minor enhancements and bugfixes.