Releases: t29mato/starry-digitizer
Releases · t29mato/starry-digitizer
v1.10.2 Great refactorings✨
v1.10.1 Fixed a bug that the wrong axis set is activated after cancelling deletion of an axis set.
Merge pull request #200 from t29mato/feature/fix_cancel_axis_set_dele…
v1.10.0 Disable changing 2 points / 4 points mode of axis settings if axis is set, and some refactorings
Features
- If at least one axis is already defined, user should not be able to change 2 points mode / 4 points mode, and now they cannot.
- Also, if the mode is changed from 4 points to 2 points, 'consider graph tilt' checkbox will be automatically unchecked.
Refactorings
- Add labels to some number values to make the codes more readable. Below is one example:
export const MANUAL_MODE = {
UNSET: -1,
ADD: 0,
EDIT: 1,
DELETE: 2,
} as const
v1.9.3 minor fixtures and improvements
- modified the place of the warning message about axis settings.
- When removed a dataset, activate the right above dataset instead (If you removed the first dataset, the second one will be activated)
v1.9.2 Bugfix: interpolation is unexpectedly activated when moving points by arrow keys
Merge pull request #190 from t29mato/feature/bugfix_unexpected_interp…
v1.9.1 Bugfix: keep exponential format even when acitve axis sets are changed
v1.9.0 📊You can define multiple XY axis combinations🎉
- Added a new feature to define multiple XY axis combinations and connect them to each dataset
- Some code refactorings
- Added --host option to vite command so that the local cypress works
v1.8.0
v1.7.0 Allow gif and webp as an uploaded image format
- Allow gif and webp as an uploaded image format
- A little bit of refactaring
v1.6.0 show smartphones are unsupported, and some other minor fixes
- Show a guidance screen when accessing from smartphones to guide users to access from PC
- When a user try to delete a dataset, show the dataset name on the confirmation popup
- Don't show the confirmation popup when try to delete a dataset without any data points
- All datasets are visible on the right sidebar (no scroll)