Releases: roblillack/fsviewer
Releases · roblillack/fsviewer
v0.3.0
- Add XDND drag-and-drop support. (#2)
- Add support for PNG icons. (#19)
- Fix secondary windows to be resizable. (#15)
- Fix crash while resizing the file view.
- Fix showing correct free disk space with SI prefixes. (#17)
- Fix alpha channel blending for icons everywhere. (#18)
- Fix crash when directory contains Umlaut entries on macOS, also when clicking such entries on the shelf. (#21)
- Fix transparent background of default folder icon.
- Fix reading uninitialized data in Browser/PathView when setting up window.
- Fix OpenBSD linker advisories. (#24)
- Fix compiler warnings. (#23)
- Install manpage as part of
make install. - Remove the obsolete
chdeftool. - Add CI pipeline to build code and check formatting. (#22)
v0.2.7
This is a version including lots of small changes from the past 18(!) years. It shall suit as a base for any further development using more modern development practices (ie. individually reviewable GitHub pull requests).
The changes in no particular order are:
- Switch build system to cmake
- Fix build to work with modern versions of WINGs & Window Maker
- Adapt window bottom to more closely resemble NeXT FileViewer
- Add support for showing available space on filesystem
- Fix recurring crashes
- Fix main window not showing title bar
- Fix building on 64 bit systems
- Fix building on FreeBSD
- Fix building on OpenBSD