Skip to content

Releases: nikobojs/manuscrape_electron

ManuScrape v1.0.7

23 Apr 16:06
Compare
Choose a tag to compare

Improvements:

  • Support Mac #77 (.dmg file will be uploaded in near future releases) 🍎
  • Fix some bugs regarding scrollshots and screenshots not activating properly
  • Refresh observation instead of navigating away on publish/lock
  • Improve Dynamic Fields (Add PR) - @samuelhimmelstrup !!!
  • Add device settings when viewing settings on native app
  • Support rearranging of multiple choice parameters (drag n drop)
  • Improve status text when processing scrollshots (#78 )

Technical improvements:

  • Upgrade all dependencies to newest stable versions
  • Improve code quality (app/controller.ts is now less of a mothership 😅 - thanks @samuelhimmelstrup ! )
  • Improve and fix various devops tools (@samuelhimmelstrup 🙏 )
  • Fix hydration mismatch in browser
  • Download files in parallel when exporting (increases export speed a lot 🚀 )
  • Add basic docker-compose environment for minio and postgres (@samuelhimmelstrup )

Please PM @nikobojs if anything is missing or could be corrected.

Huge thank you to @samuelhimmelstrup who made ManuScrape compatible with Mac OS along with several code structure improvements and bug fixes 💥 🚀 !!

ManuScrape v1.0.6

16 Feb 09:37
Compare
Choose a tag to compare

Features:

  • Added settings menu entry in the tray app menu
  • Added project settings (who can delock and renaming) - #60
  • Added delocking/unlocking mechanism for observations - #73 #20
  • Save device settings encrypted on device (it will remember your scrollshot settings)

Technical improvements:

  • Fix UI bugs here and there
  • Download exports in parallel (this should be way faster now) - #72
  • Added Jenkinsfile for experiementing with cool devops
  • Fixed vulnerabilities listed using npm audit
  • Updated dependencies

ManuScrape v1.0.5

24 Nov 11:46
Compare
Choose a tag to compare

Huge contribution from @nabojens for making the new logo! 🚀 🙏


Release notes:

manuscrape_electron

  • Improve documentation and add logo (@nabojens )
  • Update all dependencies

manuscrape_nuxt:

  • Support line feeds in excel export
  • Improve documentation and add logo (@nabojens )
  • Keep observation author when disconnecting from project
  • Show all projects in remove-project search modal
  • Update all dependencies
  • Minor tooltip improvements and other UI improvements
  • Add loading spinner when saving image
  • Add favicon (@nabojens )
  • Fix some errors in the error reporting impl

ManuScrape v1.0.4

26 Oct 16:08
Compare
Choose a tag to compare

manuscrape_electron

  • Improved documentation (@bjarke22)
  • Added contributor list to main readme
  • Attempt to fix overlay getting caught in screenshots ( #52 )
  • Attempt to enforce max 1 instance/process of manuscrape at a time ( #43 )

manuscrape_nuxt

  • Support deletion of collaborators (#10 )
  • Support deletion of file uploads (#31)
  • (Image editor) Fix textarea focus logic (#42 )
  • (Image editor) Create minimum font-size (enables clicking instead of dragging a textbox) (#42 )
  • Add projectname and date to export filenames (#37 )
  • Add export function for observation file uploads (#17)
  • Remove opacity from image thumbnail in observation dialog view
  • A few small UI improvement (@nabojens)
  • Error reporting configuration fixes
  • Stability and usability improvements in image editor

ManuScrape v1.0.0

13 Oct 18:29
Compare
Choose a tag to compare

Features:

  • Export to spreadsheet and file download
  • Open create project window if user has no projects
  • Create nice Github README.md files for both repositories
  • Add project field required on/off dropdown option (project creation flow)
  • Make it so collaborators can only view and modify their own observations
  • Add more test coverage and improve code structure

Fixes:

  • Potential GPL violation (p5.js embedded into MIT project)
  • Fix dynamic field operation validation (logic/validation was simply wrong)
  • Hide collaborators widget, dynamic types widget and export widget from collaborators

ManuScrape v0.9.0

09 Oct 15:14
Compare
Choose a tag to compare

Features:

  • New parameter type ("Dropdown or text")
  • Arrow up/down in project creation parameters
  • Image editor shortcuts
  • Image editor grab outside canvas
  • Collaborators table
  • Improved collaborator logic and error handling
  • Add/remove project parameters after creation of projects
  • Edit dropdown parameters when creating project

Fixes:

  • Canvas zoom 100% = image zoom 100% (No initial zoom)
  • Make "Capture video"-link render at the right times
  • Fix UX confusion between buttons "Add field" & "Create project"
  • Swap zoom in/out positions in image editor
  • Metadata container overflow rules hides dropdowns

ManuScrape v0.8.1

04 Oct 07:52
Compare
Choose a tag to compare

Fixes:

  • Positioning error when capturing video
  • Better UX reactions (sure you want to close window, etc)

Features:

  • Support text backgrounds in image editor
  • Different colors for boxes in image editor

ManuScrape v0.8.0

02 Oct 14:07
Compare
Choose a tag to compare

Features:

  • Image editor with basic feature set (line, box, zoom, grab, colors, text)
  • Support removal of multiple choice options while configuring multiple choice parameter
  • Support removal of project fields when drafting a project
  • Edit drafts directly from tray app
  • Create textarea static project parameter
  • Invite people by email, so when they create a user, they have their project automatically connected

Refactors:

  • Escape is now a shortcut for exiting overlay
  • Update the tray icon
  • Many bug fixes
  • Bump up file and image limits

Improvements:

  • Keep temporary runtime files clean
  • Keep s3 storage clean from deleted files
  • Improve observation field name validation
  • Create back button many places

Known issues:

  • [image editor]: Unable to change fontsize due to focus hijacking
  • [image editor]: Line width dropdown has white/invisible font color
  • [Edit Observation Draft]: Back button should go back to drafts (if electron)

ManuScrape v0.6.0

26 Sep 15:46
Compare
Choose a tag to compare

This release contains new major features and is not necessarily more stable. However these features are must-haves for the MVP, and this priority right now is to ship a full feature set ASAP. After all features are shipped, thorough testing and stability contributions will have the highest priority.

New features:

  • Video capture (im so relieved)
  • Generic fileupload on an observation
  • Basic generic dynamic field support
  • More static observation types supported (radios, dropdowns and checkboxes)
  • You can delete your own user
  • Improve authorization error handling and stability
  • UI/UX refactor
  • ... and lots of bugfixes!

ManuScrape v0.5.2

17 Sep 18:12
Compare
Choose a tag to compare

This release contains some major bug fixes on windows, causing the screenshot overlay to stack and lock the screen.