Skip to content

Releases: unipept/unipept-desktop

1.2.3

15 Mar 12:16
748bac5
Compare
Choose a tag to compare

This release provides a fix for some issues that were reported since the previous version of the Unipept Desktop app.

Bug fixes:

  • Fixed a bug that made it impossible to export results from an analysis (#159)
  • Fixed a bug where linking to a single peptide from the peptide summary table did not work (#160)

1.2.2

03 Mar 16:08
302309d
Compare
Choose a tag to compare

This release is mostly a maintenance release of the Unipept Desktop application.

New features / enhancements:

  • Completely redesigned the sample progress viewer. It is now much clearer what the application is exactly doing during the analysis of a sample.
  • We redesigned the assay creation wizard, already preparing it for new functionality that's coming in future versions of Unipept.

Bug fixes:

  • Fixed a bug that caused the analysis results to be recovered incorrectly in specific cases.
  • Improved overall stability of the application.

1.2.1

16 Jun 13:31
69c9099
Compare
Choose a tag to compare

This is a maintenance release of the Unipept Desktop application.

Bug fixes:

  • Fixed a bug that caused the application to crash when trying to save a large project.

1.2.0

20 May 09:32
c6d3141
Compare
Choose a tag to compare

This release provides support for the new NCBI "strain" rank that's been added to the UniProt database some time ago. A new release of the Unipept database will soon follow, which will then also provide access to a lot of new taxa that are annotated with the "strain" rank.

New features / enhancements:

  • Official support for the new NCBI strain rank. The ranks "parvorder" and "infraclass" are no longer shown since only very few taxa exist that are annotated with these ranks (< 10) (#136).

Bug fixes:

  • Fixed bug that caused the demo project to fail on Linux-based operating systems (#135).

1.1.2

11 May 11:49
1be018d
Compare
Choose a tag to compare

Version 1.1.2 of the Unipept Desktop app improves upon some issues that were recently reported. Upgrading to this version is highly recommended.

Bug fixes:

  • A check that detects if a name has been specified when manually creating an assay has been added (#129)
  • A check that detects if the user tries to process binary files has been added (#128)
  • Electron has been updated to v11.1.0 (#132)
  • Marked has been updated to v2.0.3 (#131)

1.1.1

03 Mar 15:25
ba506d7
Compare
Choose a tag to compare

Version 1.1.1 of the Unipept Desktop application is a hotfix release, fixing the "save image" button for all visualizations that broke in the previous version.

Bug fixes:

  • Fix "save image" button for all visualizations (#127).

1.1.0

01 Mar 14:55
fd2f2c6
Compare
Choose a tag to compare

Version 1.1.0 of the Unipept Desktop application focuses on improving the performance of the visualizations. Warnings for datasets that are too large and might produce visualizations that take too long to render are removed (since the speed of rendering the visualization has increased enough that this no longer proves to be an issue).

New features / enhancements:

  • Drastically improved rendering performance of Sunburst (#126)
  • Dendrogram that displays clustering order for the heatmaps has been added (#126)

1.0.0

14 Jan 14:30
262e1f5
Compare
Choose a tag to compare

This is the long awaited 1.0.0 release of Unipept Desktop! 🎉 This release provides some new features as well as some bug fixes. This release mainly focuses on improvements of the user experience. Our application new supports bulk import of multiple assays and a fullscreen mode for all visualizations. See the list below for the complete changelog.

🎉 Thank you all for the interest in this application! We have some more things to come in the (near) future, and we will keep you posted!

New features / enhancements:

  • Bulk import assays from files. Select multiple files when trying to import assays. The import dialog has been redesigned to conveniently configure the newly created assays and easily import them. (#117)
  • Fullscreen mode for the heatmap visualization has been added. (#120)
  • Add automatic crash reporting. If (part of) the application crashes, a detailed crash report will automatically be uploaded. This allows us to respond to problems as soon as possible and get a more detailed crash report, without manual intervention. (#122)

Bug fixes:

  • Fixed fullscreen mode for all other visualizations. (#120)
  • Fixed padding around the TreeView visualization in the functional annotations table. (#120)
  • Fixed wrong layout of cancelled assay in project explorer. (#118)

0.7.1

11 Jan 11:52
13fb729
Compare
Choose a tag to compare

Version 0.7.1 of the Unipept Desktop application fixes an issue that could lead to inconsistent storage of analysis results. Upgrading as soon as possible to this version is highly recommended.

Bug fixes:

  • Fixed an issue where wrong search configuration settings could have been associated with previously stored analysis results. The issue only occurs if the analysis process of an assay is unexpectedly interrupted (e.g. force quit of the application, crash or similar). (#115)

0.7.0

08 Jan 15:51
f74b9cd
Compare
Choose a tag to compare

Version 0.7.0 of the Unipept Desktop application mainly improves upon the rendering and export functionality of the visualizations. The heatmap is completely redesigned and now allows to be dragged and zoomed. It's also possible to render much larger heatmaps than before thanks to a lot of performance optimizations under the hood. This release is mainly a feature release.

New features / enhancements:

  • Export heatmap to SVG and PNG (UWC#159)
  • Completely redesigned the "export visualization" modal (UWC#159)
  • Resolution of PNG export for visualizations can now be configured (scaling factors between 50% and 1000%) (UWC#159)
  • Inter-assay comparative heatmap can now be transposed (UWC#157)
  • Implemented zoom and drag functionality for heatmap (UWC#155)