Recent Releases of pixlise-ui

pixlise-ui - v4.67.0

4.67.0 (05-14-2025)

New Features

  • Shows locked icon on groups page for non-joinable groups
  • Show user ID on Add User dialog and group management page to allow lookup/identification in Auth0
  • Adds dynamic tick marks to spectrum chart y axis for log scaling
  • Updates "Add Role" dialog to include role descriptions
  • Adds default roles option to group management page
    • Admins can now set default roles that users will get when they are added to a group as a member
  • Adds descriptive label for image upload on dataset customisation page and filters alignable image options to MCC images

Bug Fixes

  • Fixed issue on spectrum chart where selection was still showing up after being cleared
  • Adds better error handling to image uploading in dataset customisation page
  • Disables image alignment controls for non-aligned images

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v4.66.0...v4.67.0

- Lua
Published by RyanStonebraker about 1 year ago

pixlise-ui - v4.66.0

4.66.0 (04-25-2025)

New Features

  • Shows spinner in expression console on code editor page when expression is running
    • Adds skeleton state for code editor widget so this doesn't show before the expression is loaded
  • Group management page overhaul
    • Admins can now directly add/remove Auth0 roles from users from within Pixlise
    • Adds group metadata edit dialog
    • Buttons, wording, and dialogs have been adjusted to better explain what's happening depending on user account permissions

Bug Fixes

  • Fixes performance issues on code editor page when switching expressions (max call stack exceeded)
  • Updates code editor time out options to match config options
  • Styling enhancements to expression console (fixes copy button position, overflow states, etc.)
  • Standardizes user icons across the groups page, reduces redundant requests
  • Fixes issue where for some users, the All Points ROI wasn't changing color when changed from the datasets sidebar (browser caching issue)
  • Misc performance improvements (reduces redundant requests for ROIs, etc.)

- Lua
Published by RyanStonebraker about 1 year ago

pixlise-ui - v4.49.0

What's Changed

  • 4.49.0 Release by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/424

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v4.48.0...v4.49.0

- Lua
Published by RyanStonebraker over 1 year ago

pixlise-ui - Release 4.48.0

What's Changed

  • Feature/lua semaphore by @pnemere in https://github.com/pixlise/pixlise-ui/pull/418
  • Feature/lua semaphore by @pnemere in https://github.com/pixlise/pixlise-ui/pull/419
  • Attempt to fix context image issues - rolled back broken fix for expo… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/420
  • Bugfix/swap ij by @pnemere in https://github.com/pixlise/pixlise-ui/pull/421
  • Feature/lua semaphore by @pnemere in https://github.com/pixlise/pixlise-ui/pull/422
  • Release 4.48.0 by @pnemere in https://github.com/pixlise/pixlise-ui/pull/423

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v4.47.0...v4.48.0

- Lua
Published by pnemere over 1 year ago

pixlise-ui - Release 4.45.0

What's Changed

  • Experiment/expr spectrum range cache by @pnemere in https://github.com/pixlise/pixlise-ui/pull/407
  • Add prefix to expression memoisation key by @pnemere in https://github.com/pixlise/pixlise-ui/pull/408
  • Feature/expr inputs by @pnemere in https://github.com/pixlise/pixlise-ui/pull/410
  • Feature/expr inputs by @pnemere in https://github.com/pixlise/pixlise-ui/pull/411
  • Release 4.45.0 by @pnemere in https://github.com/pixlise/pixlise-ui/pull/412

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v4.44.0...v4.45.0

- Lua
Published by pnemere over 1 year ago

pixlise-ui - v4.13.0

