- Added 'bin' to .gitignore to exclude binary files from version control.
- Improved environment variable handling in root.go by normalizing variable names to lowercase.
- Added protocol message handling in webhook.go to manage message edits and revocations.
- Enhanced webhook forwarding logic to skip specific protocol messages.
- Introduce Viper for flexible configuration management
- Add `.env.example` file with comprehensive configuration options
- Implement environment variable and `.env` file loading
- Update root command to support configuration from multiple sources
- Add new configuration option for chat storage toggle
- Bump version to v5.2.0 to reflect significant configuration changes
* feat(add-user-interface): add ui for wa service
* feat(add-user-interface): add sample sendFile
* feat: make success message clear
* fix: change error more clear
* feat(add-user-interface): add sendImage
* feat(add-user-interface): add ui group list
* feat: set device id as string
* feat(add-user-interface): add ui my privacy
* feat(add-user-interface): rearrange card position
* feat(add-user-interface): add get avatar ui
* fix: remove array in fetch user info
* feat(add-user-interface): change mssage avatar OK
* feat(add-user-interface): add ui user info
* feat(add-user-interface): change host
change host and fix reset phone
* feat(add-user-interface): add reset user info phone
* feat(add-user-interface): update docs