Skip to content

Releases: UCSD-E4E/Pyrenote

v1.2.1

10 Sep 19:54
94e055b

Choose a tag to compare

Notable Changes

  • Fixed bug where last_modified_by data was not being modified to include new users and times
  • Fixed bug where on smaller screens, the next and previous buttons would disappear when user had selected an annotation

v1.2.0 - Feature Updates

27 Aug 01:47
d7ce11c

Choose a tag to compare

Notable Changes

  • Added toggleable features (located in side window (#191 ))
    • 2D Annotations (#80 )
    • Playback speed changer (#49)
      • Then made it look cool with markers (#197 )
    • Button that takes user to first unsaved clip (#172 )
    • Button that applies last annotation data to new annotation (#170 )
    • reference window (#171)
    • Change Spectrogram brightness, contrast, and colormap implementations (#173)
  • Select specific example projects (#169 )
  • Changed marked for review to confidence check (#189 )
  • Track the last times each user modified an annotation (#148)
  • Removed page loading between audio files annotation pages (#188)
  • Infinite Scroll on data pages (#116)
  • Added download for raven-style annotations
  • Added new animation tool and new slider component (#197 )

Code Maintence

  • Remove hardcoding in backend (#176)
  • handle case where user hits previous on first audio data (#178 )
  • keyboard support expanded on admin portal (#164 )
  • Componenterized more features on Annotation.js (#180)
  • Refractored backend (#175 )
  • Compablitiy bugs (#204 )
  • Next Button rework (#154 )

v1.1.0 - Minor Updates

28 Jul 22:43
b2fed84

Choose a tag to compare

Notable Changes

  • Save button now persists regardless of if a annotation is selected or not (#102)
  • Alert message changed position (#102)
  • Next and previous buttons now side by side (#102)
  • Database now can restore with rclone repo on loading up a production build (#99)
  • Changed "SAMPLING RATE" to "SAMPLE RATE" on csv (#159)
  • Form for admins to toggle features on and off (#115)
  • Fixed "enter" key input on admin portal redirecting back to dashboard bug (#118)
  • Changed audio analysis from python package away wave to mutagen to allow upload of other audio files(#117 )
  • removed hardcoding in users.py (#145)
  • added handler page for jwt token errors (#147 )
  • made changes to admin portal (#123 ) featuring:
    1. - On delete for label categories refreshes the page automatically
    2. - Changing the name of a label value successfully shows notification of success
    3. - Added ability to change name of label

v1.0.1 - Hotfix

22 Jul 21:37
9f05427

Choose a tag to compare

Notable Changes

  • Fixed bugs with force Next button not properly functioning (#141)
  • Added force previous button (#119)
  • Swap between force previous and force next based on context
  • React Production build of frontend updates to newest changes (#142)
  • Fixed typos on readme and force-next messages

v1.0.0 - Initial Release of Full Pyrenote System

19 Jul 19:20
d67aedc

Choose a tag to compare

Initial Release

  • All PR's up to #106
  • Admins can create projects, manage users and labels, and assign users to projects
  • Users (and Admins) can label audio clips on a spectrogram
  • Admin portal allows users to rename, delete, and configure users and projects
  • Ready for sever production deployment
  • Code is refactored to support linting and structure guidelines