Releases: UniPro-tech/Linkle
Releases · UniPro-tech/Linkle
v3.3.0
v3.1.4
v3.1.0
✅ 機能概要
- イベントの告知ができる
- イベントの検索ができる
- 現在開催中のイベントを見ることができる
🆖 既知の問題
- 現在開催中のイベントは一部のみしか見えない
- OGPが表示されない
- 画像とその他項目の同時変更をした際にどちらか、またはその両方が反映されない
🔮 今後の予定
- OGP実装
- 期間による検索
- 同好会ページに表示
- 共同開催機能
- リマインダー機能
👀 プレビュー
本機能のデモはこちらです。
実際にこのイベントはありますので、 #飯テロ同好会 に是非いらしてください。
https://linkle.nnn.uniproject.jp/events/2
v3.1.0-alpha.0
Overview
- 画像の保存先を変更しました。
- Cookieのバグを修正しました。
- 「現在開催中のイベント」ウィジェットを追加しました。
- サイドバーの項目の順序を変更しました。
Known Bug
Note
これらのバグは既知のバグですが、Alpha版のみのバグであり、正規版には影響しません。
また、このバグは正規版のデータとAlpha版のデータの互換性に関するものであり、正規版リリース後に解消されます。
現在これらのバグに対処する予定はありません。
- 画像削除時にいくつかの同好会でエラーが発生します。
What's Changed
- Add beta page and menu link for participation by @yuito-it in #104
- Remove custom cookie options from NextAuth configuration by @yuito-it in #106
- Add new event API endpoint and NowHoldingEventWidget component by @yuito-it in #108
- Add event management features and enhance article APIs by @yuito-it in #107
- Add event management features and enhance article APIs by @yuito-it in #109
- Fix position of beta participation link in sidebar menu by @yuito-it in #110
Full Changelog: https://github.com/UniPro-tech/Linkle/commits/v3.1.0-alpha.0
v3.0.2-alpha.1
v2.2.0
Overview
- 非同期処理の改善
- 認証の強化
- OGP、ページタイトルの表示方法の改善
What's Changed
- Improve club data retrieval and API authentication handling by @yuito-it in #74
- Add GitHub Actions workflow for version bumping by @yuito-it in #75
- Improve User Experience by @yuito-it in #76
- Enhance club data retrieval and API handling improvements by @yuito-it in #82
- Fix image property in metadata generation by @yuito-it in #83
Full Changelog: v2.1.14...v2.2.0
v2.1.14
v2.1.12
v2.1.1
v2.1.0
Overview
- 非同期処理を効率化しました。
- 画像アップロード機能を追加しました。
- 非同期処理の際のCookieの取り扱いに関する問題を修正しました。
- 技術的には、AESによってAPI Keyを作成し、APIエンドポイントに流しています。
- CookieはVercelのSecureCookieの影響でSSR時に使用できませんでした。
What's Changed
- Add image upload, retrieval, and deletion API endpoints for clubs by @yuito-it in #67
- Refactor and enhance asynchronous data handling with React Suspense by @yuito-it in #69
- Enhance session management with API key encryption and validation by @yuito-it in #72
- Enhance API key encryption and session management by @yuito-it in #73
Full Changelog: v1.5.0...v2.1.0