Skip to content

Commit

Permalink
MUI - Commit before release build "Notepad3 6.23.903.1 rc"
Browse files Browse the repository at this point in the history
  • Loading branch information
hpwamr committed Sep 3, 2023
1 parent 5f0caed commit 6478b17
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 36 deletions.
6 changes: 3 additions & 3 deletions Build/Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ UCD - (UCD)ARDET is an Encoding Detector Library


========================================================
Current BETA/RC Version 6.23.830.(build_#) (2023-08-30)
Current BETA/RC Version 6.23.903.(build_#) (2023-09-03)
========================================================

--------------------------------------------------------
NEW:
--------------------------------------------------------
[.###.#]- .
[.903.1]- Python stream comment hack.
[.830.1]- "DrawAnimatedWindow": Option to disable animated max./min. window.
[.827.1]- Add Dark-Mode Contrast control for Schemes configuration.
[.707.1]- Add new Toolbar button "New Empty Window".
[.702.1]- Add new "grepWinNP3" icon for Launch and Search menu's.
[.702.1]- Add new Toolbar button "Reset Zoom".
[.619.1]- Indentation guide coloring on matching brace highlight.
[.513.1]- Option on F/R dialog: incremental search ON/OFF.
[.512.1]- Add an "Additional Notepad3Portable.cmd Launcher".
[.504.1]- Option: do not save blank new files.
[.430.1]- Option to show/hide titlebar.
[.424.1]- Localization in INNO Setup of "Open with Notepad3" (SUP).
Expand Down Expand Up @@ -114,7 +114,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.718.1]- Show hidden menu bar on Alt or F10 key.
[.903.1]- Python Line Comment : respect indents.
[.718.1]- TinyExpr Output formatter.
[.711.1]- RegEx search with begin/end line meta chars.
[.710.1]- Recoding for UTF-16.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ RemoveOtherDirectory=true
;OptionalSectionInstalledWhenSilent=true
;OptionalDirectory1=
;OptionalFile1=
OptionalComponents=true
OptionalSectionTitle=Additional Notepad3Portable.cmd Launcher
OptionalSectionDescription=Extracts additional launcher for Notepad3
OptionalFile1=Notepad3Portable.cmd

[CopyLocalFiles]
;CopyLocalFiles=true
Expand Down
24 changes: 0 additions & 24 deletions np3portableapp/Notepad3Portable/Other/Source/Notepad3Portable.cmd

This file was deleted.

5 changes: 0 additions & 5 deletions np3portableapp/build_np3portableapp.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,6 @@ del /f /q "%NP3_PORTAPP_INFO%_tmp.ini"

:: ---------------------------------------------------------------------------------------------------

:: - Copy "Additional Notepad3Portable.cmd Launcher" to "Notepad3Portable PAF [ROOT]" -
if exist "%NP3_PORTAPP_DIR%\Other\Source\Notepad3Portable.cmd" (
copy /B "%NP3_PORTAPP_DIR%\Other\Source\Notepad3Portable.cmd" "%NP3_PORTAPP_DIR%\Notepad3Portable.cmd" /Y /V
)

:: --- build Launcher and Installer Package ---

:: - build Launcher -
Expand Down

0 comments on commit 6478b17

Please sign in to comment.