sprout2000

Results 15 comments of sprout2000

@TomYeoman 500MB? That's weird. I think something is going wrong in your environment. Here is the result of the build at hand: on macOS: ```sh % ls -lh release total...

And also on Windows 11: ```sh $ npm run build && npm run package $ ls -lh release total 154M -rwxr-xr-x 1 65M Aug 30 09:57 'Electron App-1.9.8-installer.exe'* -rw-r--r-- 1...

@rsun-thoughtworks Thank you for your suggestion. Do you mean to show thumbnails of the images in the folder? I have tried to implement this in the past, but abandoned it...

Grid view functionality is implemented in [v2.2.2](https://github.com/sprout2000/leafview/releases/tag/v2.2.2) now. Try it out, if you like it.

Dear @guaycuru I appreciated the pull request from you, but to be honest, it was too difficult for me to understand. I'm not a fan of including code in a...

This issue seems to be stale. So I will delete the branch. Best regards.

Due to limited personal development resources, I will only release new versions via [Winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/) in the future.

@MacTerrassa Due to limited resources for personal development, it is not possible to support versions for which Apple has already discontinued support. If you want to use the latest version...

@MacTerrassa I have released updated versions of past versions as [`v1.10.7`](https://github.com/sprout2000/leafview/releases/tag/v1.10.7), [`v1.9.9`](https://github.com/sprout2000/leafview/releases/tag/v1.9.9), [`v1.8.20`](https://github.com/sprout2000/leafview/releases/tag/v1.8.20), [`v1.7.15`](https://github.com/sprout2000/leafview/releases/tag/v1.7.15), [`v1.6.9`](https://github.com/sprout2000/leafview/releases/tag/v1.6.9) and [`v1.4.7`](https://github.com/sprout2000/leafview/releases/tag/v1.4.7). I don't know exactly which version will work with past macOS versions, but...

@rsun-thoughtworks Thank you for your suggestion. This application depends on [leaflet.js](https://leafletjs.com/) to achieve pan and zoom. The arrow keys on the keyboard are assigned to the pan function derived from...