-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.js
More file actions
110 lines (110 loc) · 3.41 KB
/
Copy pathversions.js
File metadata and controls
110 lines (110 loc) · 3.41 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
const versionData = [
{
"version": "1.1.2",
"releaseDate": "2025-04-01",
"features": [
"Add Function for Lower & Upper Text",
]
},
{
"version": "1.1.1",
"releaseDate": "2025-03-15",
"features": [
"Add menu Other for Delete '' , () ",
]
},
{
"version": "1.1.0",
"releaseDate": "2025-02-14",
"features": [
"Add Tooltip (When hover Dark Mode & What's Button)",
"Change class Switches to Radio",
"Change some class on What's New",
"Change class css Clear & Copy Button",
"Change some class etc...",
"Remove id box-border (Change Dialog to Full Screen)",
"Add more some bug",
"Etc...."
]
},
{
"version": "1.0.9",
"releaseDate": "2025-02-12",
"features": [
"Add View Counter"
]
},
{
"version": "1.0.8",
"releaseDate": "2025-02-05",
"features": [
"Add select function to support Enter and , (Now you can Select DataType)"
]
},
{
"version": "1.0.7",
"releaseDate": "2025-02-05",
"features": [
"Add function to support Enter and ,"
]
},
{
"version": "1.0.6",
"releaseDate": "2025-02-05",
"features": [
"Fix bug Show Insert",
"Fix some CSS",
"Fix Type Command Insert",
"Add emoji on Copy and Clear buttons",
"Change logic selectedCommand from if to switch case"
]
},
{
"version": "1.0.5",
"releaseDate": "2025-02-04",
"features": [
"Add Function for Insert & Delete",
"Support command for Full & Manual",
"Some bug & code"
]
},
{
"version": "1.0.4",
"releaseDate": "2025-02-04",
"features": [
"Change some class to support Mobile",
"Add Title and Change to Label (Input Data & Export Data)",
"Add RGB Title Version Update",
"Add Copyright"
]
},
{
"version": "1.0.3",
"releaseDate": "2025-02-03 Hotfix",
"features": [
"Convert JS to Jquery"
]
},
{
"version": "1.0.2",
"releaseDate": "2025-02-03",
"features": [
"Add Show list None & SELECT & UPDATE",
"Add Dark Mode", "Add Ver. Detail"
]
},
{
"version": "1.0.1",
"releaseDate": "2024-08-12",
"features": [
"Add Function Button Copy & Clear "
]
},
{
"version": "1.0.0",
"releaseDate": "2024-07-02",
"features": [
"Support GEN2QS Function"
]
}
];