Skip to content

Releases: nfdi4plants/Swate

v1.0.0-beta.01

08 Mar 13:44
Compare
Choose a tag to compare

New release and the first one i will now officially set as latest release 🚀

tl;dr: To enable Swate in ARCitect I started working on a version outside of Excel. It can be used in the browser or in ARCitect with no entry barrier.

image


Feature List

  • Independent Workflow annotation tool!
  • Fully integrated in ARCitect 🚀
  • Improved Term Search
    • Faster, better, stronger 🤖
    • Easier to use ✏️
  • Improved stability for nearly all functions 🏛️
  • Undo/Redo buttons 📝
  • Widgets for customizable user interface 🎨
  • Swate table view ✨
    • Keyboard support ⌨️
    • Excel-like behavior 📑
    • Copy/paste from and to Excel 📋
    • Metadata search for ORCID, DOI, PMID 🔍

For more in-depth release notes check out the alpha release notes or the Full Changelog: 1.0.0-alpha.01...v1.0.0-beta.01

v1.0.0-alpha.19

07 Mar 14:30
Compare
Choose a tag to compare
v1.0.0-alpha.19 Pre-release
Pre-release

Next Release! 🚀

  • Fix cell scroll behavior when skipping through table cells with arrow keys! 🎨
  • Improve template initial load ✨
  • Handle file picker together with ARCitect (together with @JonasLukasczyk ) ✨
    • This allows for relative paths in ARCitect and for picking not only files, but also folders ✨
  • Columns can now be moved with the context menu ✨
  • Fix bug where all key pressed would register for changing cell input 🐛

Full Changelog: v1.0.0-alpha.16...v1.0.0-alpha.19

v1.0.0-alpha.16

04 Mar 15:39
Compare
Choose a tag to compare
v1.0.0-alpha.16 Pre-release
Pre-release

New Release, new features! 🚀

  • Visual improvements! 🎨
  • Add Rows input can now be confirmed with Enter
  • Clicking on a widget will pull it to the front! 🎨
  • Row numbers 🎨
  • Adding published status to online-found publications ✨
  • Fix table styling in darkmode 🌔
  • Make file picker a widget! ✨
  • Keyboard shortcuts for: ✨
    • Ctrl + C: Copy cell
    • Ctrl + X: Cut cell
    • Ctrl + V: Paste cell
    • Del: Clear cell
    • Arrow Up, Arrow Down, Arrow Left, Arrow Right: Navigate table cells.
  • Starting to type (a-z) with a selected cell lets you update the cell now! ✨

Full Changelog: v1.0.0-alpha.15...v1.0.0-alpha.16

v1.0.0-alpha.15

26 Feb 14:35
Compare
Choose a tag to compare
v1.0.0-alpha.15 Pre-release
Pre-release
  • Add metadata search for ORCID, DOI and PMID! ✨
  • Enable pasting a single copied cell into multiple selected cells! ✨

Full Changelog: v1.0.0-alpha.14...v1.0.0-alpha.15

v1.0.0-alpha.14

21 Feb 13:44
Compare
Choose a tag to compare
v1.0.0-alpha.14 Pre-release
Pre-release

Hotfixes! 🔥 🐛

  • Fix handling of unit value cells!
  • Improve search result quality.
    • I was not fully aware of neo4js internal search handling and how it returned a true or false score for the previous search query. So it was able to tell if the search query is contained in a term name or not, but not how well it fit. I kept this logic and added a distance comparer, which will now ensure that search results are ordered by distance to query ✨
    • 👀 tl;dr: search now correctly sorts results by smiliarity to query.

Full Changelog: v1.0.0-alpha.13...v1.0.0-alpha.14

v1.0.0-alpha.13

20 Feb 16:24
Compare
Choose a tag to compare
v1.0.0-alpha.13 Pre-release
Pre-release

Mainly visual improvement in this rather small release! But i am still working on keyboard shortcuts and more excel like cell behaviour!

  • Background color for header cells! to make the annoying overlaps go away!
  • Copying term cells with empty informations (tsr and tan) will no longer make the cell look like a freetext cell
  • ... cells are now automatically converted to a fitting cell type depending on the column. Can copy from input to term cell!
  • Increase some button and scrollbar sizes! 🎨
    Full Changelog: v1.0.0-alpha.12...v1.0.0-alpha.13

v1.0.0-alpha.12

16 Feb 09:57
Compare
Choose a tag to compare
v1.0.0-alpha.12 Pre-release
Pre-release

The next release! More bug fixes and finally some real functionality behind copy/paste features!

Changed search mode in cells to be more responsive ✨

  • double clicking into a cell will now open the cell in a freetext type mode. clicking on the magnifying glass on the right will toggle term search mode. (👀 alternatively you can toggle this with Tab). Switching between modes should feel lees disruptive now!
  • Gave input mask a bigger minimum width to make search results more readable without having to make a column wider by hand! 🎨 Let me know what you think about this!

Copy/Paste

The biggest change in this update.

  • Selecting cells will now follow Excel behaviour of holding Shift to select multiple cells.
  • Paste will try to handle pasting smarter. If you want to "paste all" copied information without regard to table size, you can use the "Paste All" function in context menu!
  • If you just want to fill as many cells as you selected from the copied values you can select a new set of cells and use "Paste". This will fill as many cells as selected from the copied information
  • Excel interop i changed the copy and paste function to use native Excel syntax! So you can copy from Swate directly into your Excel!

image

.. And reverse ...

image

I am working on native keyboard shortcuts next so you can feel even more at home when using Swate! ✨

Full Changelog: v1.0.0-alpha.10...v1.0.0-alpha.12

v1.0.0-alpha.10

13 Feb 15:18
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

This release features some visual improvements and more restored features!

  • Enforce lightmode in ARCitect on load 🎨
  • Support multiple widgets opened at once ✨
  • Give more options to template "community" filter. Displaying all found communities in a select dropdown! ✨
  • Restored sidebar features:
    • Filepicker! 🎉
    • ISA-JSON Exporter! 🎉

Full Changelog: v1.0.0-alpha.09...v1.0.0-alpha.10

v1.0.0-alpha.09

09 Feb 13:45
Compare
Choose a tag to compare
v1.0.0-alpha.09 Pre-release
Pre-release

This release is all about improving widget stability as well as adding a new widget for template control!

In addition some minor bugs should be fixed now 🐛

Full Changelog: v1.0.0-alpha-08...v1.0.0-alpha.09

v1.0.0-alpha-08

02 Feb 14:54
Compare
Choose a tag to compare
v1.0.0-alpha-08 Pre-release
Pre-release

More improvements for the widget logic!

  • widget start position will not be in the corner anymore! 🎨
  • widgets will more reliable remember their correct position/size 🐛
  • new building blocks will be scrolled into view ✨
  • Clicking into a table cell will show a new button which will toggle search mode ✨
  • Right clicking on table cell will open context menu with a new operation As Unit Cell/As Term Cell, which allows switching between unit cells and term cells. ✨ A freetext cell will not display this option!

Full Changelog: v1.0.0-alpha.07...v1.0.0-alpha-08