Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Commit 300ac83

Browse files
authored
1.1.0 (#9)
The release of 1.1.0 version.
1 parent fed798a commit 300ac83

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2858
-767
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "2ch-helper-webstore"]
2+
path = 2ch-helper-webstore
3+
url = https://github.com/Amaimersion/2ch-helper-webstore

.vscode/settings.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1-
{
2-
"files.exclude": {
3-
// folders.
4-
"dist": true,
5-
"node_modules": true,
6-
".awcache": true,
7-
8-
// IDE's and editor's folders.
9-
".vs": true,
10-
".vscode": true,
11-
12-
// version control.
13-
"**/.git": true,
14-
"**/.svn": true,
15-
"**/.hg": true,
16-
"**/CVS": true,
17-
"**/.DS_Store": true
18-
},
19-
"search.exclude": {
20-
"**/node_modules": true,
21-
"**/dist": true,
22-
".awcache": true
23-
},
24-
"typescript.tsdk": "node_modules\\typescript\\lib"
25-
}
1+
{
2+
"files.exclude": {
3+
// folders.
4+
"dist": true,
5+
"node_modules": true,
6+
".awcache": true,
7+
"2ch-helper-webstore": true,
8+
9+
// IDE's and editor's folders.
10+
".vs": true,
11+
".vscode": true,
12+
13+
// version control.
14+
"**/.git": true,
15+
"**/.svn": true,
16+
"**/.hg": true,
17+
"**/CVS": true,
18+
"**/.DS_Store": true
19+
},
20+
"search.exclude": {
21+
"**/node_modules": true,
22+
"**/dist": true,
23+
".awcache": true
24+
},
25+
"typescript.tsdk": "node_modules\\typescript\\lib"
26+
}

2ch-helper-webstore

Submodule 2ch-helper-webstore added at f81d0a7

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# 1.1.0 (17 июля, 2018)
2+
3+
Доступно в [Opera Web Store]().
4+
5+
## Расширение
6+
7+
### Новые функции
8+
9+
- Уведомление при ответе на свой пост [#10](https://github.com/Amaimersion/2ch-helper/issues/10);
10+
- Кнопка скачивания рядом с файлом [#15](https://github.com/Amaimersion/2ch-helper/issues/15);
11+
- Показ EXIF файла [#11](https://github.com/Amaimersion/2ch-helper/issues/11);
12+
- Раскрытие изображений и видео при наведении курсора [#14](https://github.com/Amaimersion/2ch-helper/issues/14);
13+
- Добавление отсутствующих заголовков к тредам [#18](https://github.com/Amaimersion/2ch-helper/issues/18);
14+
- Добавление отсутствующих форм для создания треда [#18](https://github.com/Amaimersion/2ch-helper/issues/18).
15+
16+
### Исправлено
17+
18+
- Исправлены конфликты с куклой.
19+
20+
### Добавлено
21+
22+
- Все новые функции будут доступны в разделе `Настройки > Другое`.
23+
24+
## Проект
25+
26+
- Теперь в prod-версии расширения не будет хэша файлов. Это не понравилось проверяющим из Mozilla Firefox Web Store.
27+
- Переместил `2ch-helper-webstore` в отдельный репозиторий и добавил как подмодуль;
28+
- Обновил ATL до последней версии и решил проблему, при которой в watch моде происходила ошибка;
29+
- Немного изменил структуру проекта в связи с добавлением файлов нового вида;
30+
- Перенес планы из TODO в issues и удалил его;
31+
- Добавил в Wiki описание новых функций.
32+
133
# 1.0.0 (2 июля, 2018)
234

335
Выход из бета-стадии!

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121

2222
- создание скриншота постов и треда;
2323
- загрузка изображений, видео и треда;
24-
- отслеживание статистики посещения.
24+
- отслеживание статистики посещения;
25+
- уведомление при ответе на свой пост;
26+
- показ EXIF файла;
27+
- и многое другое!
2528

2629
## Системные требования
2730

@@ -34,6 +37,7 @@
3437
Расширение доступно для установки из следующих интернет-магазинов:
3538
- [Google Chrome Web Store](https://chrome.google.com/webstore/detail/2ch-helper/cdbeejpneccnfkmmmefieghgffglidmm)
3639
- [Mozilla Firefox Web Store](https://addons.mozilla.org/ru/firefox/addon/2ch-helper/)
40+
- [Opera Web Store]()
3741

3842
1. Перейдите в один из вышеперечисленных магазинов.
3943
2. Нажмите `Установить`.

TODO

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)