What's Changed

  • Feature/v4 fixes by @pnemere in https://github.com/pixlise/pixlise-ui/pull/191
  • Makes get started landing mobile friendly by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/192
  • Base Widget Customization and Bug Fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/193
  • Feature/image caching optimization by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/194
  • Feature/image picker by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/195
  • Feature/image picker by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/196
  • Feature/v4 bug fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/197
  • Feature/rgbu bugs by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/198
  • Updated notification settings for what's actually provided by API rig… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/199
  • Version bump check by @pnemere in https://github.com/pixlise/pixlise-ui/pull/200
  • Fixing upload feature by uploading via HTTP separately as per API cha… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/201
  • Feature/base widget redesign by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/202
  • Feature/quant table by @pnemere in https://github.com/pixlise/pixlise-ui/pull/203
  • Feature/context image regions by @pnemere in https://github.com/pixlise/pixlise-ui/pull/205
  • Fixed selection not updating when selecting with RGBU image on contex… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/206
  • Added context image ROI hover/tooltip ability by @pnemere in https://github.com/pixlise/pixlise-ui/pull/207
  • Bug/expression region by @pnemere in https://github.com/pixlise/pixlise-ui/pull/208
  • Feature/sidebar redesign by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/209
  • Brought back selection side bar, seems to work multi-scan capable by @pnemere in https://github.com/pixlise/pixlise-ui/pull/210
  • Feature/sidebar redesign by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/211
  • Cleans up roughness tab by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/212
  • Spectrum chart selection bug fix by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/213
  • Feature/tests by @pnemere in https://github.com/pixlise/pixlise-ui/pull/214
  • Fixed compile error by @pnemere in https://github.com/pixlise/pixlise-ui/pull/216
  • Fixed css warning by @pnemere in https://github.com/pixlise/pixlise-ui/pull/215
  • Feature/code editor cleanup by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/217
  • Builds out UI notification service and displays in menu by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/218
  • Feature/ci tests by @pnemere in https://github.com/pixlise/pixlise-ui/pull/219
  • Feature/new share dialog by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/220
  • Clears solo view on page switch by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/221
  • Bug/sidebar roi tabs by @pnemere in https://github.com/pixlise/pixlise-ui/pull/204
  • Feature/bug roi context image pixels by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/222
  • Better logs lua errors in code editor, doesnt auto run by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/223
  • Remove in-flux expressions from cache if error returned by @pnemere in https://github.com/pixlise/pixlise-ui/pull/224
  • Makes lua timeout configurable on code editor page by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/225
  • Fixes color of timeout dropdown by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/226
  • Expression error cleanup by @pnemere in https://github.com/pixlise/pixlise-ui/pull/227
  • v4 release candidate by @pnemere in https://github.com/pixlise/pixlise-ui/pull/228
  • Adds elements per page selector on element maps page by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/229
  • Public Page and Groups Page Links by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/230
  • First load, Anomaly Map Expressions by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/231
  • Adds a persistent state to expression picker and a single layer mode by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/232
  • Adds one-click apply shortcut for single layer selection by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/233
  • Expression Picker Bug by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/234
  • Feature/v4 post release fixes by @pnemere in https://github.com/pixlise/pixlise-ui/pull/235
  • Initial fixes for v4 release by @pnemere in https://github.com/pixlise/pixlise-ui/pull/236
  • Feature/v4 post release fixes by @pnemere in https://github.com/pixlise/pixlise-ui/pull/237
  • Feature/image picker sliders by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/238
  • Implements TIFF preview and caching by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/239
  • Implements multi-dataset options for MIST dialog by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/240
  • Adds label for browse tab by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/241
  • Feature/v4 post release fixes by @pnemere in https://github.com/pixlise/pixlise-ui/pull/242
  • v4 post release fixes #2 by @pnemere in https://github.com/pixlise/pixlise-ui/pull/243
  • Feature/v4 post release fixes by @pnemere in https://github.com/pixlise/pixlise-ui/pull/244
  • v4 further fixes by @pnemere in https://github.com/pixlise/pixlise-ui/pull/245
  • Missed some Sentry log errors that spam a lot by @pnemere in https://github.com/pixlise/pixlise-ui/pull/247
  • v4 sentry spam fix by @pnemere in https://github.com/pixlise/pixlise-ui/pull/248
  • Fixing not found deteection for sentry error filtering by @pnemere in https://github.com/pixlise/pixlise-ui/pull/249
  • v4 more sentry spam removal by @pnemere in https://github.com/pixlise/pixlise-ui/pull/250
  • Feature/v4 post release fixes by @pnemere in https://github.com/pixlise/pixlise-ui/pull/251
  • v4 sentry noise removal fix by @pnemere in https://github.com/pixlise/pixlise-ui/pull/252
  • Feature/single axis rgbu by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/253
  • Adjusts right out of bounds height for key by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/254
  • Draws line in case of all labels being off, uses unicode arrows by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/255
  • Removes single axis test case by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/256
  • Fixes memory leak in image caching, implements parallel coordinates plot by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/257
  • Caches User Icons by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/258
  • Fixes Scan Sorting by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/259
  • Only shows selection of PCP if same image by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/260
  • Only show ROIs if they have the same image name by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/261
  • Feature/v4 post release fixes by @pnemere in https://github.com/pixlise/pixlise-ui/pull/262
  • v4 Patch by @pnemere in https://github.com/pixlise/pixlise-ui/pull/263
  • Feature/v4 post release fixes by @pnemere in https://github.com/pixlise/pixlise-ui/pull/264
  • Position Data and Colour Scale Bug Fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/265
  • Feature/export by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/266
  • RGB Mix mode clean up by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/267
  • RGB Mix mode, Widget data exporting, Bug Fixes and Cleanup by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/268
  • Code Editor, Diffraction, and Sidebar Bug Fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/269
  • Code Editor, Diffraction Tab, and Sidebar Bug Fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/270
  • Dataset customization page TIFF overlay image generation, Minor Bug Fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/271
  • Dataset customization page TIFF overlay image generation, Minor Bug Fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/272
  • Feature/export by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/273
  • Exporting, Misc Bugs by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/274

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v3.15.0...v4.13.0

