Commit Graph

397 Commits

Author SHA1 Message Date
aedd048a34 removed a line from readme 2024-03-28 14:26:07 +01:00
d262885afa #185 re did the auto switching screenshot lib with the fix 2024-03-14 23:58:51 +05:30
773f05ebae revert: auto switching screenshot lib from #185
need more thought as it is causing fishy to no longer function
2024-03-14 23:32:59 +05:30
0efa8138da hotfix 0.5.24 testing grab once before providing the ss lib 2024-03-13 15:11:34 +05:30
106eca4980 version update 0.5.23 2024-03-12 12:56:24 +05:30
8a9d621086 Merge pull request #185 from Femi-lawal/main
chore: make PyAutoGUI default
2024-03-12 08:25:06 +01:00
a16474f613 handled None in screenshot.create() 2024-03-11 09:10:09 +01:00
270abc5167 remove error thrown when no suitable library found 2024-03-03 18:40:27 +01:00
f6f6bfad70 make PyAutoGUI default 2024-02-12 21:44:44 +01:00
820bdfdd06 Merge pull request #183 from fishyboteso/dependabot/github_actions/dot-github/workflows/tj-actions/changed-files-41
Bump tj-actions/changed-files from 35 to 41 in /.github/workflows
2024-01-07 12:56:32 +05:30
cc36abc605 Bump tj-actions/changed-files from 35 to 41 in /.github/workflows
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v35...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 16:48:47 +00:00
0fdb285aea #180 hotfix proper fallback for version check 2023-12-15 20:33:46 +05:30
04e30c2f1c version update 0.5.21 2023-12-15 20:28:43 +05:30
afb82d0562 #180 checks for version using github version file instead of pypi
also removed beautiful soup dependency
2023-12-15 20:23:41 +05:30
e80f0fabdc Merge pull request #182 from fishyboteso/wip/forwardkey-config
#95 created config for forward key
2023-12-15 18:50:44 +05:30
a59909de9d #95 added default config for when forward_key isn't set but used 2023-12-15 18:37:16 +05:30
d29b801657 #95 created config for forward key 2023-12-11 21:31:59 +05:30
43651b81fd #135 if test server arg is used so it will use a different conf file is used 2023-10-10 21:28:41 +05:30
c67a40a7d6 Merge pull request #178 from fishyboteso/wip/beep_bug
beep sound when sound notification abled and no beep sound when disabled
2023-10-01 00:41:25 +05:30
91a97af5d9 #161 beep sound when sound notification abled and no beep sound when disabled 2023-09-30 22:12:19 +05:30
0b17e0dd88 update add on version 2023-08-02 00:40:54 +02:00
8b21b722f2 #167 hotfix forgot to add timeout to register too, as its one of the first web calls too 2023-07-21 18:50:59 +05:30
cbb37e8f0b #167 hotfix start fishy in offline mode if backend doesn't responds 2023-07-21 18:41:46 +05:30
dd404741fe #168 hotfix fixes 415 due to incorrect body type in header 2023-07-06 21:27:21 +05:30
28b7cfeb8c Merge pull request #163 from BDadmehr0/main
Update main_gui.py | Save scr & Save y or n
2023-06-14 13:58:18 +05:30
cab56da6e4 Update main_gui.py 2023-06-08 18:51:15 +03:30
ad77ac85b9 Update main_gui.py
This code modifies the toggle_show_grab function to show a warning message when "Save Screenshots" is enabled. When "Save Screenshots" is disabled, it shows a confirmation message asking the user if they want to delete the saved screenshots. Depending on the user's choice, you can add the necessary code to delete the screenshots or perform any other desired action.
2023-06-06 19:42:49 +03:30
5fe4c235ac update addons 2023-05-31 22:10:47 +02:00
ecf5b3524c #156 added logs 2023-03-09 16:30:15 +05:30
cc61caf12d #156 scaling down full window screenshot 2023-03-09 15:38:50 +05:30
0c3b5da26b #156 renamed label to match its function 2023-03-09 15:38:21 +05:30
3354de4772 [hotfix] incorrect function call causing exception fixed 2023-03-08 15:43:19 +05:30
9942d0533f version update 0.5.16 2023-03-07 15:47:53 +05:30
4add028ff6 playsound excpetion fixed 2023-03-07 15:47:03 +05:30
70af635025 Merge pull request #155 from fishyboteso/wip/screenshot_lib_selector
screenshot library selected
2023-03-07 15:46:20 +05:30
19a5fe9b7f removed some useless code 2023-03-07 15:46:06 +05:30
5141ae9c2d new fishyqr version 2023-03-07 15:34:45 +05:30
df4deda1f2 added debug option to save capture 2023-03-07 15:00:16 +05:30
2ca4107595 removed some unused code 2023-03-07 14:59:00 +05:30
7bf4567395 corrected multi monitor calculations for pyautogui 2023-03-07 14:58:35 +05:30
e1257aeda0 fixed logic for multimonitor setup 2023-03-07 13:40:22 +05:30
f520004c11 #154 look_for_hole disabled by default 2023-03-07 01:48:59 +05:30
8634bac19c d3dshot install logic implemented 2023-03-07 01:48:13 +05:30
199fed6682 gui implemented 2023-03-07 01:47:55 +05:30
5dc7c09cb7 created interface for sslib and choose one using config 2023-03-07 00:37:26 +05:30
788e78b9bb moved singleton_proxy to helper.depless 2023-03-07 00:22:24 +05:30
5fb58d9998 improved code a bit 2023-03-07 00:11:19 +05:30
bc491c8cb0 Merge pull request #153 from fishyboteso/wip/keyboard-interup
handling keyboard interupt and exiting main thread safely
2023-03-07 00:08:25 +05:30
063c1e5481 Merge branch 'main' into wip/keyboard-interup
# Conflicts:
#	fishy/__main__.py
2023-03-07 00:07:36 +05:30
2118e10d5d using splash object instead of using finish function
using gui method instead of directly accessing private members
2023-03-07 00:03:24 +05:30