Open
Conversation
Integrate ZipLib (https://bitbucket.org/wbenny/ziplib) into project Add -unzipTo & -clean to decompress and clean
Update change log
uninstall: tell user to restart Notepad++ - Gup.exe remove all - clean in batch - relaunch Notepad++ gup.exe -clean "appPath2Launch" "dest_folder" "fold1" "a fold2" "fold3" gup.exe -clean "c:\npp\notepad++.exe" "c:\temp\" "toto" "ti ti" "tata" update: tell user to restart Notepad++ - Gup.exe download - remove all in directory - unzip/clean in batch - relaunch Notepad++ gup.exe -unzip -clean "appPath2Launch" "dest_folder" "toto http://toto" "titi http://titi" "tata http://tata" gup.exe -unzip -clean "c:\npp\notepad++.exe" c:\temp\ "toto http://toto" "ti et ti http://titi" "tata http://tata" Install: GUp.exe download - create directory - unzip: one by one, no relaunch gup.exe -unzipTo c:\donho\notepad++\plugins "https://github.com/npp-plugins/mimetools/releases/download/v2.1/mimetools.v2.1.zip"
…hash while installation and update.
…ctely) responsability from Notepad++ to WinGup For the sake of retro-compatibility, change the way of plugin packaging: 1. The plugin DLL file should be placed at the root level of the ZIP file. 2. The root level of the ZIP file can also contain additional files (DLL files or data files needed by the plugin) and folders which will be copied to the users harddisk as well. 3. Everything what gets copied from the ZIP file will be stored under <Npp-installation-folder>\plugins\<plugin-name>.
…mplementation. Make plugin installation way as updating one: same arguments and same implementation.
If WinGup is launched with privilege rights (UAC), the application it launches will have the same right. This PR makes explorer, which always has user's restriction, launch the application to get rid of the relevation.
- added missing nullpointer checks - extended error message on hash mismatch with the expected and found hashes Close notepad-plus-plus#5
It should be fixed once for all logically (except the leaf directory could still be treated as file). However, the logic doesn't exist in a nightmare, which is based on an unreliable unzip component.
The cURL.dll of v8.2.1 which fixes vulnerability of CVE-2023-38545 was not deployed in the latest Notepad++ release. Fix notepad-plus-plus#50
Set proxyauth to any-available so eg corporate proxies with windows logins work. Fix notepad-plus-plus#49, close notepad-plus-plus#48
A "Yes (Silent)" button is added in the update propt dialog, beside of button "Yes" which will trigger the classic update with GUI. Choose "Yes (Silent)" will download the package, close your Notepad++, then install new version of Notepad++ silently (without NEXT, NEXT...). After the installation, new version of Notepad++ will be launched. Fix notepad-plus-plus/notepad-plus-plus#8514, close #8514
and make the dialog appearing after as modal dialog of Notepad++. ref: notepad-plus-plus@069edc2#commitcomment-143134592
Update translation text for this commit: * Add an option to update silently (069edc2) Close notepad-plus-plus#53
Update translation texts for this commit: * Make Update available dialog entirely translatable (d5a9c7f) Close notepad-plus-plus#58
|
Good morning I have a proposal to make on the French part of the translation and I made a PR on the Notepad++ GitHub without having had any results. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update