-
Notifications
You must be signed in to change notification settings - Fork 15
Comparing changes
Open a pull request
base repository: halo-sigs/plugin-photos
base: v1.0.1
head repository: halo-sigs/plugin-photos
compare: v1.1.0
- 8 commits
- 24 files changed
- 3 contributors
Commits on Jul 3, 2023
-
docs: update usage documentation of readme file (#8)
更新 README,将使用方式的说明优先级提高并完善。 /kind documentation ```release-note None ```
Configuration menu - View commit details
-
Copy full SHA for 2a4ff57 - Browse repository at this point
Copy the full SHA 2a4ff57View commit details
Commits on Jul 24, 2023
-
feat: add pagination route (#11)
#### What type of PR is this? /kind feature #### What this PR does / why we need it: 为 `photos` 增加分页路由,并且支持 `group` 参数。如下 1. /photos 2. /photos?group={group} 3. /photos/page/{page} 4. /photos/page/{page}?group={group} `photos` 路由下将新增 `photos` 参数,为携带分页参数的 [UrlContextListResult](https://github.com/halo-dev/halo/blob/bf2b92e77c35d70c85db4141a14702c188f1d45b/api/src/main/java/run/halo/app/theme/router/UrlContextListResult.java#L17) 类型 #### Which issue(s) this PR fixes: Fixes #9 #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note 增加分页路由并支持 group 参数 ```
Configuration menu - View commit details
-
Copy full SHA for 777ed74 - Browse repository at this point
Copy the full SHA 777ed74View commit details
Commits on Aug 2, 2023
-
fix: modifying the group name will result in creating a new group. (#15)
#### What type of PR is this? /kind bug #### Which issue(s) this PR fixes: Fixes #13 #### Special notes for your reviewer: 修改一个分组名,成功修改并且没有创建新分组即可。 #### Does this PR introduce a user-facing change? ```release-note 解决修改分组名会导致新建分组的问题 ```
Configuration menu - View commit details
-
Copy full SHA for 535f31c - Browse repository at this point
Copy the full SHA 535f31cView commit details -
fix: data is not displayed when modifying the image. (#16)
#### What type of PR is this? /kind bug #### Which issue(s) this PR fixes: Fixes #12 #### Special notes for your reviewer: 1. 点击一个需要修改的图片 2. 关闭弹出的修改框 3. 再次点击此图片,查看是否成功回显待修改的数据 #### Does this PR introduce a user-facing change? ```release-note 解决第二次点击编辑图片时不回显数据的问题 ```
Configuration menu - View commit details
-
Copy full SHA for e78c4ef - Browse repository at this point
Copy the full SHA e78c4efView commit details
Commits on Aug 3, 2023
-
pref: display images in descending order based on creation time. (#17)
#### What type of PR is this? /kind improvement #### Which issue(s) this PR fixes: Fixes #10 #### Special notes for your reviewer: 在主题端查看图片默认展示顺序是否为按创建时间倒序排序 #### Does this PR introduce a user-facing change? ```release-note 使图片默认排列方式变为按照创建时间倒序。 ```
Configuration menu - View commit details
-
Copy full SHA for 318f819 - Browse repository at this point
Copy the full SHA 318f819View commit details -
chore: optimize overall infrastructure and add halo app store release…
… for step (#18) #### What type of PR is this? /kind improvement #### What this PR does / why we need it: 优化项目基础设施配置,并添加发布至 Halo 应用商店的 release job #### Does this PR introduce a user-facing change? ```release-note 优化项目基础设施配置 ```
Configuration menu - View commit details
-
Copy full SHA for 837f61f - Browse repository at this point
Copy the full SHA 837f61fView commit details -
feat: add annotations form adaption support (#19)
#### What type of PR is this? /kind feature #### Which issue(s) this PR fixes: Fixes #14 #### What this PR does / why we need it: 添加模型元数据表单定义的支持。由于引入了 annotationsForm ,因此 Halo 版本依赖升级为 >=2.8.0   #### Does this PR introduce a user-facing change? ```release-note 添加模型元数据表单定义的支持。 ```
Configuration menu - View commit details
-
Copy full SHA for 5e8721b - Browse repository at this point
Copy the full SHA 5e8721bView commit details -
fix: issue with error reporting when adding a new image. (#20)
解决在新的分组,新增图片的报错问题。 ```release-note None ```
Configuration menu - View commit details
-
Copy full SHA for 1fc42f4 - Browse repository at this point
Copy the full SHA 1fc42f4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.1...v1.1.0