Skip to content

Commit

Permalink
Dev (#104)
Browse files Browse the repository at this point in the history
* build(pub): upgrade dependencies

* feat(feedback): add new feedback

* fix(ci): fix work flows

now the work flows only build apk

* build(pub): upgrade dependencies

* fix(media_view): fix file time sorting bug in media library

* feat(lock): automatically invoke biometrics on startup

* refactor(ui): improve ui

* fix(sync): fix local sync exception

* style(*): code clean

* feat(edit): add multi image picker support

* refactor(ui): limit the maximum height of media files in rich text to 300

* feat(webdav): added more option for webdav

* fix(*): fix unexpected issue causing immediate lockup

* chore(*): release at 2.7.0

* build(action): fix workflow

* fix(ci): add release drafter

[skip ci]

* chore(*): update readme

[skip ci]
  • Loading branch information
ZhuJHua authored Jan 17, 2025
1 parent 793c248 commit 25d0858
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 261 deletions.
40 changes: 40 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: ✨ Features
labels:
- feat
- title: 🐛 Bug Fixes
labels:
- fix
- title: 🛠️ Chores
labels:
- chore
- title: 🏗️ Build System
labels:
- build
- title: ⚡ Performance Improvements
labels:
- perf
- title: 🔨 Refactors
labels:
- refactor
- title: 🎨 Code Style Updates
labels:
- style

change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
template: |
# 📦 $RELEASE_TITLE
## 🔥 What is New
Here's what's changed and improved in this release:
$CHANGES
## 📋 Categories
$CATEGORY_RELEASES
---
🕒 Release Date: $DATE
🔖 Compare Changes: [View Changes](https://github.com/$REPOSITORY/compare/$PREVIOUS_TAG...$TAG)
180 changes: 0 additions & 180 deletions README.en.md

This file was deleted.

Loading

0 comments on commit 25d0858

Please sign in to comment.