Skip to content

Bugfix and optimization

Tristan Le Granché requested to merge strangenoise/stax:bugfix into develop

Checklist

Please check if your MR fulfills the following requirements:

  • Unit tests have been added, if needed
  • Documentation have been updated, if needed
  • Build was run locally and any changes were pushed
  • Lint has passed locally without error
  • Package.py have been updated, if needed
  • CHANGELOG.md have been updated, if needed
  • Version numer has been tagged, if needed

Merge request type

Please check the type of change your MR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

Breaking change?

  • Yes
  • No

Summary

Some optimization and bugfixs in code.
Proposal of 1.5.0 to inclue the feature from version_update in the version number. 1.4.2 didn't reflect this new feature.
No tag added until the MR is merged.

Description of change

  • Remove overlap due to select_grouped(type='OVERLAP') strip order
  • Add a HIDE_OFF icon to annotations show/hide buttons
  • Pass clip object instead of clip.name in get_webpage_url to allow more possibilites on the linker side.

How to test it

Review

  • Assigned To: @Tilix4
  • Expected review time: 2 days
  • FYI: @awesome_dev_too
Edited by Tristan Le Granché

Merge request reports