- Lua
Published by RyanStonebraker about 2 years ago

pixlise-ui - Release 3.15.0

Data importer support for other detector configs, and EM data

What's Changed

  • Data importer support for other detector configs, and EM data by @pnemere in https://github.com/pixlise/pixlise-ui/pull/189

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v3.14.0...v3.15.0

- Lua
Published by pnemere over 2 years ago

pixlise-ui - Release 3.14.0

What's Changed

  • MIST ROI Combined Dataset Importing Bug Fix by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/188

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v3.13.0...v3.14.0

- Lua
Published by RyanStonebraker almost 3 years ago

pixlise-ui - Release 3.13.0

What's Changed

  • Feature/expression color scale override by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/184
  • v3.13 by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/185

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v3.12.0...v3.13.0

- Lua
Published by RyanStonebraker almost 3 years ago

pixlise-ui - Release 3.12.0

What's Changed

  • Update catalog-info.yaml by @buggtb in https://github.com/pixlise/pixlise-ui/pull/182
  • Stability Hot Fix by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/183

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v3.11.0...v3.12.0

- Lua
Published by RyanStonebraker almost 3 years ago

pixlise-ui - Release 3.11.0

Small export and layers bug fixes

- Lua
Published by pnemere almost 3 years ago

pixlise-ui - Release 3.10.0

Fixing signup flow

What's Changed

  • Hotfix/signup by @pnemere in https://github.com/pixlise/pixlise-ui/pull/176
  • Fixing signup button by @pnemere in https://github.com/pixlise/pixlise-ui/pull/177

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v3.9.0...v3.10.0

- Lua
Published by pnemere about 3 years ago

pixlise-ui - v3.8.0

What's Changed

  • Hotfix/binary ternary errors by @pnemere in https://github.com/pixlise/pixlise-ui/pull/170
  • Release to fix ternary diagram issues and adding footprint coordinate export by @pnemere in https://github.com/pixlise/pixlise-ui/pull/171

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v3.7.0...v3.8.0

- Lua
Published by pnemere about 3 years ago

pixlise-ui - v3.7.0

New "Public Access" view in the UI that allows public users to see datasets and collections that were made public and provides a flow for permissioned users to release shared collections to the public.

What's Changed

  • Feature/public access by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/166
  • Feature/public fixes by @pnemere in https://github.com/pixlise/pixlise-ui/pull/167
  • Update README.md by @pnemere in https://github.com/pixlise/pixlise-ui/pull/168
  • Public Access by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/169

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v3.6.0...v3.7.0

