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

sync chages of main #243

Closed
wants to merge 14 commits into from
Closed

sync chages of main #243

wants to merge 14 commits into from

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    6d2da82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00e126f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. i18n: update translations (#226)

    * New translations zh-cn.yml (French)
    [skip ci]
    
    * New translations zh-cn.yml (German)
    [skip ci]
    
    * New translations zh-cn.yml (Japanese)
    [skip ci]
    
    * New translations zh-cn.yml (Russian)
    [skip ci]
    
    * New translations zh-cn.yml (Chinese Traditional)
    [skip ci]
    
    * New translations zh-cn.yml (English, United States)
    [skip ci]
    koishi-bot authored May 21, 2024
    Configuration menu
    Copy the full SHA
    42c6b9e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

Commits on Jul 30, 2024

  1. build: fix several type error and config, avoid build failed (#234)

    * build: fix several type error and config, avoid build failed
    
    * fix lint error
    MaikoTan authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    32f6e2c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    ae57234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136fd41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39a3ccb View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. feat: resize oversize images before sending (#235)

    * feature: add auto resize
    
    * fix: lint
    
    * use jimp instead of sharp, move resize logic to new function
    
    * use canvas instead of jimp
    
    * revert headers get method, add docs
    
    * optimize resize logic
    
    * fix
    
    * style: description
    
    * fix
    
    * revert docs
    
    * optimise
    
    * docs
    
    * lint fix
    
    * fix
    
    ---------
    
    Co-authored-by: 霞飛 <[email protected]>
    Co-authored-by: Maiko Tan <[email protected]>
    3 people authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6da0d7f View commit details
    Browse the repository at this point in the history
  2. i18n: update translations (#240)

    * New translations config.md (French)
    [skip ci]
    
    * New translations config.md (German)
    [skip ci]
    
    * New translations config.md (Japanese)
    [skip ci]
    
    * New translations config.md (Russian)
    [skip ci]
    
    * New translations config.md (Chinese Traditional)
    [skip ci]
    
    * New translations config.md (English, United States)
    [skip ci]
    koishi-bot authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e40085f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    06ce5dc View commit details
    Browse the repository at this point in the history
  2. fix: set autoResize feature as experimental temporary (#242)

    This feature was submitted by PR and lacking several conditions or verification,
    such as the checking the image sizes before resizing, or the ratio checking.
    
    So we set this feature as experimental until we fix those bugs
    MaikoTan authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6a93dcf View commit details
    Browse the repository at this point in the history
  3. refa: migrate schema text to i18n files (#244)

    * refa: migrate base schema text to i18n files
    
    * refa: migrate danbooru schema to i18n
    
    * refa: migrate e621 schema to i18n
    
    * refa: migrate gelbooru schema to i18n
    
    * refa: migrate konachan schema to i18n
    
    * refa: migrate local schema to i18n
    
    * refa: migrate lolibooru schema to i18n
    
    * refa: migrate lolicon schema to i18n
    
    * refa: migrate moehu schema to i18n
    
    * refa: migrate pixiv schema to i18n
    
    * refa: migrate safebooru schema to i18n
    
    * refa: migrate sankakucomplex schema to i18n
    
    * refa: migrate yandere schema to i18n
    
    * fix: format
    MaikoTan authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a4daebc View commit details
    Browse the repository at this point in the history