From 7e85e0e79856fccd9e56c5db5f1d5060f0ee5fc7 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 22 Dec 2025 16:15:25 +0000 Subject: Various QoL changes and improvements over the old version - Switched to using pyinstaller for compiling over cx_Freeze - Simplified the installation and application opening process so it doesn't have to find itself - Made some updates to [tkFileBrowser](https://github.com/jwansek/tkFileBrowser/) (which originated from this project) and merged the changes back in - Reloaded the image on window scaling, photosensitive epilepsy beware, these numbers might need tweaking --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 11965f3..b37909e 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ A simple windows image viewer I wrote when I was 15. Despite my programming know Things to fix if I can ever get round to it -- [ ] Switch to using pyinstaller exclusively over cx_Freeze -- [ ] Simplify the loading process so it doesn't have to find itself -- [ ] Make a `requirements.txt` +- [x] Switch to using pyinstaller exclusively over cx_Freeze +- [x] Simplify the loading process so it doesn't have to find itself +- [x] Make a `requirements.txt` - [ ] Nicer icon -- [ ] Replace the file tree with the newer [tkFileBrowser](https://github.com/jwansek/tkFileBrowser/) and try to fix any bugs in it, open the file tree at the correct place. Then it will use the windows API to get the correct icon for a file/directory -- [ ] Reload image size on app resizing (not just maximizing) \ No newline at end of file +- [x] Replace the file tree with the newer [tkFileBrowser](https://github.com/jwansek/tkFileBrowser/) and try to fix any bugs in it, open the file tree at the correct place. Then it will use the windows API to get the correct icon for a file/directory +- [x] Reload image size on app resizing (not just maximizing) \ No newline at end of file -- cgit v1.2.3