183 Commits

Author SHA1 Message Date
Adrian Kumpf ef4323d643 Bump wry to 0.15 2022-04-09 23:22:52 +02:00
Adrian Kumpf 742640c47d Remove support for generating Owner API tokens
Related to #34
2022-04-05 18:16:18 +02:00
Adrian Kumpf e0b62807e1 Rename with_dev_tool 2022-04-04 11:59:00 +00:00
dependabot[bot] eb2ac7a962 Bump wry from 0.13.3 to 0.14.0
Bumps [wry](https://github.com/tauri-apps/wry) from 0.13.3 to 0.14.0.
- [Release notes](https://github.com/tauri-apps/wry/releases)
- [Changelog](https://github.com/tauri-apps/wry/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/tauri-apps/wry/compare/wry-v0.13.3...wry-v0.14)

---
updated-dependencies:
- dependency-name: wry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 11:59:00 +00:00
dependabot[bot] e39e055670 Bump reqwest from 0.11.9 to 0.11.10
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.9 to 0.11.10.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.9...v0.11.10)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 11:50:59 +00:00
dependabot[bot] 61ebd4b8ef Bump anyhow from 1.0.55 to 1.0.56
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.55 to 1.0.56.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.55...1.0.56)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 11:50:11 +00:00
dependabot[bot] 59e4e6e103 Bump log from 0.4.14 to 0.4.16
Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/commits)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 11:46:33 +00:00
dependabot[bot] 26fb343890 Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 11:46:21 +00:00
dependabot[bot] b62e5a3333 Bump wry from 0.13.1 to 0.13.3
Bumps [wry](https://github.com/tauri-apps/wry) from 0.13.1 to 0.13.3.
- [Release notes](https://github.com/tauri-apps/wry/releases)
- [Changelog](https://github.com/tauri-apps/wry/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/tauri-apps/wry/compare/wry-v0.13.1...wry-v0.13.3)

---
updated-dependencies:
- dependency-name: wry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 14:26:59 +00:00
dependabot[bot] a17d2ac1c4 Bump serde_json from 1.0.78 to 1.0.79
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.78 to 1.0.79.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.78...v1.0.79)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 14:21:38 +00:00
dependabot[bot] 710e479c56 Bump anyhow from 1.0.53 to 1.0.55
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.53 to 1.0.55.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.53...1.0.55)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 14:21:31 +00:00
Adrian Kumpf 8a89346438 Update CHANGELOG 2022-02-10 23:34:24 +01:00
Adrian Kumpf decf46f900 Release v0.4.2 v0.4.2 2022-02-10 23:24:03 +01:00
Adrian Kumpf 9ea842879e Fix clippy warning 2022-02-10 23:20:30 +01:00
Adrian Kumpf ab6ac63b3c Upgrade wry to 0.13 2022-02-10 23:19:17 +01:00
dependabot[bot] 8507ca2ff3 Bump serde from 1.0.134 to 1.0.136
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.134 to 1.0.136.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.134...v1.0.136)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 12:58:16 +00:00
dependabot[bot] cd6ebc62e5 Bump anyhow from 1.0.52 to 1.0.53
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.52 to 1.0.53.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.52...1.0.53)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 12:52:52 +00:00
dependabot[bot] 2139cdeb59 Bump serde_json from 1.0.75 to 1.0.78
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.75 to 1.0.78.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.75...v1.0.78)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 12:52:44 +00:00
Adrian Kumpf 8510bd23eb Update deps 2022-01-21 19:16:49 +01:00
Adrian Kumpf 053fe6c5e7 Release v0.4.1 v0.4.1 2022-01-01 23:35:37 +01:00
Adrian Kumpf 583e97b8fc Exit if login was canceled 2022-01-01 23:30:15 +01:00
Adrian Kumpf 1c2d761fe0 Update deps 2022-01-01 15:49:18 +01:00
dependabot[bot] 00d54eae49 Bump anyhow from 1.0.44 to 1.0.51
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.44 to 1.0.51.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.44...1.0.51)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 12:54:42 +00:00
dependabot[bot] 2f8f49e110 Bump simple_logger from 1.13.0 to 1.15.0
Bumps [simple_logger](https://github.com/borntyping/rust-simple_logger) from 1.13.0 to 1.15.0.
- [Release notes](https://github.com/borntyping/rust-simple_logger/releases)
- [Commits](https://github.com/borntyping/rust-simple_logger/compare/v1.13.0...v1.15.0)

---
updated-dependencies:
- dependency-name: simple_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 12:48:21 +00:00
dependabot[bot] 17a8fda5a3 Bump reqwest from 0.11.6 to 0.11.7
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.6 to 0.11.7.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.6...v0.11.7)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 12:48:12 +00:00
dependabot[bot] f06f443911 Bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 12:45:06 +00:00
dependabot[bot] 304aef8894 Bump serde_json from 1.0.68 to 1.0.72
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.68 to 1.0.72.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.68...v1.0.72)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 12:44:08 +00:00
Adrian Kumpf bbe1778cee Release v0.4.0 v0.4.0 2021-11-01 22:21:12 +01:00
Adrian Kumpf 647e09443b Fix clippy warnings 2021-11-01 22:16:38 +01:00
Adrian Kumpf 50a3b5b308 Reduce width of token fields 2021-11-01 22:15:12 +01:00
Adrian Kumpf ea78512aca Add support for Chinese auth servers 2021-11-01 22:12:24 +01:00
Adrian Kumpf 466717a832 Update version 2021-11-01 22:12:23 +01:00
dependabot[bot] bd45e1911b Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-01 12:41:12 +00:00
Adrian Kumpf 62e2e81444 Release v0.3.0 v0.3.0 2021-11-01 11:20:01 +01:00
Adrian Kumpf b929440548 Update dependencies 2021-11-01 11:10:40 +01:00
Adrian Kumpf d31cdee2fd Add Development section 2021-10-25 11:19:49 +02:00
Adrian Kumpf a73f025fc1 Log URL changes 2021-10-02 23:43:47 +02:00
Adrian Kumpf b39e58f4bb Extract functions 2021-10-02 23:26:44 +02:00
Adrian Kumpf 04ead6c686 Cache dependencies 2021-10-02 23:09:10 +02:00
Adrian Kumpf 0e743178ba Run test suite 2021-10-02 23:06:50 +02:00
Adrian Kumpf dc813df91f Refactor 2021-10-02 23:02:21 +02:00
Adrian Kumpf 4718bd3d4f Add flag for enabling SSO token exchange 2021-09-30 23:09:44 +02:00
Adrian Kumpf 4d4da33bcb Don't exchange SSO access token 2021-09-30 17:08:58 +02:00
Adrian Kumpf 62979ffcd6 Fix typo 2021-09-27 19:27:20 +02:00
Adrian Kumpf 5b70908f02 Update package lists first 2021-09-27 19:25:14 +02:00
Adrian Kumpf 86f2592126 Update dependencies 2021-09-27 11:00:46 +02:00
Adrian Kumpf a94ed0543b Update README 2021-09-20 11:20:22 +02:00
Adrian Kumpf dca4416fc6 Update README 2021-09-20 11:13:32 +02:00
Adrian Kumpf 843821e58b Add LICENSE 2021-09-17 23:49:14 +02:00
Adrian Kumpf d28631e2ef Fix download links 2021-09-17 23:43:39 +02:00