changelav0.8.3v0.8.4

編輯模式:

新增 Mobile Apps section 在這裏可以上傳 android(.apk) 或 iOS(.ipa) 檔案,對外發布以後 可以讓其他使用者透過 QR-Code 下載 APP。

// Types of changes
export enum SectionTypes {
  Added = 'Added' ,      // for new features.
  Changed = 'Changed',    // for changes in existing functionality.
  Deprecated = 'Deprecated', // for soon-to-be removed features.
  Removed = 'Removed',    // for now removed features.
  Fixed = 'Fixed',      // for any bug fixes., SemVer's PATCH
  BreakingChanges = 'Breaking Changes', // for changes incompatibility with previous version.
  Unreleased = 'Unreleased',  // what changes they might expect in upcoming releases
                      // At release time, you can move the Unreleased section changes into a new release version section.
  Security = 'Security',    // in case of vulnerabilities.
  Video = 'Video',    // video
  MobileApps = 'MobileApps',    // MobileApps
  Overview = 'Overview',    // Overview
}

自動解析 Meta-Data:

上傳 App 時自動解析 META

以上傳 apk 為例

當選擇 .apk 檔案上傳以後,自動解析 Meta-Data 並且可以公開頁面存取下載

upload_apk_file

設定群組與 Access Permit

如果不想開放所有人皆可存取下載,亦可自行設定群組及其 access permit ,使得特定群組 透過輸入此CODE才可以存取下載該檔案。

  • 支援多個群組
  • 群組名稱可自行命名方便識別

目前已完成的里程碑

  1. 遵守 Semantic Versioning v2.0.0

  2. 遵守 Conventional-Commits 1.0.0

  3. 操作介面可拖拉

  4. 可替版本標籤化 (tag)

  5. 可排序 (sort)

  6. 可篩選 (filter)

  7. 可使用者訂閱 (subscription)

  8. 支援 mobile apps 下載 (android/iOS)