Skip to content

V2.2.0

Compare
Choose a tag to compare
@ljgonzalez1 ljgonzalez1 released this 17 Jan 20:38
· 23 commits to master since this release

Release Notes for EggCart v2.2.0

egg_cart_screenshot

Major Enhancements

  • Inline Keyboard Pagination: Implemented pagination functionality in the inline keyboard for the Telegram bot. This allows users to navigate through their shopping list more efficiently, especially when the list is long.
  • Item Deletion by ID: Enhanced the item deletion process by implementing deletion by item ID. This makes the deletion process more accurate and user-friendly.
  • Improved Textual Interaction: Textual interactions with the bot have been beautified and now support Markdown V2 formatting, providing a more polished user experience.

Minor Changes and Refinements

  • Updated Documentation: Removed unnecessary comments and improved function documentation across various files, including Eggcart.js and README.md.
  • Text Beautification and Markdown V2 Support: Introduced functions to beautify text and escape characters for Markdown V2 in the bot's responses.
  • Startup Command: Added a startup command (/start) for new users, providing quick access to essential bot functionalities and help information.
  • Updated Screenshot: Updated the screenshot extension in assets within the README.md.

Overview

Version 2.2.0 brings significant enhancements to EggCart, focusing on improving user interaction and navigation within the bot. The introduction of pagination for the inline keyboard, combined with the ability to delete items by ID, streamlines the user experience. The application of Markdown V2 formatting and text beautification further polishes the communication, making it more engaging and user-friendly. These improvements, along with updated documentation and a startup command, make EggCart more intuitive and accessible to users.