Skip to content

Releases: nfdi4plants/Swate

v0.4.5

12 Mar 03:35
9cad63e
Compare
Choose a tag to compare

The next stage in our chain of small releases. This one fixes a bug in the protocol headers and finishes the darkmode, .. for now! 🌒 For a more extensive list of the newest features you can also look at release v0.4.1.

The latest release features:

0.4.5+b360273 (Released 2021-3-12)

  • Additions:
    • latest commit #b360273
    • [#d630a76] Save darkmode as cookie and improve darkmode (Issue #134).
  • Bugfixes:
    • [#b360273] Fix bug, removing protocol groups if one column is not an ontology.
    • [#402a220] Fix pointer .json generator (Issue #139).

You can check our release notes to see a list of all new features.
If you decide to test Swate in the current state, please take the time to set up a Github account to report your issues and suggestions here.

You can also search existing issues for solutions for your questions and/or discussions about your suggestions.

Here are the necessary steps to use SWATE:

If you use the excel desktop application locally:

- Install node.js LTS (needed for office add-in related tooling)
- Download the release archive (.zip file) below and extract it
- Execute the swate.cmd (windows) or swate.sh (macOS, you will need to make it executable via chmod a+x) script.

If you use Excel in the browser:

- Download the release archive (.zip file) below and extract it
- Launch Excel online, open a (blank) workbook
- Under the Insert tab, select Add-Ins
- Go to Manage my Add-Ins and select Upload my Add-In
- select and upload the manifest.xml file contained in the archive.

v0.4.4

11 Mar 10:30
6cd6caa
Compare
Choose a tag to compare

We are currently working on making the creation of new templats as easy and smooth as possible. For this we had to make small updates to the database, to which we also had to adapt Swate. Check out our template repo if you want to know more. For a full list of the newest features you can also look at release v0.4.1. 🚀

The latest release features:

0.4.4+4ae3198 (Released 2021-3-11)

  • Additions:
    • latest commit #4ae3198
    • [#4ae3198] Update DB protocol.

You can check our release notes to see a list of all new features.
If you decide to test Swate in the current state, please take the time to set up a Github account to report your issues and suggestions here.

You can also search existing issues for solutions for your questions and/or discussions about your suggestions.

Here are the necessary steps to use SWATE:

If you use the excel desktop application locally:

- Install node.js LTS (needed for office add-in related tooling)
- Download the release archive (.zip file) below and extract it
- Execute the swate.cmd (windows) or swate.sh (macOS, you will need to make it executable via chmod a+x) script.

If you use Excel in the browser:

- Download the release archive (.zip file) below and extract it
- Launch Excel online, open a (blank) workbook
- Under the Insert tab, select Add-Ins
- Go to Manage my Add-Ins and select Upload my Add-In
- select and upload the manifest.xml file contained in the archive.

v0.4.3

09 Mar 21:53
16c3099
Compare
Choose a tag to compare

To improve performance and squish some bugs, we stabilized protocol insert! For a full list of the newest features you can also look at release v0.4.1. 🚀

The latest release features:

0.4.3+9b7d7fe (Released 2021-3-9)

  • Additions:
    • latest commit #9b7d7fe
    • [#116c0c3] Merge pull request #135 from nfdi4plants/kevinf-patch-0.4.2
  • Bugfixes:
    • [#9b7d7fe] Remove bugs with protocol update 🐛

You can check our release notes to see a list of all new features.
If you decide to test Swate in the current state, please take the time to set up a Github account to report your issues and suggestions here.

You can also search existing issues for solutions for your questions and/or discussions about your suggestions.

Here are the necessary steps to use SWATE:

If you use the excel desktop application locally:

- Install node.js LTS (needed for office add-in related tooling)
- Download the release archive (.zip file) below and extract it
- Execute the swate.cmd (windows) or swate.sh (macOS, you will need to make it executable via chmod a+x) script.

If you use Excel in the browser:

- Download the release archive (.zip file) below and extract it
- Launch Excel online, open a (blank) workbook
- Under the Insert tab, select Add-Ins
- Go to Manage my Add-Ins and select Upload my Add-In
- select and upload the manifest.xml file contained in the archive.

v0.4.2

09 Mar 09:27
116c0c3
Compare
Choose a tag to compare

To improve performance and squish some bugs, we stabilized protocol insert! For a full list of the newest features you can also look at release v0.4.1. 🚀

The latest release features:

0.4.2+ae04aa5 (Released 2021-3-9)

  • Additions:
    • latest commit #ae04aa5
  • Bugfixes:
    • [#ae04aa5] Stabilize protocol insert against bugs 🐛

You can check our release notes to see a list of all new features.
If you decide to test Swate in the current state, please take the time to set up a Github account to report your issues and suggestions here.

You can also search existing issues for solutions for your questions and/or discussions about your suggestions.

Here are the necessary steps to use SWATE:

If you use the excel desktop application locally:

- Install node.js LTS (needed for office add-in related tooling)
- Download the release archive (.zip file) below and extract it
- Execute the swate.cmd (windows) or swate.sh (macOS, you will need to make it executable via chmod a+x) script.

If you use Excel in the browser:

- Download the release archive (.zip file) below and extract it
- Launch Excel online, open a (blank) workbook
- Under the Insert tab, select Add-Ins
- Go to Manage my Add-Ins and select Upload my Add-In
- select and upload the manifest.xml file contained in the archive.

v0.4.1

08 Mar 19:23
748dc2b
Compare
Choose a tag to compare

We added a few more quality of life changes, that were brought to our attention, after the lastest update. 🚀

The latest release features:

0.4.1+d75743c (Released 2021-3-8)

  • Additions:
    • latest commit #d75743c
    • [#0d9c945] Add links to template repository.
    • [#6b5a56f] Improve darkmode (Issue #25).
    • [#37503a5] Enable term search without present annotation table (Issue #132).
    • [#05a69b3] Increase responsiveness for copy to clipboard.
    • [#44a75d1] Add warnings to advanced setting functions.
    • [#7d4060b] Add function to update used protocols. ✨
    • [#088335f] Add option to update raw custom xml (Issue #123).
    • [#a3286eb] Add checksum content type (Issue #127, Issue #131).
    • [#97407d4] Changed DateTime to use UTC (Issue #126).
    • [#137cc54] Add more info for existing building blocks (Issue #124).
    • [#66fb577] Add option to create pointer json template (Issue #129).
  • Deletions:
    • [#84d71ee] Remove 'decimal' validation type.
  • Bugfixes:
    • [#d75743c] Add minor fixes
    • [#bd13cbf] Fix drag n drop problems in filepicker.
    • [#33695f4] Fix protocol grouping bug.
    • [#f4d08e8] Fix protocol xml not correctly removed bug.

You can check our release notes to see a list of all new features.
If you decide to test Swate in the current state, please take the time to set up a Github account to report your issues and suggestions here.

You can also search existing issues for solutions for your questions and/or discussions about your suggestions.

Here are the necessary steps to use SWATE:

If you use the excel desktop application locally:

- Install node.js LTS (needed for office add-in related tooling)
- Download the release archive (.zip file) below and extract it
- Execute the swate.cmd (windows) or swate.sh (macOS, you will need to make it executable via chmod a+x) script.

If you use Excel in the browser:

- Download the release archive (.zip file) below and extract it
- Launch Excel online, open a (blank) workbook
- Under the Insert tab, select Add-Ins
- Go to Manage my Add-Ins and select Upload my Add-In
- select and upload the manifest.xml file contained in the archive.

v0.4.0

01 Mar 20:59
095e4b0
Compare
Choose a tag to compare

As a follow up to the last release we now implemented a protocol template database 🚀

Soon the database will be filled with templates for you to mix and match into your Swate table!

Of course we also implemented some other qualitiy of life features and fixed the occassional bugs.

The latest release features:

0.4.0+a0e04f3 (Released 2021-3-1)

  • Additions:
    • latest commit #a0e04f3
    • [#24950d1] Minor visual updates
    • [#183a80c] Update dropdown navbar quick access.
    • [#4b818db] Add Advanced custom xml settings (Issue #111).
    • [#d7cce09] Add link to nfdi4pso issues (Issue #99).
    • [#848acf7] Add "Update unit" functionality (Issue #110).
    • [#5118778] Rename validation to checklist
    • [#58b58a4] Add drop down for quick access icons
    • [#3778ebc] Add copy to clipboard to term search for vertical term insert (Issue #118).
    • [#eff46ae] Restructure CustomXml 🔨💥
    • [#44d9277] Add option to show all child terms (Issue #114).
    • [#746ecf4] Redo autocomplete search on double click.
    • [#454ccd7] Add database template logic (Issue #10, #107) ✨
    • [#19a2f73] Add button to display building block information (Issue #96).
    • [#71801ff] Add 'Remove Building Block' button (Issue #102).
    • [#80c6235] Improve term search search speed.
    • [#7760257] Improve addition of validation importance (Issue #113).
  • Bugfixes:
    • [#ba4f238] Fix bug not finding the correct selected building block (Issue #121).
    • [#41e298d] Fix updating protocol group header bug if split too often (Issue #120).
    • [#01d5cf5] Fix protocol group headers not correctly removed bug (Issue #119).

You can check our release notes to see a list of all new features.
If you decide to test Swate in the current state, please take the time to set up a Github account to report your issues and suggestions here.

You can also search existing issues for solutions for your questions and/or discussions about your suggestions.

Here are the necessary steps to use SWATE:

If you use the excel desktop application locally:

- Install node.js LTS (needed for office add-in related tooling)
- Download the release archive (.zip file) below and extract it
- Execute the swate.cmd (windows) or swate.sh (macOS, you will need to make it executable via chmod a+x) script.

If you use Excel in the browser:

- Download the release archive (.zip file) below and extract it
- Launch Excel online, open a (blank) workbook
- Under the Insert tab, select Add-Ins
- Go to Manage my Add-Ins and select Upload my Add-In
- select and upload the manifest.xml file contained in the archive.

v0.3.1

12 Feb 14:20
a3e1219
Compare
Choose a tag to compare

This is just a minor hotfix for a bug related to protocol insert.

0.3.1+cbc655c (Released 2021-2-12)

  • Additions:
    • latest commit #cbc655c
  • Bugfixes:
    • [#cbc655c] Fix protocol headers shifted if not placed in row B (Issue #108) 🐛

v0.3.0

11 Feb 15:49
a3e1219
Compare
Choose a tag to compare

It's been some time since the last release but this is a big one! 🚀

We visually streamlined Swate, added some major features like the protocol group insert. Stay tuned for this one as we plan to provide a template database to come along with it in the future.

The latest release features:

0.3.0+0d31c43 (Released 2021-2-11)

  • Additions:
    • latest commit #0d31c43
    • [#4bf33cb] Add ontology accession number as tag in ref columns (Issue #100).
    • [#262dae3] Add option to write process.json to Swate annotation table (Issue #84). ✨
    • [#09467d9] Visually group building blocks to protocols (Issues 101#, #103, #104) ✨
    • [#0516353] Add Logos and visually update Swate (Issue #59).
    • [#5c2e56a] Add option to add unit cols to existing building block (Issue #94).
    • [#9987184] Add sorensen dice sorting to advanced term search (Issue #95).
    • [#9158bb7] Update unit search to only search UO ontology (Issue #93).
    • [#4e0d0c9] Add easy to access navigation option to advanced search (Issue #91).
    • [#374e326] Add features from #68 to Update Reference Columns (Issue 87#).
  • Deletions:
    • [#9da9c55] Remove event handlers (input assist, #87).
  • Bugfixes:
    • [#0d31c43] Fix bug not opening "File Picker" upload window on click.
    • [#8606b12] Add Protocol Xml logic and fix ISADotNet dependency.
    • [#51928c0] Fix minor routing icon mismatch.
    • [#fdcb58c] Fix minor white/lightgrey mix ups in filepicker view.
    • [#cc26e81] Fix bug overloading computers when creating an annotation table for whole rows (Issue #63).
    • [#1e5eb3d] Fix reset of unit search input when unchecking (Issue #92).
    • [#474cf73] Fix bug creating wrong TAN with insertTerm.

You can check our release notes to see a list of all new features.
If you decide to test Swate in the current state, please take the time to set up a Github account to report your issues and suggestions here.

You can also search existing issues for solutions for your questions and/or discussions about your suggestions.

Here are the necessary steps to use SWATE:

If you use the excel desktop application locally:

- Install node.js LTS (needed for office add-in related tooling)
- Download the release archive (.zip file) below and extract it
- Execute the swate.cmd (windows) or swate.sh (macOS, you will need to make it executable via chmod a+x) script.

If you use Excel in the browser:

- Download the release archive (.zip file) below and extract it
- Launch Excel online, open a (blank) workbook
- Under the Insert tab, select Add-Ins
- Go to Manage my Add-Ins and select Upload my Add-In
- select and upload the manifest.xml file contained in the archive.

v0.2.0

11 Jan 08:21
92a0f47
Compare
Choose a tag to compare

We are happy to announce that Swate is ready for 0.2.0 as we finished the Swate Xml validation feature and upgraded our file picker functionality, while improving upon minor quality of life features.

The latest release features:

0.2.0+899b535 (Released 2021-1-11)

  • Additions:
    • latest commit #899b535
    • [#1182030] Add Setting Page
    • [#d4a36f1] Provide validation information via XML metadata (Issue #45). 🎄 🎆
    • [#f3a11f0] Update FilePicker with reordering functionality (Issue #13).
    • [#f6564d6] Add search term search by accession number (Issue #71).
    • [#bdba3ae] Properly Document Office interop functions (Issue #75).
    • [#aa870f1] Update README.md
    • [#e958024] Improve readme 📖
  • Bugfixes:
    • [#9c07338] Fix input assistance is not added when first table is created (Issue #82).
    • [#889b86c] Fix file picker not uploading reoccuring file names (Issue #80).

You can check our release notes to see a list of all new features.
If you decide to test Swate in the current state, please take the time to set up a Github account to report your issues and suggestions here.

You can also search existing issues for solutions for your questions and/or discussions about your suggestions.

Here are the necessary steps to use SWATE:

If you use the excel desktop application locally:

- Install node.js LTS (needed for office add-in related tooling)
- Download the release archive (.zip file) below and extract it
- Execute the swate.cmd (windows) or swate.sh (macOS, you will need to make it executable via chmod a+x) script.

If you use Excel in the browser:

- Download the release archive (.zip file) below and extract it
- Launch Excel online, open a (blank) workbook
- Under the Insert tab, select Add-Ins
- Go to Manage my Add-Ins and select Upload my Add-In
- select and upload the manifest.xml file contained in the archive.

v0.1.3

07 Dec 16:46
2cae295
Compare
Choose a tag to compare

The latest release features:

0.1.3+c6ad5b7 (Released 2020-12-7)

  • Additions:
    • latest commit #c6ad5b7
    • [#c6ad5b7] Add error modal (Issue #73).
    • [#6cb6ebf] Add core functionality to File Picker (Issue #13).
    • [#e04e953] Add link to ontobee page for ontology in term search suggestions (Issue #69).
    • [#13f3639] Create issue templates.
    • [#5abee29] Add Unit Column when selecting a unit for a term (Issue #48).
    • [#5abee29] Add option to fill hidden cols according to main column (Issue #67).
    • [#5abee29] Add input assist to delete hidden col cells onChange of main col (Issue #68).
  • Bugfixes:
    • [#0a9ac89] Fix bug of term input field not indicating change after using autocomplete suggestion.
    • [#c4befec] Fix bug where auto fill would delete some rows of first column.
    • [#2498c0b] Fix file picker button view.
    • [#eb104fe] Fix bug where search results from "Advanced Search" are not selectable (Issue #70).
    • [#63aa8ea] Fix bug where cursor jumps to the end of search input field (Issue #66).
    • [#1847bf5] Fix (visual) pagination components for advanced term search (Issue #65).
    • [#d207770] Fix not shown No Ontology option in advanced term search (Issue #64).
    • [#1fd3f67] Fix minor bug in release notes creation.

You can check our release notes to see a list of all new features.
If you decide to test Swate in the current state, please take the time to set up a Github account to report your issues and suggestions here.

You can also search existing issues for solutions for your questions and/or discussions about your suggestions.

Here are the necessary steps to use SWATE:

If you use the excel desktop application locally:

- Install node.js LTS (needed for office add-in related tooling)
- Download the release archive (.zip file) below and extract it
- Execute the swate.cmd (windows) or swate.sh (macOS, you will need to make it executable via chmod a+x) script.

If you use Excel in the browser:

- Download the release archive (.zip file) below and extract it
- Launch Excel online, open a (blank) workbook
- Under the Insert tab, select Add-Ins
- Go to Manage my Add-Ins and select Upload my Add-In
- select and upload the manifest.xml file contained in the archive.