Skip to content

v0.4.0 (February 20, 2014)

Choose a tag to compare

@remomueller remomueller released this 17 Mar 17:28
· 2821 commits to main since this release

Enhancements

  • Signing in and signing out on the datasets files page now forwards back to the last folder location
    • This was disabled in previous versions so that file downloads wouldn't trigger after sign in or sign out
  • Datasets header tabs now display Variables instead of Collection and Search has been removed
  • Variables section, formerly the Collection now displays a note on why certain variables have gold borders
  • Added more descriptive links for datasets and tools
  • Reduced the size of the header bar on smaller screen sizes
  • External links now have different styling from internal links
  • Markdown no longer escapes numbers to their ASCII representation re-enabling ordered lists in Markdown
  • Documentation code fences can now be prettified using <!--?prettify?--> immediately before the code fence
  • Tool Changes
    • Tools can now specify one of the following tool types:
      • Matlab
      • R Language
      • Utility
      • Java
      • Web
    • Authors can now be specified for tools
  • Gem Changes
    • Updated to rails 4.0.3
    • Updated to kaminari 0.15.1
    • Updated to contour 2.4.0.beta3

Bug Fix

  • Fixed a bug preventing dataset owners from viewing dataset access requests
  • Fixed add button floating lower than intended in some browsers