Skip to content

Releases: iTeam-S/Ampalibe

Ampalibe v1.1.0

11 Aug 20:14
30c11c7
Compare
Choose a tag to compare

Ampalibe 1.1.0

  • Support for Postgres DATABASE
  • New Structure: All conf importation is optionnal now
  • New method for messenger api: send_custom
  • Make NULL Default for lang instead fr
  • FIX error in get_temp methode when data not exist
  • simulate function is ready for ampalibe
  • Introduction of ampalibe crontab
  • Add listenner for events: messages_reads, messages_reactions, messages_delivery
  • Continious integration for new Pull Request
  • Continious Delivery for Github package and Pypi
  • Rewrite scripts for Linux & Windows to same base code
  • Typewriting introduction for output command
  • Documentation updated
  • Remove workers

What's Changed

Full Changelog: 1.0.7...1.1.0

Ampalibe 1.0.7

02 Jul 19:55
Compare
Choose a tag to compare

Ampalibe 1.0.7

  • ADD testmode arg in the server to run without threads

  • ADD langage Management

    • lang managed directly by ampalibe
    • add 'ampalibe lang' command to generate langs.json file
    • add translate function to translate word or sentence
    • add set_lang method to set lang of an user
  • ADD simulate function to simulate a message.

Ampalibe Pypi 1.0.7

Ampalibe 1.0.6

08 May 08:52
Compare
Choose a tag to compare

Pypi: https://pypi.org/project/ampalibe/1.0.6/

  • ADD port argument in command-line for linux
  • Docker deployement in your own server
  • Docker Deployement with heroku

Ampalibe Framework 1.0.5 🚀

01 May 19:33
Compare
Choose a tag to compare

🔧 FIX

  • Fix Ampalibe ASCII broken
  • Fix send_file Messenger API
  • Remove mysql-connector dependancy

🌟 NEW FEATURES

  • Quick Reply Auto Next for item length more than 13
  • Help Messsage for Linux
  • Add QuickReply Object
  • Add Button Object
  • Add Element Object
  • Customize text of next quick_reply
  • Customize text of next generic template
  • Number of processes workers in production mode
  • Persistent Menu to Object ( List Buttons )
  • Add option -x to give python to use in ampalibe command

Ampalibe Framework v1.0.4

10 Apr 05:59
Compare
Choose a tag to compare

FIX

  • Improve docs
  • Update readme
  • Remove deprecated methods
  • Add warning for action not found
  • Fix Api messenger Payload in second Page Template

NEW FEATURES

  • Hot reload Support
  • Add python version 3.6 support
  • Download file options
pip3 install ampalibe==1.0.4

Read the docs here

v1.0.2-fix Ampalibe Framework

06 Apr 12:22
Compare
Choose a tag to compare
  • Works on Windows
  • Add docs for custom endpoints
  • Improve docs