- Lua
Published by RyanStonebraker about 3 years ago

pixlise-ui - v3.4.0

Release of the new PIXLISE public page with better info about what it does and how it can be used and its open nature.

- Lua
Published by pnemere about 3 years ago

pixlise-ui - v3.0.0

What's Changed

  • Merge pull request #99 from pixlise/development by @pnemere in https://github.com/pixlise/pixlise-ui/pull/100
  • Mars references by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/101
  • Export Single Expression CSV Per ROI by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/102
  • Feature/smallfixes by @pnemere in https://github.com/pixlise/pixlise-ui/pull/103
  • Adds references for combined detector by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/104
  • Feature/expression api by @pnemere in https://github.com/pixlise/pixlise-ui/pull/106
  • New expression editor v1 by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/105
  • Adds one way convert to lua button by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/107
  • feat: consolidated reusable workflow and add version-bump by @michaelfedell in https://github.com/pixlise/pixlise-ui/pull/108
  • Main by @pnemere in https://github.com/pixlise/pixlise-ui/pull/110
  • #3235 - Fixing case where variogram can end up with non-integer bin c… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/111
  • Feature/sentry less verbosity by @pnemere in https://github.com/pixlise/pixlise-ui/pull/112
  • Expression Editor V2 by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/114
  • Feature/expression editor monaco by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/115
  • Feature/lua map testing by @pnemere in https://github.com/pixlise/pixlise-ui/pull/116
  • Code Editor Error Handling by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/117
  • Feature/add lua exists func by @pnemere in https://github.com/pixlise/pixlise-ui/pull/118
  • Feature/code editor bug fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/119
  • Bugfix/atomic mass by @pnemere in https://github.com/pixlise/pixlise-ui/pull/120
  • Select All Filtered Button by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/121
  • Installed Module Bug Fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/122
  • Fixing wrong kind of error thrown when expression not found. Now an o… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/123
  • Bugfix/cached selection by @pnemere in https://github.com/pixlise/pixlise-ui/pull/124
  • Code Editor Bug Fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/125
  • Feature/expr optimisation by @pnemere in https://github.com/pixlise/pixlise-ui/pull/126
  • Fixes Syntax Highlighting Bugs by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/128
  • Hot fix for bug introduced with trying to optimise out multi-quant Z-… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/130
  • Feature/unsaved bug fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/131
  • Feature/unsaved bug fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/132
  • MIST ROIs for Combined Datasets by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/129
  • Copy Output Button and Download Options by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/133
  • Feature/copy output by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/134
  • Bug Fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/135
  • Lua Test Fix by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/136
  • feat: use GH_PAT instead of Token to tag commits by @michaelfedell in https://github.com/pixlise/pixlise-ui/pull/127
  • Release 3.0.0 #major by @pnemere in https://github.com/pixlise/pixlise-ui/pull/138

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v2.1.0...v3.0.0

- Lua
Published by RyanStonebraker about 3 years ago

pixlise-ui - Release 2.0.17

What's Changed

  • Merge pull request #83 from pixlise/development by @pnemere in https://github.com/pixlise/pixlise-ui/pull/84
  • Use newer protobuf by @pnemere in https://github.com/pixlise/pixlise-ui/pull/85
  • Expression Editor Button + CSS Fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/86
  • Feature/separate export files by @pnemere in https://github.com/pixlise/pixlise-ui/pull/87
  • Feature/roi tagging by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/88
  • Feature/expr functions by @pnemere in https://github.com/pixlise/pixlise-ui/pull/89
  • Feature/expr functions by @pnemere in https://github.com/pixlise/pixlise-ui/pull/90
  • #3167 - Variogram xor option added for Mike, at least for testing by @pnemere in https://github.com/pixlise/pixlise-ui/pull/91
  • Feature/pcp minerals by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/92
  • Feature/admin users stats by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/93
  • Admin User Stats Bug Fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/94
  • Release 2.0.17 by @pnemere in https://github.com/pixlise/pixlise-ui/pull/95

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v2.0.16-ui...v2.0.17-ui

