Skip to content

Commit af78fa8

Browse files
committed
release 1.7
1 parent 6c10377 commit af78fa8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+309
-148
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
10.5 KB
Binary file not shown.

SignalRGB-CompGen/.vs/SignalRGB-CompGen/v17/DocumentLayout.json

Lines changed: 142 additions & 58 deletions
Large diffs are not rendered by default.

SignalRGB-CompGen/Class/MySettings.vb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Public Class Localization
4343
Public SelectComponentFile As String = "Select component file.."
4444
Public Save As String = "Save"
4545
Public SaveAs As String = "Save As..."
46+
Public ImportOpenRGBVisualMap As String = "Import OpenRGB Visual Map"
47+
Public SelectOpenRGBVisualMapFile As String = "Select OpenRGB Visual Map file.."
4648
Public SaveComponentFileAs As String = "Save component file as..."
4749
Public [Exit] As String = "Exit"
4850
Public Settings As String = "Settings"
@@ -103,4 +105,8 @@ Public Class Localization
103105
Public LEDName As String = "LED Name"
104106
Public LEDCoordinates As String = "LED Coordinates"
105107

108+
Public FileName As String = "File Name"
109+
Public Device As String = "Device"
110+
Public Location As String = "Location"
111+
106112
End Class

SignalRGB-CompGen/Class/OpenRGBVMap.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Public Structure OpenRGBVMap
1212

1313
End Structure
1414

15-
Public Structure ctrl_zones
15+
Public Class ctrl_zones
1616

1717
Public controller As _controller
1818
Public custom_zone_name As String
1919
Public settings As _settings
2020
Public zone_idx As Integer
2121

22-
End Structure
22+
End Class
2323

2424
Public Structure _controller
2525

SignalRGB-CompGen/My Project/PublishProfiles/FolderProfile.pubxml.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project>
66
<PropertyGroup>
7-
<History>True|2024-08-31T10:14:04.5034137Z;True|2024-07-16T00:27:24.9657973+08:00;True|2024-06-25T00:13:10.4175729+08:00;True|2024-06-24T23:39:03.8475950+08:00;True|2024-06-24T23:34:28.1022342+08:00;True|2024-06-22T18:10:37.7445723+08:00;True|2024-06-17T01:37:21.0918122+08:00;True|2024-06-09T21:18:57.2685493+08:00;True|2024-06-05T23:58:49.9321488+08:00;True|2024-06-05T00:57:39.0888880+08:00;True|2024-06-05T00:55:45.6306878+08:00;True|2024-06-05T00:53:15.0344017+08:00;True|2024-06-05T00:52:38.3559013+08:00;True|2024-06-04T23:52:22.0299558+08:00;</History>
7+
<History>True|2024-09-18T16:33:09.9794940Z;True|2024-08-31T18:14:04.5034137+08:00;True|2024-07-16T00:27:24.9657973+08:00;True|2024-06-25T00:13:10.4175729+08:00;True|2024-06-24T23:39:03.8475950+08:00;True|2024-06-24T23:34:28.1022342+08:00;True|2024-06-22T18:10:37.7445723+08:00;True|2024-06-17T01:37:21.0918122+08:00;True|2024-06-09T21:18:57.2685493+08:00;True|2024-06-05T23:58:49.9321488+08:00;True|2024-06-05T00:57:39.0888880+08:00;True|2024-06-05T00:55:45.6306878+08:00;True|2024-06-05T00:53:15.0344017+08:00;True|2024-06-05T00:52:38.3559013+08:00;True|2024-06-04T23:52:22.0299558+08:00;</History>
88
<LastFailureDetails />
99
</PropertyGroup>
1010
</Project>

SignalRGB-CompGen/SignalRGB-CompGen.vbproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<MyType>WindowsForms</MyType>
1010
<AssemblyName>compeditor</AssemblyName>
1111
<ApplicationIcon>1.ico</ApplicationIcon>
12-
<Version>1.6.3</Version>
12+
<Version>1.7</Version>
1313
<Authors>I'm Not MentaL</Authors>
1414
<Company>Haikou Nuoli Trading Co., Ltd.</Company>
1515
<PackageProjectUrl>https://nolliergb.cn</PackageProjectUrl>
1616
<PackageIcon>nollie.png</PackageIcon>
1717
<RepositoryUrl>https://github.com/qiangqiang101/SignalRGB-CompGen</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
19-
<AssemblyVersion>1.6.3</AssemblyVersion>
20-
<FileVersion>1.6.3</FileVersion>
19+
<AssemblyVersion>1.7</AssemblyVersion>
20+
<FileVersion>1.7</FileVersion>
2121
</PropertyGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)