Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Bump MSRV to `1.85` | 1 | -1/+1 | ||
2025-01-27 | Bump MSRV to `1.82` | 1 | -1/+1 | ||
2024-12-17 | Bump MSRV to `1.81` | 1 | -1/+1 | ||
2024-09-18 | Bump MSRV to `1.80` | 1 | -1/+1 | ||
2024-09-18 | Bump MSRV to `1.77` | 1 | -1/+1 | ||
2024-09-18 | Add MSRV to test matrix in GitHub CI | 1 | -1/+1 | ||
2024-09-10 | Upgrade `upload-artifact` action in `build` workflow | 1 | -6/+6 | ||
2024-07-16 | Fix broken `futures-core` links in nightly docs | 1 | -0/+1 | ||
2024-06-16 | Fix `BUG_REPORT` formatting | 1 | -4/+2 | ||
2024-06-16 | Make crazy users acknowledge they are crazy when filing bug reports in bad faith | 2 | -1/+19 | ||
2024-06-14 | Unpin `nightly` toolchain in `document` workflow | 1 | -1/+1 | ||
2024-05-07 | Redirect `docs.iced.rs` to actual docs | 1 | -0/+2 | ||
2024-05-07 | Update `winit` to `0.30` | 1 | -2/+0 | ||
2024-04-07 | Check benchmarks only instead of testing them in CI | 2 | -5/+13 | ||
2024-04-07 | Install missing dependencies in `lint` workflow | 1 | -0/+5 | ||
2024-04-07 | Run `lint` workflow in `ubuntu-latest` | 1 | -1/+1 | ||
`macOS-latest` seems to abort the build randomly for some reason. | |||||
2024-04-07 | Test benchmarks in GitHub CI | 1 | -2/+2 | ||
2024-03-12 | Fix wgpu examples link in issue template | 1 | -1/+1 | ||
2024-03-12 | Use `v2` of `setup-rust-action` on CI | 7 | -12/+12 | ||
2024-03-07 | Remove `iced_style` from `document` workflow | 1 | -1/+0 | ||
2024-02-20 | Disable `artifacts` job in `audit` workflow | 1 | -11/+11 | ||
It seems to produce false positives all the time, while not really detecting outdated dependencies when it matters. | |||||
2023-12-19 | Pin `nightly` toolchain to a specific day in `document` workflow | 1 | -1/+1 | ||
2023-12-15 | Ignore `raw-window-handle` outdated artifact | 1 | -1/+1 | ||
2023-11-12 | Deny warnings in `test` workflow | 1 | -0/+2 | ||
2023-11-12 | Add `check` workflow to ensure `iced_widget` crate compiles | 2 | -20/+30 | ||
2023-11-11 | Run `sed` with `-i` option in `artifacts` job | 1 | -1/+1 | ||
2023-11-11 | Fix `artifacts` job in `audit` workflow | 1 | -0/+2 | ||
2023-10-22 | Run `cargo update` before `cargo audit` in `audit` workflow | 1 | -0/+2 | ||
2023-09-20 | Fix `build` workflow in GitHub CI | 1 | -1/+0 | ||
2023-09-20 | Create `cargo lint` alias | 1 | -1/+1 | ||
2023-09-19 | Add `iced_highlighter` to `document` workflow | 1 | -0/+1 | ||
2023-09-18 | Fix `lint` and `test` GitHub CI workflows | 2 | -2/+2 | ||
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | 1 | -4/+2 | ||
2023-09-07 | Unify `audit` and `detect` workflows | 2 | -19/+17 | ||
2023-09-04 | Add GitHub CI workflow to detect outdated dependencies | 1 | -0/+16 | ||
2023-09-04 | Enable unstable `web-sys` APIs on CI | 1 | -0/+2 | ||
2023-09-03 | Stop verifying the `CHANGELOG` on every PR | 1 | -19/+0 | ||
It's a real pain to keep it up-to-date. Way easier to generate it with a script before release. | |||||
2023-08-26 | Replace GitHub discussions with Discourse | 1 | -5/+5 | ||
2023-08-21 | Replace `guide` with `guidelines` in `PULL_REQUEST_TEMPLATE` | 1 | -1/+1 | ||
2023-08-21 | Clarify the `CONTRIBUTING` guidelines a bit | 1 | -1/+1 | ||
2023-08-21 | Create `PULL_REQUEST_TEMPLATE` | 1 | -0/+3 | ||
2023-07-27 | Improve name of `verify` workflow step | 1 | -1/+1 | ||
2023-07-26 | Use `origin/master` instead of `master` in `verify` workflow | 1 | -1/+1 | ||
2023-07-26 | Use `login` instead of `name` in `verify` workflow | 1 | -2/+2 | ||
2023-07-26 | Fetch all repository history in `verify` workflow | 1 | -0/+2 | ||
2023-07-26 | Add workflow to verify `CHANGELOG` is always up-to-date | 1 | -0/+17 | ||
2023-07-21 | refactored window storage; | 1 | -1/+0 | ||
new helper window events (Destroyed, Created); clippy + fmt; | |||||
2023-06-25 | Update BUG-REPORT.yml | 1 | -2/+2 | ||
2023-06-16 | Fix outdated release version in `BUG-REPORT.yml` | 1 | -1/+1 | ||
2023-05-11 | Fix `document` workflow for GitHub CI | 1 | -4/+4 | ||