Releases: francescotarantino/BNoteBot
Releases · francescotarantino/BNoteBot
BNoteBot v1.4
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';
Changelog
- Just write mode
- Added German language
- Auto-update memos sent inline
- Added support for Voice notes
- Bug fixes
BNoteBot v1.3
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
BNoteBot
Telegram Bot for save notes callable through inline mode and set reminders!
Telegram Username: @BNoteBot
Changelog
- Added reminders management.
- Added
setWebhook.php
. - Updated README.md file.
- Some minor bugfix.
BNoteBot v1.1
BNoteBot
Telegram Bot for save notes callable through inline mode and set reminders!
Telegram Username: @BNoteBot
Changelog
- Added Russian as language.
- Updated README.md file.
- Some minor bugfix.
BNoteBot v1.0
BNoteBot
Telegram Bot for save notes callable through inline mode and set reminders!
Telegram Username: @BNoteBot