Skip to content

Commit 82a03dd

Browse files
committed
Release 1.3.3.3
1 parent bb51db4 commit 82a03dd

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

ReleaseNotes.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Preview HTML plugin for Notepad++
22
=================================
33

4+
v1.3.3.3, 2025-08-10
5+
--------------------
6+
**Final release for Internet Explorer**
7+
8+
- Fixed: dialog text will be dynamically resized on older Windows versions
9+
- Added: new icons for light and dark mode
10+
411
v1.3.3.2, 2024-11-16
512
--------------------
613
- Fixed: previewing an empty file in Notepad++ 8.4 or newer will no longer crash the application

make_release.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22
::
3-
:: Copyright (C) 2024 Robert Di Pardo
3+
:: Copyright (C) 2024,2025 Robert Di Pardo
44
::
55
:: Permission to use, copy, modify, and/or distribute this software for any purpose
66
:: with or without fee is hereby granted.
@@ -15,7 +15,7 @@
1515
::
1616
SETLOCAL
1717

18-
set "VERSION=1.3.3.2"
18+
set "VERSION=1.3.3.3"
1919
set "PLUGIN=PreviewHTML"
2020
set "CONFIG_DIR=.\src\Config"
2121
set "FPC_DIR=.\out\3RD-PARTY"

src/prj/PreviewHTML.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Base_Win64)'!=''">
79+
<DCC_ImageBase>11000000</DCC_ImageBase>
7980
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
8081
<BT_BuildType>Debug</BT_BuildType>
8182
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>

src/prj/PreviewHTML.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
#define PLUGIN_NAME "PreviewHTML"
3-
#define PLUGIN_VERSION "1.3.3.2\0"
4-
#define PLUGIN_VERSION_WORDS 1,3,3,2
3+
#define PLUGIN_VERSION "1.3.3.3\0"
4+
#define PLUGIN_VERSION_WORDS 1,3,3,3
55

66
#include "PreviewHTML_TB.rc"
77

0 commit comments

Comments
 (0)