Skip to content

Commit 69f628e

Browse files
authored
Merge pull request #34 from Caphyon/Release-v1.3.0
Release v1.3.0
2 parents c1e35ac + db569b4 commit 69f628e

File tree

2 files changed

+47
-12
lines changed

2 files changed

+47
-12
lines changed

CHANGELOG.md

+46-11
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,55 @@
1-
ChangeLog
2-
=========
3-
Changelog of RC Strings extension
1+
# Version History
2+
3+
### RC Strings 1.3.0
4+
*August 10, 2018*
5+
6+
Improvements:
7+
8+
* Add UI option for treating unused resources detected when the resources are found in the current RC but do not have a corresponding ID in any of the headers
9+
* Add autoselect current word if nothing is selected
10+
11+
Bugs:
12+
13+
* Id generation started from 0
14+
* Fix header path detection
15+
* Header name was mandatory "resource.h"
16+
* Fix UI input validation
17+
* Consecutive whitespaces were removed
18+
* Wrong resource placement in header file on add command
19+
* RC file name was not visible on edit command
20+
21+
### RC Strings 1.2.0
22+
*July 30, 2018*
23+
24+
Improvements:
25+
26+
* Allow multiline selection
27+
* Add support for writing in hexadecimal format
28+
* Add support for any kind of resources from RC file
29+
* Add UI option for ID per project generation
430

5-
RC Strings 1.1.0
6-
-----------------------
731
Bugs:
8-
* Fixed detection when lightweight solution load is enabled.
32+
33+
* Tabs were wrongly interpreted
34+
35+
### RC Strings 1.1.0
36+
*October 30, 2017*
37+
38+
Bugs:
39+
40+
* Fixed RC files detection when lightweight solution load is enabled.
941
* Fixed headers detection
1042

11-
RC Strings 1.0.1
12-
-----------------------
43+
### RC Strings 1.0.1
44+
*August 29, 2017*
45+
1346
Bugs:
14-
* Fixed bug that manifested when *Lightweight solution load* was enabled on VS 2017.
1547

16-
RC Strings 1.0.0
17-
-----------------------
48+
* Add support for *Lightweight solution load* on VS 2017.
49+
50+
### RC Strings 1.0.0
51+
*August 21, 2017*
52+
1853
### Official release
1954
First official release.
2055

NewSrc/RcStrings.VsPackage/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="Caphyon.RcStrings.992db791-b2c8-4150-8359-431f4067be9e" Version="1.2.0" Language="en-US" Publisher="Caphyon" />
4+
<Identity Id="Caphyon.RcStrings.992db791-b2c8-4150-8359-431f4067be9e" Version="1.3.0" Language="en-US" Publisher="Caphyon" />
55
<DisplayName>RC Strings</DisplayName>
66
<Description xml:space="preserve">This is an extension which enables you to add strings to RC (Win32 projects) string table from the context menu of Code editor.
77
</Description>

0 commit comments

Comments
 (0)