Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.6.2 #370

Merged
merged 19 commits into from
May 29, 2024
Merged

v2.6.2 #370

merged 19 commits into from
May 29, 2024

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    b155abd View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. feat: add zstatic into cdn providers

    Add sustech and zstatic into cdn providers. #347
    EvanNotFound committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    ec13f54 View commit details
    Browse the repository at this point in the history
  2. docs: Update README files with git pull command

    Updates the README files to include the `git pull` command for updating the theme if it was installed via `git clone`.
    
    This ensures that users have the latest version of the theme and can benefit from any new features or bug fixes.
    EvanNotFound committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    5e6bdb4 View commit details
    Browse the repository at this point in the history
  3. chore: update preview workflow to run for all PRs

    This commit updates the preview workflow to run for all pull requests, regardless of the source repository. This will allow contributors to preview their changes before merging them into the main repository.
    EvanNotFound committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    f12642b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Update archive-list.styl

    RyouSY committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4804ddf View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. ci: remove unnecessary condition

    Remove the unnecessary condition in the preview workflow to allow the workflow to run on any push or pull request to the EvanNotFound/hexo-theme-redefine repository.
    EvanNotFound committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7d82d5b View commit details
    Browse the repository at this point in the history
  2. style: remove unnecessary semicolons and trailing spaces

    This commit removes unnecessary semicolons and trailing spaces from the `btn.js` file. These changes improve the code's readability and maintainability.
    EvanNotFound committed May 29, 2024
    Configuration menu
    Copy the full SHA
    cbc19f0 View commit details
    Browse the repository at this point in the history
  3. chore: bump vercel-deployment-for-github-actions to v1.1.0

    Bump vercel-deployment-for-github-actions to v1.1.0 in both preview and production-demo workflows.
    EvanNotFound committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2bb47d1 View commit details
    Browse the repository at this point in the history
  4. chore: upgrade GitHub actions

    Upgrade GitHub actions to the latest versions.
    
    This includes:
    - actions/github-script@v6
    - actions/checkout@v3
    - actions/setup-node@v3
    EvanNotFound committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e821d0f View commit details
    Browse the repository at this point in the history
  5. feat: add new margin and width utilities

    This commit introduces new margin and width utilities to the stylesheet.
    
    - Adds new margin utility classes: `my-0`, `my-0.5`
    - Adds new width utility classes: `w-12`, `w-4`
    - Adds new text size utility classes for small screens: `sm\:text-lg`, `sm\:text-2xl`
    EvanNotFound committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8311c18 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #365 from RyouSY/dev

    归档页文章增加标号
    EvanNotFound authored May 29, 2024
    Configuration menu
    Copy the full SHA
    c3d2a53 View commit details
    Browse the repository at this point in the history
  7. feat: bump version to 2.6.2

    Bump version to 2.6.2 in package.json and package-lock.json.
    EvanNotFound committed May 29, 2024
    Configuration menu
    Copy the full SHA
    02784d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3baf6c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cafd8a0 View commit details
    Browse the repository at this point in the history
  10. ci: improve developer mode setup in preview workflow by using Python …

    …script
    
    Added Python setup to preview workflow and changed developer mode enabling
    method to use a Python script for better compatibility and readability.
    EvanNotFound committed May 29, 2024
    Configuration menu
    Copy the full SHA
    31e8114 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7564e2e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    58617a7 View commit details
    Browse the repository at this point in the history
  13. ci: add logging to preview workflow and refactor YAML update script

    Enhanced the preview workflow by adding logging to the YAML update script,
    ensuring better traceability and error handling during the development mode
    enablement process.
    EvanNotFound committed May 29, 2024
    Configuration menu
    Copy the full SHA
    210781b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d69e8b5 View commit details
    Browse the repository at this point in the history