Skip to content

v0.48.0 (February 10, 2017)

Choose a tag to compare

@remomueller remomueller released this 10 Feb 13:56
· 1660 commits to main since this release
v0.48.0
f633c8f

Enhancements

  • General Changes
    • Improved display of project drawer when clicking project title
    • Improved styling of blockquotes
    • Highlight color is now more consistent across themes
  • Adverse Event Changes
    • Adverse event timelines now include more timestamps
    • Forms can no longer be added to closed adverse events
  • Design Changes
    • Designs can now be set as repeated
      • After creating a sheet for a subject for a repeated design, a prompt is
        displayed allowing a user to jump into the creation of another sheet for
        the same subject using the same design
  • Export Changes
    • Improved exports index and export show pages
    • Folders in zipped exports are now lowercase
  • Randomization Changes
    • Randomizations index can now be filtered and sorted
    • Randomizations index now displays site for users on more than one site
    • Stratification criteria are now included in the randomizations export
  • Report Changes
    • Overview reports now display variable units as well
    • Only sections and subsections are now displayed on overview reports
    • Improved display of imperial height on design overview report
    • Improved display of imperial weight on design overview report
  • Sheet Changes
    • Sheets with 100% coverage now look visually different from other sheets with
      coverage in the 90% coverage range
    • Sheets index can now be sorted by sheet Created At as well as Last
      Edited
    • Subject code now remains visible when scrolling through long sheets when
      creating new sheets
  • Theme Changes
    • Improved night theme display of alternating colors on sheets
  • Variable Changes
    • Time of day is now stored as total seconds since midnight in database
    • Time of day is now displayed as a bar chart on the design overview report
    • Time of Day variables can now be filtered by entering clock times on the
      sheets index
      • time_of_day:>1pm
      • time_of_day:>13:00
      • time_of_day:<=2:05:04pm
      • time_of_day:<=14:05:04
      • time_of_day:noon
      • time_of_day:midnight
    • Time duration is now displayed in hours, minutes, and seconds on overview
      report
    • Sheets can now be filtered by time durations that contain hours, minutes,
      and seconds, for example:
      • time_duration:>1h30m
  • Gem Changes
    • Updated to simplecov 0.13.0

Bug Fix

  • Fixed an issue saving time durations over an hour for variables formatted to
    only include minutes and seconds