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

Commit

Permalink
1.1.0 (#9)
Browse files Browse the repository at this point in the history
The release of 1.1.0 version.
  • Loading branch information
Amaimersion authored Jul 18, 2018
1 parent fed798a commit 300ac83
Show file tree
Hide file tree
Showing 77 changed files with 2,858 additions and 767 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "2ch-helper-webstore"]
path = 2ch-helper-webstore
url = https://github.com/Amaimersion/2ch-helper-webstore
51 changes: 26 additions & 25 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"files.exclude": {
// folders.
"dist": true,
"node_modules": true,
".awcache": true,

// IDE's and editor's folders.
".vs": true,
".vscode": true,

// version control.
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"search.exclude": {
"**/node_modules": true,
"**/dist": true,
".awcache": true
},
"typescript.tsdk": "node_modules\\typescript\\lib"
}
{
"files.exclude": {
// folders.
"dist": true,
"node_modules": true,
".awcache": true,
"2ch-helper-webstore": true,

// IDE's and editor's folders.
".vs": true,
".vscode": true,

// version control.
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"search.exclude": {
"**/node_modules": true,
"**/dist": true,
".awcache": true
},
"typescript.tsdk": "node_modules\\typescript\\lib"
}
1 change: 1 addition & 0 deletions 2ch-helper-webstore
Submodule 2ch-helper-webstore added at f81d0a
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# 1.1.0 (17 июля, 2018)

Доступно в [Opera Web Store]().

## Расширение

### Новые функции

- Уведомление при ответе на свой пост [#10](https://github.com/Amaimersion/2ch-helper/issues/10);
- Кнопка скачивания рядом с файлом [#15](https://github.com/Amaimersion/2ch-helper/issues/15);
- Показ EXIF файла [#11](https://github.com/Amaimersion/2ch-helper/issues/11);
- Раскрытие изображений и видео при наведении курсора [#14](https://github.com/Amaimersion/2ch-helper/issues/14);
- Добавление отсутствующих заголовков к тредам [#18](https://github.com/Amaimersion/2ch-helper/issues/18);
- Добавление отсутствующих форм для создания треда [#18](https://github.com/Amaimersion/2ch-helper/issues/18).

### Исправлено

- Исправлены конфликты с куклой.

### Добавлено

- Все новые функции будут доступны в разделе `Настройки > Другое`.

## Проект

- Теперь в prod-версии расширения не будет хэша файлов. Это не понравилось проверяющим из Mozilla Firefox Web Store.
- Переместил `2ch-helper-webstore` в отдельный репозиторий и добавил как подмодуль;
- Обновил ATL до последней версии и решил проблему, при которой в watch моде происходила ошибка;
- Немного изменил структуру проекта в связи с добавлением файлов нового вида;
- Перенес планы из TODO в issues и удалил его;
- Добавил в Wiki описание новых функций.

# 1.0.0 (2 июля, 2018)

Выход из бета-стадии!
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@

- создание скриншота постов и треда;
- загрузка изображений, видео и треда;
- отслеживание статистики посещения.
- отслеживание статистики посещения;
- уведомление при ответе на свой пост;
- показ EXIF файла;
- и многое другое!

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

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

1. Перейдите в один из вышеперечисленных магазинов.
2. Нажмите `Установить`.
Expand Down
5 changes: 0 additions & 5 deletions TODO

This file was deleted.

Loading

0 comments on commit 300ac83

Please sign in to comment.