Releases: nfdi4plants/Swate
1.0.0-alpha.04
- Fixed bug for choosing input/output column 🐛 sorry 😞
- Improved term search handling in ui
- added term search to term form inputs for metadata 🎉
- Added undo/redo buttons for Swate view in ARCitect 🎉
Full Changelog: 1.0.0-alpha.02...1.0.0-alpha.04
1.0.0-alpha.02
What's Changed 🚀
- Major changes in term search for building blocks and standalone
- Fixed cvolor issue with templates
- reenabled template logic
- Fixed related term search for standalone and arcitect
- Rebase Swate on ARCtrl by @Freymaurer in #322
- add note to delete button by @Brilator in #336
New Contributors
Full Changelog: 1.0.0-alpha.01...1.0.0-alpha.02
1.0.0-alpha.01
What's Changed
- First merge of Swate Standalone in preview state ✨ by @Freymaurer in #293
- ⬆️ Bump node-forge and selfsigned by @dependabot in #224
- ⬆️ Bump dns-packet from 5.3.1 to 5.4.0 by @dependabot in #291
Full Changelog: v0.6.2...1.0.0-alpha.01
v0.6.2
Been some time since the last release, but finally we are ready for this one 🚀
The major features include:
- Major search performance boost 🐎
- Updated advanced term search
- New separate docs: Swate-docs 📚
- ..and more. Check below for a full list of changes since the last release.
This update will most likely require you to clear your Excel add-in cache (like this).
Should there be anything missing or you find any bugs 🐛 let us know either by using our helpdesk or by opening a GitHub issue.
If you want to start using Swate follow these easy instructions: Swate installation
0.6.2+6a4f5b0 (Released 2022-10-19)
- Additions:
- Bugfixes:
- [#28f5bc8] Fix wrong shift of ref cols (Issue #231) and change default cell type to "text".
- [#2a910e1] Fix duplicate results and further improve search performance (Issue #230, #228) 🐛🐎
- [#b09058d] Remove min length constraint on term search (Issue #226) 🐛
- [#807e643] Fix term search field size when parent term name too long (Issue #225) 🐛
0.6.1+a1732c7 (Released 2022-9-22)
- Additions:
- [#a1732c7] Redesign advanced term search (#222).
- [#37a09cf] Simplify Json-Import ✨
- [#f624141] Merge branch 'kevinf-patch-0.6' of https://github.com/nfdi4plants/Swate into kevinf-patch-0.6
0.6.0+0ba730b (Released 2022-9-7)
- Additions:
- [#d0ce176] Update to new url: https://swate.nfdi4plants.org
- [#1ccef83] Update building block descriptions.
- [#5a2595a] Add protocol type functionality
- [#c6d3836] Adjust changes according to Swobup naming
- [#bd46fff] Support official ISADotNet syntax for column headers.
- [#9368483] Separate #id calculation of main col and ref cols.
- [#ba7bad8] Make input/output columns cambiable (Issue #203) + improve office logging ✨
- [#f3be11c] Update Data File output column + deprecation checks (Issue #201).
- [#1f5f888] Update Source column description.
- [#63a6a29] Add Protocol REF (Issue #212).
- [#4711417] Add unit tests (Issue #212) ✅
- [#30ba1cd] Add Component building block ✨✅
- [#71e633f] Unify autocomplete term search design (Issue #211).
- [#3f9bff1] Redesign search results
- [#8522dea] Clean up first showcase of tree term structure #209
- [#8dfa9e2] Heavily improve term insert feedback in annotation table (Issue #149, #161)
- [#82b896c] Clean up readme 🚿
- [#18641cd] Update fill reference column logic, to provide consistent results.
- [#2b2413f] Implement and/or slider for template tag filter (Issue #195) ✨.
- [#bcf077c] Update info page 💄 and contact links (Issue #196).
- [#f776367] Update project for docker build automation 🐳
- [#432c14b] Improve parent-child search performance (Issue #117,#193) 🐎.
- [#7b360e8] Update Advanced term search for cleaner input.
- [#bfec630] Persist active tabs over subpages (Issue #191) 💄.
- [#92d973c] Update navbar burger menu to always be visible (Issue #194).
- [#bd8e3fb] Separate ER tags from other tags and add curated vs community templates badge (#187, #186).
- Bugfixes:
v0.5.3
This patch includes some bugfixes for the Swate templates 🐛 !
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.
If you want to start using Swate follow these easy instructions: Swate installation
0.5.3+0eaa644 (Released 2021-12-16)
v0.5.2
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.
If you want to start using Swate follow these easy instructions: Swate installation
0.5.2+abcc754 (Released 2021-12-14)
v0.5.1
Hello everyone we have great news!
We heard your feedback and I just released Swate 0.5.1 which now (mostly) supports Excel 2019 🚀! You can check here for a direct comparison between Swate features. Please let us know if something is not working.
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.
0.5.1+0c90a83 (Released 2021-12-8)
- Additions:
- Bugfixes:
v0.5.0
It's been some time, since the last Swate release, but this is a big one 🚀. We overhauled the whole codebase, which should lead to huge performance boosts for bigger functions, such as template imports. In addition, we added some additional features such as visualisation of the annotation tables. We also allow for multi-annotation table import via json files and support multiple json formats for both, impot and export. For a more detailed list of additions please refer to the list below, and as always if you find any bugs or just want to tell us about what you'd like to see in the next version, go ahead and tell us!
0.5.0+70632951 (Released 2021-10-22)
- Additions:
- latest commit #70632951
- Column headers slimmed, only term accession number in brackets
- Unit section slimmed from three columns to one
- Units tracked with number section in Excel
- Only terms from unit ontology (UO) allowed
- Protocol insert is now called template insert and more generalized
- Building blocks can only be inserted once
- When trying to insert duplicate template no error is thrown, but no building block duplicates are inserted.
- [#6c62234] Add visualization for source-protocol-sample chains ✨
- [#d080748] Add import from json to multiple annotation tables ✨
- [#16ec188] Improve server side error feedback.
- [#e63bffc] Make protocol preview table scrollable 💄
- [#8d83591] Improve template insert performance.
- [#f6ebef3] Allow each building block only once per sheet.
- [#2cbbaef] Allow only one output column type per table.
- [#1e0a3f4] Update table name generator.
- [#6138c65] Update visuals ✨ (Issue #162).
- [#cc81c47] Update name for protocol templates (Issue #153).
- [#4187c99] Improve building block info (Issue #160).
- [#25e0253] Refactor Settings 🔨
- [#ff96e2a] Improve client logging.
- [#c885c0c] Track template metadata with worksheet and provide ease-of-access function.
- [#8df5246] Add hide-reference-columns option to autofit table ✨.
- [#db9b9e1] Add annotationTable create with prev output auto-insert (Issue #168).
- [#b07aca5] Add option to export Swate tables as json files.
- [#c020fea] Add json export from external xlsx files ✨
- [#b7f9920] Add Common API to backend.
- [#e14c648] Update Protocol search and filter functionality.
- [#7194b96] Start updating unit to ISA conformity 🔥
- [#6ba34f2] Improve performance with update to SAFE stack v3 🥚.
- Deletions:
- [#8302630] Remove definition field from ontologies.
- Bugfixes:
v0.4.8
The latest release features:
0.4.8+7960150 (Released 2021-9-8)
- Additions:
- latest commit #7960150
- [#ef96958] Update for demo server
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:
Using the Swate installer
- Documentation can be found here: [Swate installer](https://github.com/omaus/Swate_Install#swate-installer)
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.7
The latest release features:
0.4.7+23edde8 (Released 2021-5-12)
- Additions:
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.