Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektroStudios committed Apr 10, 2024
1 parent d44f270 commit 5ba608f
Show file tree
Hide file tree
Showing 16 changed files with 3,340 additions and 2,837 deletions.
10 changes: 8 additions & 2 deletions Docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# File2Startup Change Log 📋

## v1.3.2 *(current)* 🆕
## v1.3.3 *(current)* 🆕

🛠️ Fixes:
- Missing language translations for the text of some modified controls from previous release.
- Control hints were not updated properly when the control text was empty.

## v1.3.2 🔄

🛠️ Fixes:
- Added a 'Compact Mode' check box to hide/show tabs; whose main purpose is to serve as a final workaround for issue [#2](https://github.com/ElektroStudios/File2Startup/issues/2#issuecomment-2041072015)

## v1.3.1 🔄

🛠️ Fixes:
Expand Down
1 change: 1 addition & 0 deletions Source/File2Startup/File2Startup.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<Import Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="Tools\Core\UtilReflection.vb" />
<Compile Include="UserInterface\ToolStripCheckBox.vb">
<SubType>Component</SubType>
</Compile>
Expand Down
4 changes: 2 additions & 2 deletions Source/File2Startup/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.3.2.0")>
<Assembly: AssemblyFileVersion("1.3.2.0")>
<Assembly: AssemblyVersion("1.3.3.0")>
<Assembly: AssemblyFileVersion("1.3.3.0")>

<Assembly: NeutralResourcesLanguageAttribute("en")>
323 changes: 208 additions & 115 deletions Source/File2Startup/Tools/Core/ControlHintManager.vb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Source/File2Startup/Tools/Core/RegistryUtil.vb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Option Infer Off

Imports System.IO
Imports System.Security.Permissions
Imports System.Text

Imports Microsoft.Win32

Expand Down
404 changes: 404 additions & 0 deletions Source/File2Startup/Tools/Core/UtilReflection.vb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Source/File2Startup/Tools/Core/WindowMagnetizer.vb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Option Infer Off
Imports System.Runtime.InteropServices

Imports DevCase.Interop.Win32
Imports DevCase.Interop.Win32.Enums
Imports DevCase.Interop.Win32.Types

#End Region
Expand Down
1 change: 0 additions & 1 deletion Source/File2Startup/Tools/Interop/Delegates.vb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Option Infer Off

#Region " Imports "

Imports System.ComponentModel
Imports System.Security

#End Region
Expand Down
1 change: 0 additions & 1 deletion Source/File2Startup/Tools/Interop/NativeMethods.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Option Infer Off

Imports System.IO
Imports System.Runtime.InteropServices
Imports System.Runtime.InteropServices.ComTypes
Imports System.Security
Imports System.Text

Expand Down
33 changes: 17 additions & 16 deletions Source/File2Startup/UserInterface/Main.Designer.vb

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

Loading

0 comments on commit 5ba608f

Please sign in to comment.