-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges.txt
47 lines (36 loc) · 1.35 KB
/
Changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Date : 13 Apr 2024
Changes :
- Added hash routing for github pages routing
============================================================
Date : 29 Apr 2024
Changes :
- Implemented Copy as JSON feature.
============================================================
Date : 16 August 2024
Changes :
- Included Genetom Code Editor
============================================================
Date : 25 August 2024
Changes :
- getting webcomponent config from Files
============================================================
Date : 5 jan 2025
Changes :
features:
- Supabase integration for DB Schema
- Can save & load saved file for logged in users.
- Can load schema as JSON
- When exporting, Automatically save the data first.
Bugs fixed:
- Multiple entries saved in local storage if we modify the project name
============================================================
Date : 12 Jan 2025
Release Branch : release/v2.0.0
DevToolsCode : release/v3.0.0
Changes :
Genetom DB Schema - V3
- Replaced Editor with Canvas based one.
- Tables can have color
- Can able to connect columns (Relationship)
- Auto save by default will be false for newly created.
- Auto save will be change based on imported data schema (From DB, From JSON, From File, From Local)