Skip to content

Commit 82d41e5

Browse files
committed
3.3.0 release
1 parent cc5d88a commit 82d41e5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.3.0] - 2016-10-26
4+
### Added
5+
- Hidden links (only HTML formatting style)
6+
7+
### Fixed
8+
- Links in «About» screen are barely visible with Dark theme enabled ([#4](https://github.com/40PK/Chad/issues/4))
9+
310
## [3.2.0] - 2016-08-28
411
### Added
512
- Menu bar
@@ -51,6 +58,7 @@
5158
## 1.0.0 - 2016-07-30
5259
### First release
5360
---
61+
[3.3.0]: https://github.com/Perkovec/Chad/compare/v3.2...v3.3
5462
[3.2.0]: https://github.com/Perkovec/Chad/compare/v3.1...v3.2
5563
[3.1.0]: https://github.com/Perkovec/Chad/compare/v3.0...v3.1
5664
[3.0.0]: https://github.com/Perkovec/Chad/compare/v2.0...v3.0

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ If you have bot token in telegram, you can start from step 4
3131
- Link preview
3232
- Sync scroll
3333
- Two-column writing design
34-
- Auto update
3534
- Autosave
3635
- Hotkeys and other user settings
3736

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chad",
33
"productName": "Chad",
4-
"version": "3.2.0",
4+
"version": "3.3.0",
55
"description": "Telegram channel administration tool",
66
"main": "main.js",
77
"scripts": {

0 commit comments

Comments
 (0)