Skip to content

Commit

Permalink
v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektroStudios committed Apr 12, 2024
1 parent 887a1e1 commit f475f7f
Show file tree
Hide file tree
Showing 12 changed files with 1,084 additions and 1,039 deletions.
4 changes: 3 additions & 1 deletion Docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
## v1.3.4 *(current)* 🆕

🛠️ Fixes:
- Now the program disables read/write functionalities to HKLM registry key when the process is not running elevated.
- Missing translation resource files from previous release caused an incomplete translation.
- Deleted orphan translation resources for "en-AS" culture from source-code.

🌟 Improvements:
- Added an application manifest requiring Administrator privileges to prevent registry read/write errors.
- Added an application manifest requiring user's highest available privileges to run the app.
- ToolStrip CheckBox's ("Compact Mode") internal logic and performance has been improved.
- Name value is auto-assigned when selecting a file through the file dialog, only in case the Name is empty or white spaced.

## v1.3.3 🔄

Expand Down
2 changes: 1 addition & 1 deletion Installer/install_script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Name: {localappdata}\ElektroStudios\{#ExeName}.exe*; Type: filesandordirs
Name: {localappdata}\ElektroStudios; Type: dirifempty

[Run]
Filename: {app}\{#ExeName}.exe; Description: {cm:LaunchProgram,{#AppName}}; Flags: postinstall unchecked skipifsilent nowait
Filename: {app}\{#ExeName}.exe; Description: {cm:LaunchProgram,{#AppName}}; Flags: postinstall unchecked skipifsilent nowait runascurrentuser

[Icons]
Name: {autodesktop}\{#AppName}; Filename: {app}\{#ExeName}.exe; WorkingDir: {app}; IconFilename: {app}\{#ExeName}.exe; Check: IsCreateDesktopShortcutChecked
Expand Down
Binary file modified Installer/{app}/File2Startup.exe
Binary file not shown.
Binary file modified Installer/{app}/en/File2Startup.resources.dll
Binary file not shown.
Binary file modified Installer/{app}/es/File2Startup.resources.dll
Binary file not shown.
Binary file modified Installer/{app}/pt/File2Startup.resources.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Installer/{tmp}/install_script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Name: {localappdata}\ElektroStudios\{#ExeName}.exe*; Type: filesandordirs
Name: {localappdata}\ElektroStudios; Type: dirifempty

[Run]
Filename: {app}\{#ExeName}.exe; Description: {cm:LaunchProgram,{#AppName}}; Flags: postinstall unchecked skipifsilent nowait
Filename: {app}\{#ExeName}.exe; Description: {cm:LaunchProgram,{#AppName}}; Flags: postinstall unchecked skipifsilent nowait runascurrentuser

[Icons]
Name: {autodesktop}\{#AppName}; Filename: {app}\{#ExeName}.exe; WorkingDir: {app}; IconFilename: {app}\{#ExeName}.exe; Check: IsCreateDesktopShortcutChecked
Expand Down
5 changes: 3 additions & 2 deletions Source/File2Startup/UserInterface/Main.Designer.vb

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

931 changes: 467 additions & 464 deletions Source/File2Startup/UserInterface/Main.en.resx

Large diffs are not rendered by default.

Loading

0 comments on commit f475f7f

Please sign in to comment.