8000 Comparing v0.3.2...v0.4.0 · pimalaya/himalaya · GitHub
[go: up one dir, main page]

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: pimalaya/himalaya
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.2
Choose a base ref
...
head repository: pimalaya/himalaya
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 18 commits
  • 33 files changed
  • 4 contributors

Commits on May 8, 2021

  1. fix install.sh bin name

    soywod committed May 8, 2021
    Configuration menu
    Copy the full SHA
    5d352ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44fbaaa View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    15376ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    027b872 View commit details
    Browse the repository at this point in the history
  3. fix vim help doc (#117)

    soywod committed May 9, 2021
    Configuration menu
    Copy the full SHA
    d41df7d View commit details
    Browse the repository at this point in the history
  4. bump imap-rust v3.0.0-alpha.3

    soywod committed May 9, 2021
    Configuration menu
    Copy the full SHA
    36d3cd6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. update lettre to v0.10.0-rc.1 (#150)

    $ cargo update -p lettre --aggressive
        Updating crates.io index
        Updating aho-corasick v0.7.15 -> v0.7.18
        Removing bytes v1.0.1
        Updating cc v1.0.66 -> v1.0.67
          Adding fastrand v1.4.1
        Removing getrandom v0.1.15
        Removing http v0.2.3
        Removing httparse v1.3.5
        Updating httpdate v0.3.2 -> v1.0.0
        Removing hyperx v1.3.0
        Updating idna v0.2.0 -> v0.2.3
        Removing language-tags v0.2.2
        Updating lettre v0.10.0-beta.3 -> v0.10.0-rc.1
        Updating libc v0.2.88 -> v0.2.94
        Updating lock_api v0.4.3 -> v0.4.4
        Updating memchr v2.3.4 -> v2.4.0
        Updating native-tls v0.2.6 -> v0.2.7
        Updating once_cell v1.5.2 -> v1.7.2
        Updating openssl v0.10.32 -> v0.10.34
        Updating openssl-probe v0.1.2 -> v0.1.4
        Updating openssl-sys v0.9.60 -> v0.9.63
        Updating parking_lot_core v0.8.2 -> v0.8.3
        Removing percent-encoding v2.1.0
        Updating quoted_printable v0.4.2 -> v0.4.3
        Removing rand v0.7.3
        Removing rand_chacha v0.2.2
        Removing rand_core v0.5.1
        Removing rand_hc v0.2.0
          Adding redox_syscall v0.2.8
        Updating regex v1.4.2 -> v1.5.4
        Updating regex-syntax v0.6.21 -> v0.6.25
        Updating security-framework v2.0.0 -> v2.2.0
        Updating security-framework-sys v2.0.0 -> v2.2.0
        Updating smallvec v1.6.0 -> v1.6.1
        Updating tempfile v3.1.0 -> v3.2.0
        Removing thread_local v1.0.1
        Updating tinyvec v1.1.0 -> v1.2.0
        Removing unicase v2.6.0
        Updating unicode-bidi v0.3.4 -> v0.3.5
        Updating unicode-normalization v0.1.16 -> v0.1.17
        Updating vcpkg v0.2.11 -> v0.2.12
        Updating version_check v0.9.2 -> v0.9.3
        Removing wasi v0.9.0+wasi-snapshot-preview1
    paolobarbolini authored May 14, 2021
    Configuration menu
    Copy the full SHA
    c9e1609 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. refactor msg matches (#151)

    * Refactor msg_matches() impl into several functions
    
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    
    * Simplify impl of msg_matches()
    
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    
    * Refactor to use msg_matches_list() impl for default case as well
    
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    
    * Remove unidomatic return keyword
    
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer authored May 23, 2021
    Configuration menu
    Copy the full SHA
    62ac9ae View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. refactor tpl system (#80)

    soywod committed May 30, 2021
    15 Configuration menu
    Copy the full SHA
    f71720e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    2844831 View commit details
    Browse the repository at this point in the history
  2. refactor tpl cli override

    soywod committed May 31, 2021
    Configuration menu
    Copy the full SHA
    4df39b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    fa22341 View commit details
    Browse the repository at this point in the history
  2. rename App to Ctx

    soywod committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    6bca1a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8353b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27638be View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. add .desktop file (#161)

    toastal authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    edb2e18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3d0227 View commit details
    Browse the repository at this point in the history
  3. release v0.4.0

    soywod committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    7c88896 View commit details
    Browse the repository at this point in the history
Loading
0