Skip to content

Commit

Permalink
small ui fixes
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
t0815 committed Oct 21, 2023
1 parent 02e569c commit ddebd9a
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 38 deletions.
2 changes: 1 addition & 1 deletion MyCBZ/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<applicationSettings>
<Win_CBZ.Win_CBZSettings>
<setting name="Version" serializeAs="String">
<value>0.11.49b</value>
<value>0.12.50b</value>
</setting>
<setting name="RenamerPlaceholders" serializeAs="Xml">
<value>
Expand Down
62 changes: 31 additions & 31 deletions MyCBZ/Forms/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions MyCBZ/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,8 @@ private void DisableControllsForArchiveState(ProjectModel project, int state)
MetaDataGrid.Enabled = true;
AddMetaDataRowBtn.Enabled = false;
CurrentGlobalAction = null;
LabelW.Text = "0";
LabelH.Text = "0";
CurrentGlobalActions.Clear();
//MessageLogListView.Items.Clear();
//MessageLogger.Instance.Log(LogMessageEvent.LOGMESSAGE_TYPE_INFO, "Archive [" + project.FileName + "] closed");
Expand Down
2 changes: 1 addition & 1 deletion MyCBZ/Win_CBZSettings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MyCBZ/Win_CBZSettings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Value Profile="(Default)">%APPDATA%\CBZMage\Temp\</Value>
</Setting>
<Setting Name="Version" Type="System.String" Scope="Application">
<Value Profile="(Default)">0.11.49b</Value>
<Value Profile="(Default)">0.12.50b</Value>
</Setting>
<Setting Name="RenamerPlaceholders" Type="System.Collections.Specialized.StringCollection" Scope="Application">
<Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Microsoft Visual Studio [Community] 2022 (64-Bit)

## Latest Release

v0.11.49b released!
v0.12.50b released!

## Third party components

Expand Down
6 changes: 3 additions & 3 deletions Win_CBZ-Setup/Win_CBZ-Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -434,15 +434,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Win_CBZ"
"ProductCode" = "8:{E3C2F8CB-255B-4809-B865-1DBCA429122F}"
"PackageCode" = "8:{851E7EFF-BB5C-4341-A745-664EF40C930C}"
"ProductCode" = "8:{83EA5B8D-9A1D-4CB4-9686-C6437BE0BCBA}"
"PackageCode" = "8:{B178B911-F7F1-430C-A87E-E63F55C1A778}"
"UpgradeCode" = "8:{66FAEF81-1CAE-4971-9E0F-796310EFEA5E}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:0.11.49"
"ProductVersion" = "8:0.12.50"
"Manufacturer" = "8:Trash_s0Ft"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down

0 comments on commit ddebd9a

Please sign in to comment.