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: ParthJadhav/Verve
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.0
Choose a base ref
...
head repository: ParthJadhav/Verve
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.1
Choose a head ref
  • 6 commits
  • 18 files changed
  • 4 contributors

Commits on Jan 4, 2023

  1. chore: optimise images

    *Total -- 645.34kb -> 565.37kb (12.39%)
    
    /src-tauri/assets/appIcons/Migration Assistant.app.png -- 49.37kb -> 37.47kb (24.1%)
    /src-tauri/assets/appIcons/AirPort Utility.app.png -- 34.91kb -> 28.08kb (19.57%)
    /docs/Banner-Image.png -- 116.76kb -> 94.57kb (19.01%)
    /docs/preferences.png -- 33.92kb -> 27.83kb (17.96%)
    /src-tauri/assets/appIcons/Calendar.app.png -- 42.41kb -> 34.82kb (17.88%)
    /src-tauri/assets/appIcons/Photo Booth.app.png -- 16.06kb -> 13.95kb (13.16%)
    /src/dmg-background.png -- 201.67kb -> 185.42kb (8.06%)
    /src-tauri/icons/128x128@2x.png -- 19.90kb -> 18.52kb (6.94%)
    /docs/themes/theme-blue/theme-blue.png -- 20.76kb -> 19.50kb (6.07%)
    /docs/themes/theme-default/theme-default.png -- 18.71kb -> 17.72kb (5.3%)
    /docs/themes/theme-green/theme-green.png -- 20.70kb -> 19.61kb (5.29%)
    /src-tauri/icons/128x128.png -- 5.95kb -> 5.74kb (3.63%)
    /src-tauri/assets/appIcons/System Settings.app.png -- 64.22kb -> 62.15kb (3.23%)
    
    Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
    
    Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
    Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
    imgbot[bot] and ImgBotApp authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1e5782d View commit details
    Browse the repository at this point in the history
  2. chore: update tauri

    ParthJadhav committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f5712c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b57590d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10d8ec8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. fix: set_timezone issue (#28)

    Fix error when offset starts with '+' or '-':
    
    ```
    thread 'tokio-runtime-worker' panicked at 'called Result::unwrap() on an Err value: "Timezone information not found"', src/util/calculator.rs:26:32
    
    note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
    ```
    
    For example for `Asia/Almaty` (located in Kazakhstan) `offset_from_utc_date` returns "+6" rather than "GMT+6".
    
    This leads to an error beacuse Regex in Smartcalc expects offset with `GMT` in string:
    
    https://github.com/erhanbaris/smartcalc/blob/cd39b590aba74e8ca326ba78acea488d0550a3e8/src/json/config.json#L35
    Ty3uK authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    b816c6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2a4446 View commit details
    Browse the repository at this point in the history
Loading