- Lua
Published by pnemere over 3 years ago

pixlise-ui - Release 2.0.16

What's Changed

  • Merge pull request #65 from pixlise/development by @pnemere in https://github.com/pixlise/pixlise-ui/pull/66
  • Parallel Coordinates Plot Rebuild by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/67
  • About page update by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/68
  • Range Expression Dialog by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/69
  • #3158 - allow user to type custom default context image, allow user t… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/70
  • Expression Save and Apply Inconsistencies by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/71
  • Main by @pnemere in https://github.com/pixlise/pixlise-ui/pull/72
  • Feature/combined datasets by @pnemere in https://github.com/pixlise/pixlise-ui/pull/73
  • #3120 - Add ability to pick PMCs from sub-dataset in case of combined… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/74
  • #3162 - Add SourceRTT and SourcePMC columns to UI-generated export CS… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/75
  • View State Syncing Bug and PCP Export by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/76
  • #3120 - Modified selection by PMC entry to use existing user prompt d… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/77
  • Active ROI Ordering by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/78
  • Fixes Hidden Character Bug in Expression Editor by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/79
  • Expression picker tag filter by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/80
  • Feature/combined datasets by @pnemere in https://github.com/pixlise/pixlise-ui/pull/81
  • Feature/expression enhancements by @pnemere in https://github.com/pixlise/pixlise-ui/pull/82
  • Release 2.0.16 by @pnemere in https://github.com/pixlise/pixlise-ui/pull/83

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v2.0.14-ui...v2.0.16-ui

- Lua
Published by pnemere over 3 years ago

pixlise-ui - v2.0.14-ui

What's Changed

  • Merge pull request #61 from pixlise/development by @pnemere in https://github.com/pixlise/pixlise-ui/pull/62
  • Layer Tagging by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/63
  • Bugfix/panels by @pnemere in https://github.com/pixlise/pixlise-ui/pull/64
  • Release 2.0.14 by @pnemere in https://github.com/pixlise/pixlise-ui/pull/65

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v2.0.13-ui...v2.0.14-ui

- Lua
Published by pnemere over 3 years ago

pixlise-ui - v2.0.13-ui

Includes display of timestamps for user-created objects and some bug fixes

- Lua
Published by pnemere over 3 years ago

pixlise-ui - v2.0.11-ui

What's Changed

  • Update feature.yml by @buggtb in https://github.com/pixlise/pixlise-ui/pull/31
  • Data collection text update and new version file by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/32
  • Full Screen Annotations by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/34
  • Feature/importer by @pnemere in https://github.com/pixlise/pixlise-ui/pull/33
  • Trello by @pnemere in https://github.com/pixlise/pixlise-ui/pull/35
  • New release by @pnemere in https://github.com/pixlise/pixlise-ui/pull/36
  • Feature/rgbu scaling bug fixes by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/37
  • #1573: Save button log query sometimes gets 404 if log not yet create… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/38
  • #1573: UI cleanup on dataset edit page by @pnemere in https://github.com/pixlise/pixlise-ui/pull/39
  • #1571: Fixed bug introduced with latest layer change (months back) wh… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/40
  • Bugfix/dataset upload by @pnemere in https://github.com/pixlise/pixlise-ui/pull/41
  • Release 2.0.7 by @pnemere in https://github.com/pixlise/pixlise-ui/pull/42
  • Fixing build issue where Sign the published Docker image is failing, … by @pnemere in https://github.com/pixlise/pixlise-ui/pull/44
  • Main by @pnemere in https://github.com/pixlise/pixlise-ui/pull/45
  • Force saves view state to overwrite annotations for existing workspaces by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/46
  • Export Redesign by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/47
  • Bump moment from 2.29.1 to 2.29.4 in /client by @dependabot in https://github.com/pixlise/pixlise-ui/pull/1
  • Saves state on axis scale by @RyanStonebraker in https://github.com/pixlise/pixlise-ui/pull/48
  • #3126: Stop using auth0 jwt nickname field, removed from the rule (an… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/49
  • Feature/askname by @pnemere in https://github.com/pixlise/pixlise-ui/pull/50
  • Release 2.0.10 by @pnemere in https://github.com/pixlise/pixlise-ui/pull/51
  • #1170: Sentry error handling cleanup - adding some console logging to… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/52
  • Release 2.0.11 fixing sentry issues by @pnemere in https://github.com/pixlise/pixlise-ui/pull/53
  • #1170: More sentry cleanup - if 404s on dataset load we were not hidi… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/54
  • Pulling in sentry fixes by @pnemere in https://github.com/pixlise/pixlise-ui/pull/55

