Skip to content

Commit 5732793

Browse files
committed
version update
1 parent fd45c60 commit 5732793

File tree

2 files changed

+62
-6
lines changed

2 files changed

+62
-6
lines changed

CHANGELOG.md

+61-5
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,150 @@
11
# Change Log
22

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+
315
## [0.6.0]
16+
417
### Added
18+
519
- Add "View others files" with shortcut
620

721
## [0.5.0]
22+
823
### Added
24+
925
- Show outline symbols
1026

1127
## [0.4.0]
28+
1229
### Added
30+
1331
- COS explorer
1432

1533
## [0.3.6]
34+
1635
### Added
36+
1737
- Option "Compile on Save"
1838
- Additional notification window about compilation result
1939

2040
## [0.3.5]
41+
2142
### Added
43+
2244
- Add initial syntax support for ClassQuery
2345
- Add initial syntax support for ForeignKey
46+
2447
### Fixed
48+
2549
- Corrected a bit syntax support for macros
2650

2751
## [0.3.4]
52+
2853
### Added
54+
2955
- Reconnect after change settings
3056

3157
## [0.3.3]
58+
3259
### Added
60+
3361
- Update settings dynamically
3462

3563
## [0.3.2]
64+
3665
### Fixed
66+
3767
- Use fixed version of cos-api4node
3868

3969
## [0.3.1]
70+
4071
### Added
72+
4173
- Export after compile
4274

4375
## [0.2.3]
76+
4477
### Fixed
78+
4579
- Remove unused command
4680

4781
## [0.2.2]
82+
4883
### Added
84+
4985
- Option 'conn.export.folder'
5086
- Option 'conn.export.atelier'
51-
- Export files as Atelier
87+
- Export files as Atelier
5288

5389
### Changed
90+
5491
- Configuration syntax
5592

5693
## [0.2.1]
94+
5795
### Fixed
96+
5897
- API encoding
5998

6099
## [0.2.0]
100+
61101
### Added
102+
62103
- Allow https
63104

64105
## [0.1.2]
106+
65107
### Added
66-
- Support *.mac
108+
109+
- Support \*.mac
67110

68111
## [0.1.1]
112+
69113
### Added
70-
- Additional warnings about compilation
114+
115+
- Additional warnings about compilation
71116

72117
## [0.1.0]
118+
73119
### Added
120+
74121
- Save and compile
75122

76123
## [0.0.6]
124+
77125
### Changed
126+
78127
- Upgrade to cos-api4node v2.0.0
79128

80129
## [0.0.5]
130+
81131
### Fixed
132+
82133
- Do not output connection password
83134

84135
## [0.0.4]
136+
85137
### Added
86-
- Add initial support for *.inc files
138+
139+
- Add initial support for \*.inc files
87140

88141
## [0.0.3]
142+
89143
### Added
144+
90145
- Config connection to cos-server
91146
- Export sources (experimental)
92147

93148
## [0.0.1]
94-
- Initial release
149+
150+
- Initial release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-cos",
33
"displayName": "InterSystems ObjectScript",
44
"description": "InterSystems ObjectScript language support for Visual Studio Code",
5-
"version": "0.6.1",
5+
"version": "0.7.2",
66
"icon": "images/logo.png",
77
"categories": [
88
"Programming Languages",

0 commit comments

Comments
 (0)