Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: halo-sigs/plugin-links
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: halo-sigs/plugin-links
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 6 commits
  • 22 files changed
  • 3 contributors

Commits on Feb 15, 2023

  1. fix: the default group is reset after restarting (#11)

    修复重启 Halo 或者插件之后,默认分组被重置的问题。
    
    Fixes #10 
    
    ```release-note
    修复重启 Halo 或者插件之后,默认分组被重置的问题。
    ```
    ruibaby authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a08c51c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. feat: add pagination supports (#14)

    为链接管理列表添加分页的支持。
    
    /kind feature
    
    Fixes #13 
    
    ```release-note
    为链接管理列表添加分页的支持。
    ```
    ruibaby authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ad6f70c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. fix: link management permission was assigned but still did not have p…

    …ermission (#15)
    
    ### What this PR does?
    修复分配了友链管理权限仍无权限访问的问题
    /kind improvement
    
    /cc @halo-sigs/halo 
    ### how to test it?
    1. 在此 PR 构建插件安装
    2. 新建一个角色分配链接查看/管理权限,期望能正确获取到友链分组和友链
    
    ```release-note
    修复给角色分配友链管理权限仍无权限访问的问题
    ```
    guqing authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    65168eb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. fix: locking pnpm version (#19)

    锁定 pnpm 版本为 7,解决 ci 报错问题。
    
    /kind bug
    
    ```release-note
    None
    ```
    LIlGG authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9e3d7fb View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. refactor: the association between links and groups (#20)

    ### What this PR does?
    重构链接与分组的关联关系
    
    Fixes #18
    Fixes #17
    
    可测试 JAR 包:
    [plugin-links-1.1.0-SNAPSHOT-plain.jar.zip](https://github.com/halo-sigs/plugin-links/files/11154904/plugin-links-1.1.0-SNAPSHOT-plain.jar.zip)
    
    ```release-note
    重构链接与分组的关联关系
    ```
    guqing authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e59e0e8 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.2.0 (#21)

    发布 1.2.0 版本。
    
    ```release-note
    None
    ```
    ruibaby authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    de7bdce View commit details
    Browse the repository at this point in the history
Loading