Skip to content

Commit 3180f5c

Browse files
committed
several bug fixes
1 parent c3ac3d0 commit 3180f5c

File tree

11 files changed

+3190
-3131
lines changed

11 files changed

+3190
-3131
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Koushik"
66
orcid: "https://orcid.org/0000-0001-9093-2255"
77
title: "Interactive Data Editor"
8-
version: 2.12.0
8+
version: 2.12.1
99
doi: https://doi.org/10.5281/zenodo.3947507
10-
date-released: 2022-04-14
10+
date-released: 2022-11-19
1111
url: "https://github.com/Koushikphy/Interactive_Data_Editor"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Interactive Data Editor
22
### <i>A Software to interactively edit data in a graphical manner.</i>
33

4-
[![Version](https://img.shields.io/badge/Version-2.12.0-brightgreen.svg)]()
4+
[![Version](https://img.shields.io/badge/Version-2.12.1-brightgreen.svg)]()
55
[![MIT License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/Koushikphy/Interactive_Data_Editor/blob/master/LICENSE)
66
[![interactive-data-editor](https://snapcraft.io/interactive-data-editor/badge.svg)](https://snapcraft.io/interactive-data-editor)
77
[![interactive-data-editor](https://snapcraft.io/interactive-data-editor/trending.svg?name=0)](https://snapcraft.io/interactive-data-editor)

RELEASE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.12.1
2+
1. Bug with value swapping resolved.
3+
2. Auto saving error fixed.
4+
3. Fixed blank screen on loading bad data.
5+
16
## v2.12.0
27
1. *Auto Corrector*: Automatically detect and rectify bad data.
38
2. Bug fix for undo redo.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Koushik Naskar <koushik.naskar9@gmail.com>",
55
"copyright": "Copyright © January,2022 Koushik Naskar",
66
"homepage": "https://github.com/Koushikphy/Interactive-Data-Editor",
7-
"version": "2.12.0",
7+
"version": "2.12.1",
88
"main": "index.js",
99
"license": "MIT",
1010
"scripts": {

0 commit comments

Comments
 (0)