|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [0.7.2] |
| 4 | + |
| 5 | +- Fixed outline's regions |
| 6 | + |
| 7 | +## [0.7.0] |
| 8 | + |
| 9 | +- big rewrite of plugin's code, to typescript |
| 10 | +- `COS` renamed `ObjectScript`, affected configuration, language, commands etc. |
| 11 | +- Export added in context menu on items in Server Explorer |
| 12 | +- Improvements in Syntax highlighting |
| 13 | +- Language `ObjectScript Class` class was added, now used just for classes |
| 14 | + |
3 | 15 | ## [0.6.0]
|
| 16 | + |
4 | 17 | ### Added
|
| 18 | + |
5 | 19 | - Add "View others files" with shortcut
|
6 | 20 |
|
7 | 21 | ## [0.5.0]
|
| 22 | + |
8 | 23 | ### Added
|
| 24 | + |
9 | 25 | - Show outline symbols
|
10 | 26 |
|
11 | 27 | ## [0.4.0]
|
| 28 | + |
12 | 29 | ### Added
|
| 30 | + |
13 | 31 | - COS explorer
|
14 | 32 |
|
15 | 33 | ## [0.3.6]
|
| 34 | + |
16 | 35 | ### Added
|
| 36 | + |
17 | 37 | - Option "Compile on Save"
|
18 | 38 | - Additional notification window about compilation result
|
19 | 39 |
|
20 | 40 | ## [0.3.5]
|
| 41 | + |
21 | 42 | ### Added
|
| 43 | + |
22 | 44 | - Add initial syntax support for ClassQuery
|
23 | 45 | - Add initial syntax support for ForeignKey
|
| 46 | + |
24 | 47 | ### Fixed
|
| 48 | + |
25 | 49 | - Corrected a bit syntax support for macros
|
26 | 50 |
|
27 | 51 | ## [0.3.4]
|
| 52 | + |
28 | 53 | ### Added
|
| 54 | + |
29 | 55 | - Reconnect after change settings
|
30 | 56 |
|
31 | 57 | ## [0.3.3]
|
| 58 | + |
32 | 59 | ### Added
|
| 60 | + |
33 | 61 | - Update settings dynamically
|
34 | 62 |
|
35 | 63 | ## [0.3.2]
|
| 64 | + |
36 | 65 | ### Fixed
|
| 66 | + |
37 | 67 | - Use fixed version of cos-api4node
|
38 | 68 |
|
39 | 69 | ## [0.3.1]
|
| 70 | + |
40 | 71 | ### Added
|
| 72 | + |
41 | 73 | - Export after compile
|
42 | 74 |
|
43 | 75 | ## [0.2.3]
|
| 76 | + |
44 | 77 | ### Fixed
|
| 78 | + |
45 | 79 | - Remove unused command
|
46 | 80 |
|
47 | 81 | ## [0.2.2]
|
| 82 | + |
48 | 83 | ### Added
|
| 84 | + |
49 | 85 | - Option 'conn.export.folder'
|
50 | 86 | - Option 'conn.export.atelier'
|
51 |
| -- Export files as Atelier |
| 87 | +- Export files as Atelier |
52 | 88 |
|
53 | 89 | ### Changed
|
| 90 | + |
54 | 91 | - Configuration syntax
|
55 | 92 |
|
56 | 93 | ## [0.2.1]
|
| 94 | + |
57 | 95 | ### Fixed
|
| 96 | + |
58 | 97 | - API encoding
|
59 | 98 |
|
60 | 99 | ## [0.2.0]
|
| 100 | + |
61 | 101 | ### Added
|
| 102 | + |
62 | 103 | - Allow https
|
63 | 104 |
|
64 | 105 | ## [0.1.2]
|
| 106 | + |
65 | 107 | ### Added
|
66 |
| -- Support *.mac |
| 108 | + |
| 109 | +- Support \*.mac |
67 | 110 |
|
68 | 111 | ## [0.1.1]
|
| 112 | + |
69 | 113 | ### Added
|
70 |
| -- Additional warnings about compilation |
| 114 | + |
| 115 | +- Additional warnings about compilation |
71 | 116 |
|
72 | 117 | ## [0.1.0]
|
| 118 | + |
73 | 119 | ### Added
|
| 120 | + |
74 | 121 | - Save and compile
|
75 | 122 |
|
76 | 123 | ## [0.0.6]
|
| 124 | + |
77 | 125 | ### Changed
|
| 126 | + |
78 | 127 | - Upgrade to cos-api4node v2.0.0
|
79 | 128 |
|
80 | 129 | ## [0.0.5]
|
| 130 | + |
81 | 131 | ### Fixed
|
| 132 | + |
82 | 133 | - Do not output connection password
|
83 | 134 |
|
84 | 135 | ## [0.0.4]
|
| 136 | + |
85 | 137 | ### Added
|
86 |
| -- Add initial support for *.inc files |
| 138 | + |
| 139 | +- Add initial support for \*.inc files |
87 | 140 |
|
88 | 141 | ## [0.0.3]
|
| 142 | + |
89 | 143 | ### Added
|
| 144 | + |
90 | 145 | - Config connection to cos-server
|
91 | 146 | - Export sources (experimental)
|
92 | 147 |
|
93 | 148 | ## [0.0.1]
|
94 |
| -- Initial release |
| 149 | + |
| 150 | +- Initial release |
0 commit comments