Skip to content

Commit 64ad28e

Browse files
authored
Update and rename ViewSet0.5.jsx to ViewSet.jsx
Move Changelog to ReadMe
1 parent fc8e571 commit 64ad28e

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

ViewSet0.5.jsx renamed to ViewSet.jsx

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
// ViewSet 0.4
1+
// ViewSet 0.5
22
// Lamma Studio Design
3-
// 14-4-2021
4-
5-
//Changelog
6-
// 0.1 Initial release
7-
// 0.2 added auto checkOut function
8-
// 0.3 remove old diagnostics replace with generics
9-
// 0.4 check for no windows and get more specific in check
10-
// 0.5 prefs added and kept
3+
// 17-5-2021
114

125
#targetengine "session";
136
setPrefs();
@@ -118,4 +111,4 @@ function setPrefs() {
118111
} catch (err) {
119112
alert ("setPrefs Error: " + [err,err.line]);
120113
};
121-
};
114+
};

0 commit comments

Comments
 (0)