[changela] 新增 Mobile-App section

changela 的 v0.8.3 與 v0.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....