8000 Comparing 0.1.0...0.1.1 · yvt/img2text · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: yvt/img2text
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: yvt/img2text
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.1
Choose a head ref
  • 17 commits
  • 16 files changed
  • 1 contributor

Commits on Aug 11, 2021

  1. perf(web): use rlsf::SmallGlobalTlsf as global allocator

    Size comparison of the compiled WebAssembly module:
     - default:           280931 bytes
     - `wee_alloc`:       276029 bytes
     - `SmallGlobalTlsf`: 275545 bytes
    yvt committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    73e7325 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Configuration menu
    Copy the full SHA
    46347c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97d1b63 View commit details
    Browse the repository at this point in the history
  3. chore(deps): upgrade clap to ^3.2

    yvt committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    a294585 View commit details
    Browse the repository at this point in the history
  4. chore(deps): cargo update

        Updating ab_glyph_rasterizer v0.1.4 -> v0.1.5
        Updating aho-corasick v0.7.15 -> v0.7.18
        Updating anyhow v1.0.38 -> v1.0.58
        Updating autocfg v1.0.1 -> v1.1.0
        Updating bincode v1.3.1 -> v1.3.3
        Updating bitflags v1.2.1 -> v1.3.2
        Updating bumpalo v3.6.0 -> v3.10.0
        Updating bytemuck v1.5.0 -> v1.9.1
        Updating byteorder v1.4.2 -> v1.4.3
        Updating bytes v1.0.1 -> v1.1.0
        Updating console_error_panic_hook v0.1.6 -> v0.1.7
        Removing const_fn v0.4.5
        Updating crc32fast v1.2.1 -> v1.3.2
        Updating crossbeam-channel v0.5.0 -> v0.5.5
        Updating crossbeam-deque v0.8.0 -> v0.8.1
        Updating crossbeam-epoch v0.9.1 -> v0.9.9
        Updating crossbeam-utils v0.8.1 -> v0.8.10
        Updating env_logger v0.8.2 -> v0.8.4
        Updating futures v0.3.12 -> v0.3.21
        Updating futures-channel v0.3.12 -> v0.3.21
        Updating futures-core v0.3.12 -> v0.3.21
        Updating futures-executor v0.3.12 -> v0.3.21
        Updating futures-io v0.3.12 -> v0.3.21
        Updating futures-macro v0.3.12 -> v0.3.21
        Updating futures-sink v0.3.12 -> v0.3.21
        Updating futures-task v0.3.12 -> v0.3.21
        Updating futures-util v0.3.12 -> v0.3.21
        Updating gif v0.11.1 -> v0.11.3
        Updating gloo-events v0.1.1 -> v0.1.2
        Updating gloo-timers v0.2.1 -> v0.2.4
        Updating hashbrown v0.9.1 -> v0.12.1
        Updating hermit-abi v0.1.18 -> v0.1.19
        Updating http v0.2.3 -> v0.2.8
        Updating image v0.23.12 -> v0.23.14
        Updating indexmap v1.6.1 -> v1.9.1
        Updating itoa v0.4.7 -> v1.0.2
        Updating libc v0.2.85 -> v0.2.126
        Updating log v0.4.14 -> v0.4.17
        Updating memoffset v0.6.1 -> v0.6.5
        Updating num-bigint v0.3.1 -> v0.3.3
        Updating num-integer v0.1.44 -> v0.1.45
        Updating num-iter v0.1.42 -> v0.1.43
        Updating num-traits v0.2.14 -> v0.2.15
        Updating num_cpus v1.13.0 -> v1.13.1
        Updating pin-project-lite v0.2.4 -> v0.2.9
        Updating ppv-lite86 v0.2.10 -> v0.2.16
        Updating rayon v1.5.0 -> v1.5.3
        Updating rayon-core v1.9.0 -> v1.9.3
        Updating regex v1.4.3 -> v1.5.6
        Updating regex-syntax v0.6.22 -> v0.6.26
        Updating ryu v1.0.5 -> v1.0.10
        Updating serde v1.0.123 -> v1.0.137
        Updating serde_derive v1.0.123 -> v1.0.137
        Updating serde_json v1.0.61 -> v1.0.81
        Updating slab v0.4.2 -> v0.4.6
        Updating termcolor v1.1.2 -> v1.1.3
        Updating thiserror v1.0.23 -> v1.0.31
        Updating thiserror-impl v1.0.23 -> v1.0.31
        Removing thread_local v1.1.2
        Updating unicode-width v0.1.8 -> v0.1.9
        Updating version_check v0.9.2 -> v0.9.4
        Updating weezl v0.1.4 -> v0.1.6
    yvt committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    2ddf62a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6df78de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f9cb60 View commit details
    Browse the repository at this point in the history
  7. chore: update shell.nix

    yvt committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    24b67eb View commit details
    Browse the repository at this point in the history
  8. chore: replace shell.nix with flake.nix

    About Nix Flakes: <https://nixos.wiki/wiki/Flakes>
    yvt committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    5abdb9d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cdc5b08 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98b3470 View commit details
    Browse the repository at this point in the history
  11. chore: upgrade the Rust toolchain to 1.57

    `wasm-bindgen-cli v0.2.81`, which is automatically installed by `wasm-pack`,
    requires 1.57.
    yvt committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    0d15540 View commit details
    Bro 10000 wse the repository at this point in the history
  12. chore(nix): add OpenSSL to nativeBuildInputs

    It's required for the automatic installation of `wasm-bindgen`.
    yvt committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    2a45339 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    395b8ac View commit details
    Browse the repository at this point in the history
  14. chore: copy static/{help,index}.html on build

    `wasm-pack` seems to delete these files, so they were moved to `src` and
    are copied to `static` on build.
    yvt committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    6db573f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e99e41c View commit details
    Browse the repository at this point in the history
  16. chore: bump to 0.1.1

    yvt committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    a062614 View commit details
    Browse the repository at this point in the history
Loading
0