Skip to content

Latest commit

 

History

History
313 lines (171 loc) · 5.74 KB

File metadata and controls

313 lines (171 loc) · 5.74 KB

Change Log

0.16.3 (2017-11-27)

Bug fixes

  • Updated insecure dependencies.
  • Fixed scrolling bug.

0.16.2 (2017-11-20)

Features

  • Updated React to latest version (16).
  • Fixed search auto focus.
  • Use a new library for handling hotkeys.

0.16.1 (2017-11-13)

Features

  • Block interface during CSV export.

0.16.0 (2017-11-10)

Features

  • Added more information to exported output tables.

0.15.3 (2017-09-27)

Bug fixes

  • Fixed building CAMV on linux and OS X.

0.15.2 (2017-09-18)

Features

  • Updated several dependencies to their latest version.

0.15.1 (2017-09-07)

Bug fixes

  • Use latest pycamverter version.

0.15.0 (2017-09-07)

Features

  • Export quantitation data.
  • Add b/y masses and ppms to modal view.

0.14.4 (2017-08-22)

Features

  • Updated several dependencies to their latest version.

0.14.3 (2017-07-19)

Features

  • Updated several dependencies to their latest version.

0.14.2 (2017-06-18)

Features

  • Updated electron to 1.7.3.

Bug fixes

  • Fixed export of proteins with ':' in their name.
  • Clean up redundant protein names ("Altered inheritance of mitochondria protein 44 / Altered inheritance of mitochondria protein 44 / Altered inheritance of mitochondria protein 44 / Altered inheritance of mitochondria protein 44" => "Altered inheritance of mitochondria protein 44").

0.14.1 (2017-06-18)

Bug fixes

  • Fixed crash in exporting proteins with long names.

0.14.0 (2017-06-13)

Features

  • Use new yarn / node / react to build / bundle / run CAMV.
  • Improved color scheme of "maybe" items.

Bug fixes

  • Fixed minor bugs in interface updates after re-processing a scan.

0.13.4 (2017-06-12)

Bug fixes

  • Fixed exporting spectra one by one.
  • Improved scrolling the scan list when using keyboard navigation.

0.13.3 (2017-06-10)

Bug fixes

  • Don't hide processing console immediately on pycamverter error.
  • Fixed bugs in re-processing scans with a truncated PTM list.

0.13.2 (2017-06-02)

Build CAMV with node v8.

0.13.1 (2017-06-01)

Removed / updated various dependency packages.

0.13.0 (2017-05-24)

Features

  • Improved view of complex spectra by hiding peak colors for low intensity ions.

0.12.0 (2017-05-23)

Features

  • Show processing output and update window's progress bar.

0.11.1 (2017-05-17)

Features

  • Updated d3 and electron dependencies to newest versions.

0.11.0 (2017-05-15)

Features

  • Added scan lists and CPU count to import processing options.

0.10.2 (2017-05-15)

Features

  • Improved path finding for processing scans.

0.10.1 (2017-05-11)

Bug fixes

  • Fixed bug in showing reprocess scan window.

0.10.0 (2017-05-11)

Features

  • Major performance improvements, memory usage is now lower on large pS/T data sets.

0.9.0 (2017-05-09)

Features

  • Improved display of peak labels, show lower peaks on zoom in.

0.8.0 (2017-05-09)

Features

  • Replaced Google Charts with d3 to render mass spectra, CAMV can now be used offline.

0.7.2 (2017-05-04)

Bug fixes

  • Don't refresh precursor / quant scans unnecessarily.

0.7.1 (2017-05-04)

Bug fixes

  • Fixed bug where peptides with different mod states were merged together.

0.7.0 (2017-05-04)

Features

  • Scroll scan selection list when using keyboard navigation or search.

0.6.0 (2017-05-02)

Features

  • Added the ability to import validation data from CAMV-Matlab sessions.

0.5.2 (2017-04-11)

Features

  • More performance improvements.

0.5.1 (2017-04-11)

Bug fixes

  • Fixed bugs in updating precursor + quantification peaks.

0.5.0 (2017-04-11)

Features

  • Greatly improved performance of interface on large data sets.

Bug fixes

  • Fixed residual bugs in selecting / expanding nodes in scan selection list.

0.4.0 (2017-04-08)

Features

  • Somewhat improved performance of TreeView, using rc-tree package.
  • Allow calling pycamverter from CAMV as an alternative to opening a database.

0.3.3 (2017-04-06)

Features

  • Added the ability to add custom labels to peaks and remove a label.

0.3.2 (2017-04-05)

Features

  • Added support for reprocessing individual scans without PTM combination limits.

0.3.1 (2017-03-27)

Features

  • Allow picking precursor + quantification ions to view ppm / expected m/z / etc.

0.3.0 (2017-03-24)

Features

  • Major change to storage format, now CAMV uses an SQLite database and fetches / updates data on the fly. +These changes are not backwards compatible with old CAMV / pycamverter data+.

Bug fixes

  • Fixed bug on selecting peaks with no matches.

0.2.0 (2017-03-17)

Features

  • Added search functionality
  • Use A4 ratio for export images
  • Track version of CAMV / pycamverter used to generate files.
  • Added modal view for determining which b/y ions were identified in a peptide.

0.1.6 (2017-03-13)

Features

  • Added a icon to CAMV packaged executable

Bug fixes

  • Include electron-compile to fix windows error

0.1.5 (2017-03-10)

Features

  • Color isotope peaks yellow as in CAMV-matlab
  • Label peaks with magenta star when ppm > CID / HCD_TOL

0.1.4 (2017-03-06)

Fixed several CI bugs, should deploy on Windows, Linux, and OS X now.

0.1.2 (2017-03-06)

Several changes to the building pipeline. Relies only on electron-forge / electron-prebuilt-compile now.

0.1.1 (2017-03-06)

Fixed several bugs based on testing with real data sets

Features

  • Added k/j navigation, alongside up/down
  • Added spectra zoom support
  • Use greener greens for matching ions
  • Reduced label clutter on spectra
  • Show observed vs. expected m/z values

Bug fixes

  • Corrected modified cysteine mass
  • Fixed bug with loading large files
  • Only label best matching precursor / quant ions

0.1.0 (2017-03-02)

Initial release