Skip to content

Releases: nfdi4plants/Swate

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

v1.0.0-alpha.07

01 Feb 15:39
Compare
Choose a tag to compare
v1.0.0-alpha.07 Pre-release
Pre-release

Release alpha-07 is a bug fix release! 🐛

  • Make moving new Building Block widget smoother and more robust to bugs!
  • Allow for resizing of new Building Block widget!
  • Multiple bug fixes for new table cell search interactivity!
  • Make Swate deselct cells when switching tables!

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

v1.0.0-alpha.05

31 Jan 16:36
Compare
Choose a tag to compare
v1.0.0-alpha.05 Pre-release
Pre-release

This release both features some further stability increases and new features!

  • in-table term search 🎉 Trigger it by holding Ctrl and double clicking into a cell!
  • sidebar optional 🎉 on the bottom right you can find a toggle button for it!
  • movable utility elements 🎉 On the table view navbar you can find a Add Building Block quick access! Click it to get a movable Add Building Block element!
  • Stable file read in 🎉 Fixed issues in which Swate read all files as assay.

Full Changelog: 1.0.0-alpha.04...v1.0.0-alpha.05

1.0.0-alpha.04

25 Jan 15:20
Compare
Choose a tag to compare
1.0.0-alpha.04 Pre-release
Pre-release
  • 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

24 Jan 16:32
Compare
Choose a tag to compare
1.0.0-alpha.02 Pre-release
Pre-release

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