Releases: traPtitech/knoQ
Releases · traPtitech/knoQ
v2.4.2
v2.4.1
v2.4.0
新規機能
- (experimental) iCalにイベント参加者の出欠情報を表示するようにした
機能改善
- イベント終了後も出欠情報の登録ができるようにした
- イベント終了後は更新通知を出さないようにした
What's Changed
- chore(deps): bump alpine from 3.18.0 to 3.18.2 by @dependabot in #435
- chore(deps): bump golang from 1.20.4-alpine to 1.20.5-alpine by @dependabot in #434
- chore(deps): bump gorm.io/gorm from 1.25.1 to 1.25.2 by @dependabot in #431
- chore(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.10.0 by @dependabot in #436
- chore(deps): bump google.golang.org/api from 0.125.0 to 0.130.0 by @dependabot in #437
- Enable the ability to change the status of attendees after the event ends by @Luftalian in #438
- ♻️ use golang:1-alpine by @ras0q in #442
- fix issue399 by @Nzt3-gh in #446
- add attendee info to ical by @iChemy in #445
- usecase/productionをrepositoryに移行する by @ras0q in #448
- 汎用パッケージをサブディレクトリに移動する by @ras0q in #449
- ♻️ move presentation to router/ by @ras0q in #450
- 📝 add development.md by @ras0q in #451
- chore(deps): bump github.com/labstack/echo/v4 from 4.10.2 to 4.11.1 by @dependabot in #444
- chore(deps): bump google.golang.org/api from 0.130.0 to 0.134.0 by @dependabot in #443
New Contributors
- @Luftalian made their first contribution in #438
- @Nzt3-gh made their first contribution in #446
Full Changelog: v2.3.1...v2.4.0
v2.3.1
v2.3.0
機能改善
- 毎日8:00に当日のイベントと進捗部屋の情報が #services/knoQ/daily へ投稿されるようになりました #414
- #services/knoQ はイベントの追加・編集の通知用に使われます
What's Changed
- 毎日通知のチャンネルを設定できるように、進捗部屋表示の改善 by @Takeno-hito in #414
- ♻️ push docker image when merged by @ras0q in #427
- 🐛 use shimataro/ssh-key-action@v2 by @ras0q in #428
- 🐛 fix key name by @ras0q in #429
New Contributors
- @Takeno-hito made their first contribution in #414
Full Changelog: v2.2.2...v2.3.0
v2.2.2
v2.2.1
v2.2.0
機能改善
What's Changed
- webhookの進捗部屋をお知らせするメッセージの最後に改行を追加した by @itt828 in #301
- 📝 fix README.md by @itt828 in #293
- Bump golang from 1.16.4-alpine to 1.19.4-alpine by @dependabot in #313
- Bump github.com/labstack/echo/v4 from 4.2.0 to 4.2.1 by @dependabot-preview in #148
- Bump golang from 1.19.4-alpine to 1.19.5-alpine by @dependabot in #318
- Bump alpine from 3.13.5 to 3.17.1 by @dependabot in #317
- depenadabot.ymlの調整 by @ras0q in #320
- Bump github.com/stretchr/testify from 1.7.0 to 1.8.1 by @dependabot in #303
- Bump go.uber.org/zap from 1.16.0 to 1.24.0 by @dependabot in #311
- Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.7.0 by @dependabot in #312
- upgrade go.mod by @ras0q in #323
- development以下のDockerfileも見るようにする by @ras0q in #324
- Bump google.golang.org/api from 0.107.0 to 0.109.0 by @dependabot in #326
- Bump golang from 1.19.5-alpine to 1.20.0-alpine in /development by @dependabot in #328
- Bump golang from 1.19.5-alpine to 1.20.0-alpine by @dependabot in #327
- Bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 by @dependabot in #332
- bump golang.org/x/net from 0.6.0 to 0.7.0 by @dependabot in #338
- Bump golang.org/x/image from 0.3.0 to 0.5.0 by @dependabot in #337
- Bump github.com/labstack/echo/v4 from 4.10.0 to 4.10.1 by @dependabot in #340
- Bump alpine from 3.17.1 to 3.17.2 by @dependabot in #333
- Bump google.golang.org/api from 0.109.0 to 0.110.0 by @dependabot in #334
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #344
- Bump golang from 1.20.0-alpine to 1.20.1-alpine by @dependabot in #335
- Bump golang from 1.20.0-alpine to 1.20.1-alpine in /development by @dependabot in #336
- Bump github.com/labstack/echo/v4 from 4.10.1 to 4.10.2 by @dependabot in #342
- Bump github.com/jinzhu/copier from 0.0.0-20190924061706-b57f9002281a to 0.3.5 by @dependabot in #343
- Bump github.com/jszwec/csvutil from 1.7.1 to 1.8.0 by @dependabot in #345
- dependabotの間隔をmonthlyにする by @ras0q in #349
- Bump github.com/labstack/echo-contrib from 0.13.1 to 0.14.1 by @dependabot in #347
- Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 by @dependabot in #348
- traPtitech/traQへの依存を一部排除 by @ras0q in #329
- Bump gorm.io/gorm from 1.20.12 to 1.24.4 by @dependabot in #330
- 🔧 watch github-actions update by @ras0q in #353
- CI環境をいい感じにする by @ras0q in #354
- ⬆️ Bump actions/checkout from 2 to 3 by @dependabot in #357
- ⬆️ Bump docker/login-action from 1 to 2 by @dependabot in #356
- ⬆️ Bump docker/setup-qemu-action from 1 to 2 by @dependabot in #355
- ⬆️ Bump docker/setup-buildx-action from 1 to 2 by @dependabot in #358
- ⬆️ Bump docker/build-push-action from 2 to 4 by @dependabot in #360
- ⬆️ Bump alpine from 3.17.2 to 3.17.3 by @dependabot in #362
- ⬆️ Bump golang from 1.20.1-alpine to 1.20.2-alpine by @dependabot in #363
- ⬆️ Bump google.golang.org/api from 0.110.0 to 0.114.0 by @dependabot in #364
- ⬆️ Bump actions/setup-go from 3 to 4 by @dependabot in #366
- ⬆️ Bump golang from 1.20.1-alpine to 1.20.2-alpine in /development by @dependabot in #365
- 🔥 remove cache setting (default is true in v4) by @ras0q in #367
- Bump/gorm 1.25.0 by @ras0q in #370
- ⬆️ Bump golang from 1.20.2-alpine to 1.20.3-alpine by @dependabot in #371
- ⬆️ Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 by @dependabot in #373
- ⬆️ Bump golang from 1.20.2-alpine to 1.20.3-alpine in /development by @dependabot in #374
- ⬆️ Bump google.golang.org/api from 0.114.0 to 0.120.0 by @dependabot in #372
- 🔥 remove swagger ui by @ras0q in #375
- ⬆️ Bump alpine from 3.17.3 to 3.18.0 by @dependabot in #378
- ⬆️ Bump golang from 1.20.3-alpine to 1.20.4-alpine in /development by @dependabot in #383
- upgrade go & go modules version by @ras0q in #384
- 🔧 add actions name by @ras0q in #385
- 開発環境の整備 docker周り by @ras0q in #386
- dockertestを使いdevelopment/test/を廃止 by @ras0q in #387
- ✨ introduce golangci-lint by @ras0q in #389
- ⬆️ Bump github.com/docker/docker from 20.10.7+incompatible to 20.10.24+incompatible by @dependabot in #388
- ♻️ change air dir by @ras0q in #392
- 🐛 remove container on finish by @ras0q in #393
- Set log level of gorm via environment variable by @HirotoShioi in #395
- go generateの整備 by @ras0q in #397
- 🔥 remove freeTimes and shareRooms from required props by @ras0q in #407
- upgrade go modules (2023/06) by @ras0q in #417
- 🔧 set timeout by @ras0q in #416
- 🔧 use golangci latest by @ras0q in #418
- ✨ use my random by @ras0q in #419
- 🐛 fill freetimes and sharetimes by @ras0q in #420
- 重複したイベント/部屋の作成禁止 by @ras0q in #376
New Contributors
- @itt828 made their first contribution in #301
- @dependabot made their first contribution in #313
- @ras0q made their first contribution in #320
- @HirotoShioi made their first contribution in #395
Full Changelog: v2.1.5...v2.2.0
v2.1.5
新機能
機能改善
- /api/rooms, /api/rooms/:roomID にクエリパラメーターexcludeEventIDを追加
- excludeEventIDを付けると該当するイベント以外のイベントを元に情報が返される