Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Bugs #159

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
488ccd0
update
chrisk8er Sep 30, 2022
f4b6309
Merge https://github.com/chrisk8er/Hydra-bot into new
chrisk8er Sep 30, 2022
bf8e692
add log on web service and add type on ev
chrisk8er Sep 30, 2022
676b544
fix decryptfile undefined and adding logger
chrisk8er Dec 20, 2022
8168bcc
fix triggering multiple event when init server
chrisk8er Dec 20, 2022
5145b4f
removing console log
chrisk8er Dec 20, 2022
74665ba
replacing erro to error for better naming
chrisk8er Dec 20, 2022
e43fabb
fix typo .erro to error
chrisk8er Dec 20, 2022
5288270
Merge branch 'master' of https://github.com/chrisk8er/Hydra-bot
chrisk8er Dec 28, 2022
b505e04
remove lock
chrisk8er Dec 28, 2022
997b2b7
chore(release): v1.0.31-0
chrisk8er Dec 28, 2022
14500ad
fix can not reply message
chrisk8er Jan 3, 2023
86be14f
chore(release): v1.0.31-1
chrisk8er Jan 3, 2023
dad4d1b
add pack script
chrisk8er Jan 3, 2023
04ed460
fix puppeteer not using default browser arguments
chrisk8er Jan 13, 2023
8e6d289
chore(release): v1.0.31-2
chrisk8er Jan 13, 2023
8e88ed5
update puppetteer and fix type error
chrisk8er Jun 15, 2023
f6d72fd
chore(release): v1.0.31-3
chrisk8er Jun 15, 2023
fe5a52a
adding waitForStore function
chrisk8er Jun 17, 2023
e1e1580
add new string type for headless mode
chrisk8er Jun 17, 2023
8ccde78
chore(release): v1.0.31-4
chrisk8er Jun 17, 2023
b91921a
remove waitForStore function and add checkAvailablility func
chrisk8er Jun 17, 2023
4b9c74d
chore(release): v1.0.31-5
chrisk8er Jun 17, 2023
181f54b
change initialized scrap webpack and add some logs
chrisk8er Jun 17, 2023
fc2dc58
chore(release): v1.0.31-6
chrisk8er Jun 17, 2023
48f4ad4
update initialized scrap webpack
chrisk8er Jun 17, 2023
5b7f998
chore(release): v1.0.31-7
chrisk8er Jun 17, 2023
1e4d47c
update user agent in puppetter config
chrisk8er Jun 17, 2023
0783cac
chore(release): v1.0.31-8
chrisk8er Jun 17, 2023
ccd2c7d
add waitForObjects
chrisk8er Jun 18, 2023
151b81f
chore(release): v1.0.31-9
chrisk8er Jun 18, 2023
2065954
update
chrisk8er Jun 29, 2023
d668a92
chore(release): v1.0.31-10
chrisk8er Jun 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ hooks:
after:bump:
- 'npm run build'
- 'npm run changelog:update'
- 'npm pack'

# automatic publish from github workflow
npm:
Expand Down
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,62 @@
## [1.0.31-10](https://github.com/jonalan7/Hydra-bot/compare/v1.0.31-9...v1.0.31-10) (2023-06-29)



## [1.0.31-9](https://github.com/jonalan7/Hydra-bot/compare/v1.0.31-8...v1.0.31-9) (2023-06-18)



## [1.0.31-8](https://github.com/jonalan7/Hydra-bot/compare/v1.0.31-7...v1.0.31-8) (2023-06-17)



## [1.0.31-7](https://github.com/jonalan7/Hydra-bot/compare/v1.0.31-6...v1.0.31-7) (2023-06-17)



## [1.0.31-6](https://github.com/jonalan7/Hydra-bot/compare/v1.0.31-5...v1.0.31-6) (2023-06-17)



## [1.0.31-5](https://github.com/jonalan7/Hydra-bot/compare/v1.0.31-4...v1.0.31-5) (2023-06-17)



## [1.0.31-4](https://github.com/jonalan7/Hydra-bot/compare/v1.0.31-3...v1.0.31-4) (2023-06-17)



## [1.0.31-3](https://github.com/jonalan7/Hydra-bot/compare/v1.0.31-2...v1.0.31-3) (2023-06-15)



## [1.0.31-2](https://github.com/jonalan7/Hydra-bot/compare/v1.0.31-1...v1.0.31-2) (2023-01-13)



## [1.0.31-1](https://github.com/jonalan7/Hydra-bot/compare/v1.0.31-0...v1.0.31-1) (2023-01-03)



## [1.0.31-0](https://github.com/jonalan7/Hydra-bot/compare/v1.0.28-1...v1.0.31-0) (2022-12-28)


### Bug Fixes

* getHost ([b25d180](https://github.com/jonalan7/Hydra-bot/commit/b25d180b44574a6fa3c9ef8aea3992ef297ee16e))
* lint wpage ([efe37cc](https://github.com/jonalan7/Hydra-bot/commit/efe37cc5f4134d13e12d51d6c15f7d841d418247))
* onMod ([19e5814](https://github.com/jonalan7/Hydra-bot/commit/19e5814cd70461971006042e7f5cc9881a557e79))


### Features

* add nodemon dev ([b8ab0fa](https://github.com/jonalan7/Hydra-bot/commit/b8ab0fa398fdb3e902b670bd9b7ff313fa4e90ac))
* checkNumber ([e75c31e](https://github.com/jonalan7/Hydra-bot/commit/e75c31e69c1810afb7c4192bc2f03a41164d7743))
* package ([7e25bf4](https://github.com/jonalan7/Hydra-bot/commit/7e25bf47364df7fff6afba638169f5cea24fa4c4))
* process ([52a2de9](https://github.com/jonalan7/Hydra-bot/commit/52a2de9947a7495b676b5747c8f3537c6d234d49))



## [1.0.30](https://github.com/jonalan7/Hydra-bot/compare/v1.0.29...v1.0.30) (2022-08-20)


Expand Down
4 changes: 2 additions & 2 deletions bot-test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const hydraBot = require('../dist');
updatesLog: true, // Logs info updates automatically in terminal
timeAutoClose: 60000, // If you don't read the QR CODE by default 60 seconds, it will automatically close the client's browser to save memory, if you want to disable it, set 0 or false
puppeteerOptions: {
headless: false, // Start the project with the browser open or not!
args: [], // Additional arguments to pass to the browser instance. adding any parameter you will replace the default args of the project
headless: true, // Start the project with the browser open or not!
args: ['--no-sandbox', '--disable-setuid-sandbox'], // Additional arguments to pass to the browser instance. adding any parameter you will replace the default args of the project
executablePath: 'useChrome', // The browser that will be used for the project, you can specify a path, if you don't pass any parameters it will open the installed browser.
},
});
Expand Down
Loading