Skip to content

Commit e232907

Browse files
authored
Merge pull request #49 from DennordG/Release-v1.4.0
Release v1.4.0
2 parents eb7a741 + b53fe46 commit e232907

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Version History
22

3+
### RC Strings 1.4.0
4+
*August 21, 2018*
5+
6+
Improvements:
7+
* Value formatting now includes support for multi-line string separation and string literals.
8+
Current supported string literals are:
9+
- `L"string"`
10+
- `R"(string)"`
11+
- `_T("string")`
12+
- `TEXT("string")`
13+
- other combinations of the literals above
14+
15+
Bugs:
16+
* Id could be 0
17+
* Could not find resource.h if it was not lower-case only
18+
* Missing value crashed the extension
19+
320
### RC Strings 1.3.0
421
*August 10, 2018*
522

@@ -14,7 +31,7 @@ Bugs:
1431
* Fix header path detection
1532
* Header name was mandatory "resource.h"
1633
* Fix UI input validation
17-
* Consecutive whitespaces were removed
34+
* Consecutive white-spaces were removed
1835
* Wrong resource placement in header file on add command
1936
* RC file name was not visible on edit command
2037

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.3.0" Language="en-US" Publisher="Caphyon" />
4+
<Identity Id="Caphyon.RcStrings.992db791-b2c8-4150-8359-431f4067be9e" Version="1.4.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)