Releases: jplusplus/detective.io
Releases · jplusplus/detective.io
v1.6.5 Seestern
v1.6.1 Seelöwe
Change log since v1.5.4 (diff):
- added user dashboard
- added user profile page
- added cache versioning
- added full caching strategy
- added user invitation
- added email tunnel during sign up
- added better permission support
- added better signal implementation
- added better CSV support
- added exit button to CSV download
- added global network view
- harmonized wording
- removed duplicate signal handlers
- improved performances
- debug login from single pages
- debug date picker update
v1.5.4
v1.5.2
Change log since v1.5.0 (diff):
- added support for rich text field
- added support for boolean field
- added multiple source per field
- added relationships properties
- added documentation pages
- added current node into the search bar
- added reverse relationship update in contribute form
- added cross origin request sharing middleware
- added jsonp support
- added format support for summary's endpoints
- added loader for csv export
- added related verbose name in contribute form
- added http error handler and display
- added auto field ordering for JSON ontology
- added array support for JSON ontology
- upgraded bootstrap ui
- improved datetime support
- switched to state resolving in many controllers
- minor debug
- minor style improvements
v1.5.0
Change log since v1.4.6:
- fixed initializations errors with typeahead
- fixed cookie length issue with user permissions
- fixed deep recursion issue with topic list
- fixed recursive source loading in entity view
- fixed recursive ontology loading in entity view
- fixed font weight issue with Cyrillic characters
- fixed nickname containing "-"
- fixed CSV support
- fixed login autofill bug with angular value binding
- disabled map on mobile for TMF
- added winner ribbon on TMF
- load permission with the API
- unified behavior of search fields around application pages
- switch to ui-router to manage app states
- improved search user experience by differentiating entity list with icons and color tag
- minor improvements for mobile and tablet layouts
- re-factored authentication service
- add event broadcasting on many services
- removed XML support
- added database backup during tests
- added proxy endpoint to load static file from remote host
- added web workers usage to generate graph visualisation
- added JSON ontology support
- added HTTPS support
v1.4.6
Change log since v1.4.0 :
- new header layout for search
- new aside menu with topic navigation
- fixed browser autofill for login form
- upgraded typeahead
- add model tag to typeahead
- switch to angular template compilation in typeahead
- fixed duplicates display in typeahead
- added human-friendly search placeholder
- disabled map for mobile on TMF
- added winner ribbon on TMF
- added "real time" bulk upload status
- added featured topic option
- display featured topics on aside menu
- display featured topics on home
- added thumbnails generation for each topic's background
- improved mobile layout
- fixed label position on mobile
- added reverse relationship on entity's form
- added reverse relationship on entity's details
- debug per-field sources on entity's form
- added CSV export feature for search
- added CSV export feature for list
- improved entities count within the API to improve performances
- switched to "entity" wording, instead of "individual"
- fixed redirection after login
- re-factored graph to generate the visualisation's data in client side
- improved graph interaction
- fixed tests
- fixed unicode on related_name from OWL file
- started documentation with Sphinx
- many design improvements
v1.4.0
Change log since v1.3.5 :
- improved topic permission management
- added per-field sources on contribute form
- added per-field sources on detail page
- debug search suggestions
- added old relationships deletion
- added "no result" message
- simplified contribute form
- debug number input
- added latitude/longitude display
- removed map duplicates
- added word-wrap on relationship form
- debug entity removing
- display and management of reverse relationships from ontology file
- debug "mine" endpoint to return empty results
- improved user profile to display contributions
- re-built graph to create clusters on client side with D3
- tiny design improvements