Update CHANGELOG

This commit is contained in:
mjentsch 2016-08-08 00:57:04 +02:00
parent 0926d27195
commit bf837abf38
2 changed files with 32 additions and 3 deletions

View file

@ -1,6 +1,14 @@
Changelog
---------
##### 1.3.0
- channel/supergroup support
- support sending code tags in markdown "backtick" format (see README for example)
- reduce amount of file-transfer popups in Pidgin, auto-load media in the background
- fix stability issues for the win32 build
- fix multiple crashes in libtgl
##### 1.2.6
- Include libtgl bugfix "use-after-not-created for photos"

View file

@ -165,6 +165,24 @@ The Telegram phone applications for iOS and Android make use of standardized Uni
does not display those smileys natively, but you can install a custom smiley theme like (https://github.com/stv0g/unicode-emoji) or (https://github.com/VxJasonxV/emoji-for-pidgin) and activate it under Settings > Themes > Smiley Theme.
#### Code-Tags
Since 1.3.0 it is possible to write messages in monospaced fonts using the markdown backtick syntax.
##### Example
``` if (true) {
// do smth
}```
##### Result
if (true) {
// do smth
}
Building the Adium Plugin
-------------------------
@ -246,11 +264,14 @@ and `.dsc` files, do this:
Note that the parenthesis are important.
1.2.6
1.3.0
-----
- Include libtgl bugfix "use-after-not-created for photos"
- Fix Adium bundle version incompatibillity for newest version
- channel/supergroup support
- support sending code tags in markdown "backtick" format (see README for example)
- reduce amount of file-transfer popups in Pidgin, auto-load media in the background
- fix stability issues for the win32 build
- fix multiple crashes in libtgl
Discussion / Help
-----------------