adding ChangeLog

This commit is contained in:
tengel 2024-03-20 09:12:55 -05:00
parent 9d74f8d5df
commit 3e42c42e81

29
ChangeLog Normal file
View file

@ -0,0 +1,29 @@
Version 1.2: Mon Dec 21 1998 "te" <tengel@sonic.net>
* Completely changed to read native step.rc, no real need for
[LSFloater] section in modules.ini anymore. This means you
now need LSAPI.DLL for it to function, as some wharf modules
(lstime, eg) need step.rc loaded when they're loaded. This also
means your modules now have theme support. :-) Ah, and it also
indicates that any wharf module should work.
* Added background image capability.
* Reformatted and optimized the code, cleaned up some memory
leaks, fixed bugs, etc as I found them.
* Renamed to "UniWharf" to A) reflect that it's so changed, and
B) because you don't really need LiteStep anymore ("Floater"
by itself sounded stupid).
* Step.rc and modules.ini are now always looked for in the same
location as the executable, rather than the current directory.
Version 1.1: <unknown> "RaV" <rav@unpaved.com>
* Renamed to LSFloater from EvwmLS due to popular demand.
* Added a left-double click on border function to turn off or on
always on top.
Version 1.0: <unknown> "RaV" <rav@unpaved.com>
* Initial public release.