Pedro Lopez
b13dea0339
chore: mark version v1.13.1
2021-07-09 02:39:13 -04:00
Pedro Lopez
0465507009
chore: mark version v1.13.0
2021-07-09 01:22:08 -04:00
Pedro Lopez
caab11cfe4
bump minimum required moduleraid version
2021-07-09 01:14:07 -04:00
Pedro S. Lopez
795570a697
chore: update eslint and ecmaVersion ( #680 )
2021-06-02 23:39:01 -04:00
Rajeh Taher
efc7018f9a
Add support for sticker Name and author ( #527 )
...
* Added Sticker author and sticker name support
This patch of Client.js includes support for sticker metadata
* Docs: stickerName and stickerAuthor in MessageOpts
* Hotfix_Sticker_Feature
fixes a bug
* Update global.html
* updated
* fixed comma
* Fixed duplicate code
* Fixing eslint
* Fixing eslint again
* eslint....
* fixing problem with eslint.
* move sticker exif data filling to Utils.formatToWebpSticker() function
* Update Client.js
* Added temporary stuff
* eslint
* Update Util.js
* eslint bad :D
* eslint
* polish work with files
* fix error and TODOs
* clean up code to match with repo code style
* update typescript params
* Update src/util/Util.js
camel Case
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com >
* Update Util.js
* ➖ webp-converter ➕ node-webpmux
* Update Util.js
* ✨ Use node-webpmux
* ➖ node-webpmux ➕ node-webpmux-commonjs
* ✏️ Fixed require mode
* :heavy_plus_sign:node-webpmux ➖ node-webpmux-commonjs
* ⬆️ Node-webpmux update changes
* 🚨 removing try/catch
* 🚨 complier warnings
* 🧐 stupid mistakes
* ⬆️ Upgrade required version
* 🐛 creating a buffer the right way
* 🐛 linting and simplification
* 🐛 unsimplification
* 🚨 eslint loves singlequotes
* ✨ Added emojis / categories in metadata
* 🏷️ TypeScript Declarations
* ✨ Sticker Categories in sendMessage
* 🏷️ Improved TS declarations
* fix stickerCategories type
* fix: don't set name/author if not defined
Co-authored-by: Marcelo Carvalho <mpirescarvalho17@gmail.com >
Co-authored-by: Pedro S. Lopez <pslamoros@hotmail.com >
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com >
2021-05-31 19:13:30 -04:00
Pedro Lopez
2894832b00
chore: mark version v1.12.6
2021-04-20 22:59:35 -04:00
Pedro S. Lopez
f564e41781
chore: bump version to v1.12.5
2021-02-25 00:31:39 -04:00
Pedro S. Lopez
bc90ffcb19
fix: WhatsApp Web v2.2106.5 compatibility
2021-02-25 00:23:49 -04:00
Pedro S. Lopez
204a1c79af
chore: mark version v1.12.4
2021-02-11 18:44:15 -04:00
Pedro S. Lopez
d96e8e5eb5
chore: mark version v1.12.3
2021-02-09 15:40:57 -04:00
Pedro S. Lopez
4047afe332
chore: mark version v1.12.2
2021-02-09 00:47:28 -04:00
Pedro S. Lopez
c6974295a6
chore: mark version v1.12.1
2021-01-30 20:38:10 -04:00
Pedro S. Lopez
1bdc7335d8
chore: mark version v1.12.0
2020-12-29 00:38:44 -04:00
Pedro S. Lopez
bb9d160f72
docs: switch links to point to the guide
2020-12-29 00:37:25 -04:00
Marcelo Carvalho
e2a642a81b
feat: send media as stickers ( #479 )
...
Adds the option `sendMediaAsSticker` that will take care of converting media to appropriate formats and send it as a sticker. Note that ffmpeg is required to properly convert animated stickers that are not in webp format.
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com >
2020-12-29 00:33:49 -04:00
Pedro Lopez
563f73d290
chore: mark version v1.11.2
2020-12-21 22:13:14 -04:00
Pedro Lopez
19b1b9fdef
chore: mark version v1.11.1
2020-11-19 15:07:29 -04:00
Pedro Lopez
db7a8bcd3b
chore: bump version to v1.11.0-post
2020-11-05 02:26:20 -04:00
Pedro Lopez
6b3c8465e9
chore: mark version v1.11.0
2020-11-05 01:51:39 -04:00
Pedro Lopez
cc5d85b2b1
chore: bump version to v1.10.0-post
2020-10-25 19:15:40 -04:00
Pedro Lopez
3d06babed9
chore: mark version v1.10.0
2020-10-21 15:22:05 -04:00
Pedro Lopez
0b112004d5
chore: mark version v1.9.0
2020-10-09 02:34:02 -04:00
Pedro Lopez
c7d5eb67ee
chore: bump version to v1.8.2-post
2020-09-01 15:27:36 -04:00
Pedro Lopez
7fcd43f100
chore: mark version v1.8.2
2020-09-01 15:23:46 -04:00
Hendra827
e7c76fe069
chore: update puppeteer to v5.2.1
2020-08-31 14:11:31 -04:00
Pedro Lopez
a1e8e8cf51
chore: bump version to v1.8.1-post
2020-08-28 23:08:25 -04:00
Pedro Lopez
a1e0970e1e
chore: mark version v1.8.1
2020-08-28 23:04:31 -04:00
Pedro Lopez
2345b5c4ee
chore: bump version to v1.8.0-post
2020-08-25 23:26:55 -04:00
Pedro Lopez
8627fc3d71
chore: mark version v1.8.0
2020-08-25 23:06:36 -04:00
Pedro Lopez
382259488b
feat(dev): Interactive shell for quick testing/exploration
2020-08-17 23:43:50 -04:00
Pedro Lopez
bff60bc9f6
chore: bump version v1.7.0-post
2020-06-18 01:47:46 -04:00
Pedro Lopez
9cc668e4d9
chore: mark version v1.7.0
2020-06-18 01:41:36 -04:00
stefanfuchs
d7459eac23
feat: add typescript definition file ( #252 )
...
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com >
2020-06-16 18:12:14 -04:00
Pedro Lopez
84213cc781
chore: bump version v1.6.1-post
2020-06-04 20:25:04 -04:00
Pedro Lopez
2e3b2f2a43
chore: mark version v1.6.1
2020-06-04 20:20:43 -04:00
Pedro Lopez
c032ea4387
chore: mark version v1.6.0
2020-05-24 00:57:54 -04:00
Pedro Lopez
eb82e80343
feat: Helper function to create MessageMedia from a local file path
2020-05-23 22:35:59 -04:00
Pedro Lopez
b062f9f82f
Update puppeteer to version 3.0.4
2020-05-16 01:12:14 -04:00
depfu[bot]
e528e8c50e
Update jsqr to version 1.3.1 ( #185 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2020-05-02 17:56:43 -04:00
Pedro Lopez
59ee68b227
chore: bump version to v1.5.1-post
2020-04-14 22:49:57 -04:00
Pedro Lopez
f40c8d4ffe
chore: mark version v1.5.1
2020-04-14 22:47:07 -04:00
Pedro Lopez
f0a1e05600
chore: bump version v1.5.0-post
2020-04-11 20:00:28 -04:00
Pedro Lopez
303d814376
chore: mark version v1.5.0
2020-04-11 19:49:45 -04:00
Pedro Lopez
1c2b4592b5
chore: bump version to v1.4.1-post
2020-04-11 15:04:00 -04:00
Pedro Lopez
ce0a80383c
chore: mark version v1.4.1
2020-04-11 15:01:44 -04:00
depfu[bot]
702a0ab103
Update jsdoc to version 3.6.4 ( #144 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2020-04-07 23:38:56 -04:00
Pedro Lopez
d9fb5693d1
chore: bump version v1.4.0-post
2020-04-05 23:45:18 -04:00
Pedro Lopez
3cbf1e9c2f
chore: mark version v1.4.0
2020-04-05 23:39:22 -04:00
Pedro Lopez
d1e357d23b
chore: bump version v1.3.1-post
2020-04-02 02:35:36 -04:00
Pedro Lopez
4e5eeace2f
chore: mark v1.3.1
2020-04-02 02:33:17 -04:00