New Contributors

  • @dependabot made their first contribution in https://github.com/pixlise/pixlise-ui/pull/1

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v2.0.6-ui...v2.0.11-ui

- Lua
Published by pnemere over 3 years ago

pixlise-ui - v2.0.6-ui

- Lua
Published by RyanStonebraker over 3 years ago

pixlise-ui - v2.0.5-ui

Hotfix release changing the following two defaults for quantifications: - Change label from Fe Proportion (FeO / Fe2O3) to Fe to O Ratio - Changes default Fe to 0 ratio value from 1.5 to 1.0

- Lua
Published by RyanStonebraker over 3 years ago

pixlise-ui - v2.0.4-ui

What's Changed

  • Fixes the versioning issues in the build pipeline by @buggtb in https://github.com/pixlise/pixlise-ui/pull/22
  • New release by @buggtb in https://github.com/pixlise/pixlise-ui/pull/23

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v2.0.3-ui...v2.0.4-ui

- Lua
Published by buggtb almost 4 years ago

pixlise-ui - v2.0.3-ui

What's Changed

  • Hotfix/bugfixes by @pnemere in https://github.com/pixlise/pixlise-ui/pull/20
  • Merge for release by @buggtb in https://github.com/pixlise/pixlise-ui/pull/21

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v2.0.2-ui...v2.0.3-ui

- Lua
Published by buggtb almost 4 years ago

pixlise-ui - v2.0.2-ui

What's Changed

  • Added local dev config to assets, so it's usable in local dev setup (… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/3
  • Bugfix/collections by @pnemere in https://github.com/pixlise/pixlise-ui/pull/5
  • CI integration by @buggtb in https://github.com/pixlise/pixlise-ui/pull/6
  • remove increment number from dev by @buggtb in https://github.com/pixlise/pixlise-ui/pull/8
  • Create staging CI pipeline by @buggtb in https://github.com/pixlise/pixlise-ui/pull/9
  • Change CI names by @buggtb in https://github.com/pixlise/pixlise-ui/pull/11
  • #1532: Added pipe to add bearer token to requests that are specified … by @pnemere in https://github.com/pixlise/pixlise-ui/pull/4
  • #1524: User diffraction peaks and deleted detected peaks now are refl… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/15
  • #1510: Hide all other dialogs when login expired dialog about to be s… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/16
  • Bugfix/workspace overwrite by @pnemere in https://github.com/pixlise/pixlise-ui/pull/17
  • Feature/dataset thumbnails by @pnemere in https://github.com/pixlise/pixlise-ui/pull/18
  • Merge for release by @buggtb in https://github.com/pixlise/pixlise-ui/pull/19

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v2.0.1-ui...v2.0.2-ui

- Lua
Published by buggtb almost 4 years ago

pixlise-ui - v2.0.1-ui

- Lua
Published by buggtb almost 4 years ago

pixlise-ui - v2.0.0-ui

What's Changed

  • Adding PIQUANT fit feature, various small changes/bug fixes to period… by @pnemere in https://github.com/pixlise/pixlise-ui/pull/2

New Contributors

  • @pnemere made their first contribution in https://github.com/pixlise/pixlise-ui/pull/2

Full Changelog: https://github.com/pixlise/pixlise-ui/compare/v2.0...v2.0.0-ui

- Lua
Published by buggtb almost 4 years ago

pixlise-ui - 2.0 open source migration release

- Lua
Published by scottdavidoff almost 4 years ago