Skip to content

Releases: francescotarantino/BNoteBot

BNoteBot v1.4

25 Jul 20:22
Compare
Choose a tag to compare

⚠️ After this release, it should be executed

ALTER TABLE 'BNoteBot_user' DROP 'notes';
ALTER TABLE 'BNoteBot_user' ADD 'justwritemode' BOOLEAN NOT NULL DEFAULT TRUE;
CREATE TABLE IF NOT EXISTS `BNoteBot_sentinline` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `memo_id` int(11) NOT NULL,
  `msg_id` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ;
ALTER TABLE `BNoteBot_memo` DROP COLUMN `memo`;
ALTER TABLE `BNoteBot_memo` ADD
  `memo` text,
   `file_id` text,
   `duration` int(11) NOT NULL DEFAULT '0',
   `timestamp` int(11) NOT NULL;
UPDATE * FROM BNoteBot_user SET type = 'text';

⚠️ After this release, it's necessary to enable /setinlinefeedback using BotFather.

Changelog

  • Just write mode
  • Added German language
  • Auto-update memos sent inline
  • Added support for Voice notes
  • Bug fixes

BNoteBot v1.3

19 Nov 16:42
Compare
Choose a tag to compare

⚠️ After this release, it should be executed this SQL: UPDATE BNoteBot_user SET status = '' WHERE status = 'settings'.

Changelog

  • Improved settings menu.
  • Code and speed enhancements.
  • Added some buttons.
  • Improved feedback management.
  • Some bugfix.

BNoteBot v1.2

06 Jul 16:08
Compare
Choose a tag to compare

BNoteBot

Telegram Bot for save notes callable through inline mode and set reminders!

Logo BNoteBot

Telegram Username: @BNoteBot

Changelog

  • Added reminders management.
  • Added setWebhook.php.
  • Updated README.md file.
  • Some minor bugfix.

BNoteBot v1.1

25 Jun 16:08
Compare
Choose a tag to compare

BNoteBot

Telegram Bot for save notes callable through inline mode and set reminders!

Logo BNoteBot

Telegram Username: @BNoteBot

Changelog

  • Added Russian as language.
  • Updated README.md file.
  • Some minor bugfix.

BNoteBot v1.0

11 Nov 21:29
Compare
Choose a tag to compare

BNoteBot

Telegram Bot for save notes callable through inline mode and set reminders!

Logo BNoteBot

Telegram Username: @BNoteBot