Skip to content

Releases: virtualcell/vcell

Guest User Available

07 Jun 12:52
fe8caa7
Compare
Choose a tag to compare

Allow users to not login, but still use VCell's public resources as a guest user.

fix n5 url generation for ImageJ plugin

31 May 21:06
d6825f4
Compare
Choose a tag to compare
Merge pull request #1258 from virtualcell/1256-n5-url-generation

1256 n5 url generation

update vcell-solvers and langevin solver

30 May 23:51
Compare
Choose a tag to compare

update vcell-solvers to v0.8.0
update langevin solver to 1.3.2

Fix to Application Crash

29 May 14:39
Compare
Choose a tag to compare

Quick fix to the application crashing because the provided host was not compatible with the URL object created upon initialization.

CLI Spatial Repeated Task Update

22 May 16:25
4fc2825
Compare
Choose a tag to compare

Fixes issues with Spatial Repeated Tasks in CLI

Reconcile Island

22 May 17:52
Compare
Choose a tag to compare
Reconcile Island Pre-release
Pre-release
7.5.0.158

Merge remote-tracking branch 'origin/master' into reconcile-island

changes for local minikube clusters

21 May 04:01
Compare
Choose a tag to compare
7.5.0.156

default connection to vcell-dev.cam.uchc.edu

fix webapp base URIs using dynamic Angular config

20 May 13:41
Compare
Choose a tag to compare
7.5.0.155

load apiUri from deploy-time /assets/config/baseuri_config.json

properly decode PEM keys for legacy bearer tokens

16 May 14:37
Compare
Choose a tag to compare
7.5.0.154

Java.security doesn't strip PEM headers and decode base64, w/ unit test

use pure java security instead of bouncycastle to read keys

16 May 09:41
Compare
Choose a tag to compare
7.5.0.153

replace bouncycastle with native java security in JWTUtils to read keys