Page 1 of 1
How do I diff two versions?
Posted: Mon Jul 14, 2025 4:29 pm
by JazzMan
How can I see what code changed between version 1.5.0.2528 and 1.5.0.2540?
Re: How do I diff two versions?
Posted: Tue Jul 15, 2025 2:45 am
by David Erceg
From AppVeyor,
1.5.0.2528 corresponds to commit
e39a32b428c13c6a45fdfc10aec35588552fe7b1, while
1.5.0.2540 corresponds to commit
47bcbd41e87826c47ee201ab1c85820439cb9028. The code changes between those two commits can be seen on
GitHub.
I hope that helps.
Re: How do I diff two versions?
Posted: Tue Jul 15, 2025 7:24 am
by JazzMan
Did anything else change? Perhaps about the build environment?
x.2528 broke the x86 version on Win 7 32-bit. That version of E++ has produced a dump file since on launch. Do the additional translations need another dll or something? I'm just running a typical US English language install of Windows 7.
x.2540 broke persisting changes made to the toolbar (specifically running x64 version on Win 10 64-bit). That feature has been broken since.
Those changes look like they're supposed to be innocuous, but some unintended consequences happened.