Skip to content

Commit de3fc7e

Browse files
yashirotHashidaTKS
andauthored
Update content to announce the release of v1.1.0.0 (#10)
* Add another check feature * Add a topics section * Add the latest topic by using "dropdown" and "include" directives * Add a release announce and related videos * Add sphinx-design extension to use the dropdown feature * Fix paths to the video to be absolute as they differ between the dropdown and archives * Add another description in the same cell * Fix paths to mp4 to be absolute from the root * Change to include by section * Add section and Exclude topics-20250929.rst from toctree * Change mp4 videos to embedded * Add how to check if absolute paths work * Add comments to describe the usage of dropdown * Update README.md Co-authored-by: Takashi Hashida <[email protected]> * Enlarge the embedded videos * Fix notation for nested lists --------- Co-authored-by: Takashi Hashida <[email protected]>
1 parent e5987f6 commit de3fc7e

File tree

12 files changed

+112
-4
lines changed

12 files changed

+112
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
sudo apt install python3-pip python3-venv
1313
python3 -m venv venv
1414
source ./venv/bin/activate
15-
python3 -m pip install -U Sphinx pydata-sphinx-theme
15+
python3 -m pip install -U Sphinx pydata-sphinx-theme sphinx-design
1616
make docs
1717
- name: Git Push
1818
run: |

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ URL: https://www.flexconfirmmail.com
44

55
## How to build the website locally
66

7-
1. Install Sphinx and pydata-sphinx-theme
7+
1. Install Sphinx, pydata-sphinx-theme, and sphinx-design (to use the dropdown feature)
88

99
```
10-
$ python3 -m pip install -U --user Sphinx pydata-sphinx-theme
10+
$ python3 -m pip install -U --user Sphinx pydata-sphinx-theme sphinx-design
1111
```
1212

1313
2. Compile the source files using `make`.
@@ -17,3 +17,13 @@ URL: https://www.flexconfirmmail.com
1717
```
1818

1919
3. The website should be available in `build/html`.
20+
21+
4. To check if root relative paths work, start http.server at `build/html`.
22+
23+
```
24+
$ python3 -m http.server 8000
25+
```
26+
27+
Then open `http://localhost:8000` on your browser.
28+
29+
Change the port number if needed.
6.6 MB
Binary file not shown.
Binary file not shown.
3.98 MB
Binary file not shown.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
本文と件名の追加機能を追加しました。
2+
3+
.. figure:: /_static/topics-20250929/saikeikoku-honbuntokenmeinokakunin.mp4
4+
:width: 864px
5+
:height: 462px
6+
:class: controls
7+
:alt: 「本文と件名の追加機能」デモ動画
8+
9+
10+
さらに、特に注意が必要な文言やアドレス等が含まれる場合に、再警告表示や送信禁止が可能となりました。
11+
12+
.. figure:: /_static/topics-20250929/soushin-block.mp4
13+
:width: 864px
14+
:height: 463px
15+
:class: controls
16+
:alt: 「送信ブロック」デモ動画
17+
18+
また、To/CCが一定数以上の場合にBCCに変換する機能を追加しました。
19+
20+
.. figure:: /_static/topics-20250929/bcc-henkan.mp4
21+
:width: 864px
22+
:height: 463px
23+
:class: controls
24+
:alt: 「BCC変換」デモ動画
25+
26+
機能改善、バグ修正の一覧は以下のとおりです。
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
* 注意が必要な語句が本文に含まれる場合の動作を制御可能にしました。
2+
3+
* 警告、再警告、送信禁止を指定可能です。
4+
5+
* To/CCが一定数以上の場合にBCCに変換する機能を追加しました。
6+
* 件名の確認機能を追加しました。
7+
* 本文の確認機能を追加しました。
8+
* 注意が必要なドメイン・アドレスが宛先に含まれる場合の制御機能を強化しました。
9+
10+
* 再警告機能を追加しました。
11+
* 送信禁止機能を追加しました。
12+
13+
* 注意が必要な語句が添付ファイルの名前に含まれる場合の制御機能を強化しました。
14+
15+
* 再警告機能を追加しました。
16+
* 送信禁止機能を追加しました。
17+
18+
* To/CCに一定数以上のドメインが含まれている場合の制御機能を強化しました。
19+
20+
* 再警告機能を追加しました。
21+
22+
* Webブラウザ(Edge、Firefox、Chrome)でのポップアップの例外指定が不要になりました。
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
* Outlook on the web, 新しいOutlook:
2+
3+
* 「新しいウィンドウで開く」から新しいウィンドウを開いてメールを送信する場合に、送信確認画面が表示されず、メールが送信できない問題を修正しました。
4+
* 送信確認画面および設定画面のダイアログのスタイルを変更しました。
5+
6+
* 従来はダイアログのリサイズや移動が可能でしたが、本バージョンからOutlookのウィンドウの中央に固定で表示されます。
7+
* 前述の、新しいウィンドウを開いてメールを送信する場合に送信確認画面が表示されない問題へ対応するための変更です。
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:orphan:
2+
3+
============================================
4+
FlexConfirmMail v1.1.0.0をリリースしました。
5+
============================================
6+
7+
.. include:: /archives/topics-20250929-parts1.rst
8+
9+
機能改善
10+
========
11+
12+
.. include:: /archives/topics-20250929-parts2.rst
13+
14+
バグ修正
15+
========
16+
17+
.. include:: /archives/topics-20250929-parts3.rst

source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
# ones.
2929
extensions = [
3030
"sphinx.ext.githubpages",
31+
"sphinx_design",
3132
]
3233

3334
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)