Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiiim committed Dec 23, 2023
1 parent eb2f139 commit d05d1c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ Albion Onlineのギルド [Dog The Boston](https://twitter.com/DogTheBoston) 用
- 機能: 会話(?)
- 内部: マルチインスタンス対応({リアクション|メンション}ハンドラのGuild ID対応)
- 改善: `ルートナビ` エラーメッセージをembedでキレイに出力する
- 202x-xx-xx v1.6.1
- 改善: セーブデータ関連の改善( `/route-clear` 時のバックアップ取得など)
- 202x-xx-xx v1.7.0
- 改善: `ルートナビ` `/route-clear` 時にバックアップを取得&マークは削除せずルートだけを削除するようにした
- 機能: `ルートナビ` `/route-mark` のユーザ名を追加(情報提供目的)
- 2023-12-19 v1.6.0
- 機能: `ルートナビ` 色指定とコメントを追加
- 改善: `ルートナビ` ルートが多いときに画像生成に失敗する問題(タイムアウト値を増やした)
Expand Down
1 change: 1 addition & 0 deletions pkg/ao/roanav/navigation.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ type MarkedMap struct {
Color string `json:"color"`
Comment string `json:"comment"`
// User who added the entry. Currently only used for display.
// NOTE: consider using `Data map[string]string` instead, for code consistency.
User string `json:"user"`
}

Expand Down

0 comments on commit d05d1c5

Please sign in to comment.