Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate egui_logger to 0.6.0 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2023

This PR contains the following updates:

Package Type Update Change
egui_logger dependencies minor 0.3.0 -> 0.6.0

Release Notes

RegenJacob/egui_logger (egui_logger)

v0.6.1

Compare Source

This release updates egui to 0.29

Full Changelog: RegenJacob/egui_logger@v0.6.0...v0.6.1

v0.6.0

Compare Source

v0.6.0

This release added more filtering and nicer display for some information to egui_logger

What's Changed

New Contributors

Full Changelog: RegenJacob/egui_logger@v0.5.0...v0.6.0

v0.5.0

Compare Source

This update changes the API a bit:

UI:
// before
egui_logger::logger_ui(ui);
// now
egui_logger::logger_ui().show();

This is because LoggerUI provides new options.
And will (hopefully) provide more in the future.
Currently only has support to toggle regex support

Log
// before
egui_logger::init().unwrap();
// now
egui_logger::builder().init().unwrap();

Like the above this will add some more features in the future.
Currently this only adds the features to set the max log level

What's Changed

Full Changelog: RegenJacob/egui_logger@v0.4.4...v0.5.0

v0.4.4

Compare Source

v0.4.4

This release updates egui to 0.27

Full Changelog: RegenJacob/egui_logger@v0.4.3...v0.4.4

v0.4.3

Compare Source

This release updates the egui dependency to 0.26.
Now you can also use multi_log to have multiple loggers e.g env_logger.

What's Changed

New Contributors

Full Changelog: RegenJacob/egui_logger@v0.4.2...v0.4.3

v0.4.2: v.0.4.2

Compare Source

Small dependency update, no code changes where made

What's Changed

Full Changelog: RegenJacob/egui_logger@v0.4.1...v0.4.2

v0.4.1: v.0.4.1

Compare Source

This release just updates to egui 0.24

What's Changed

New Contributors

Full Changelog: RegenJacob/egui_logger@v0.4.0...v0.4.1

v0.4.0: v.0.4.0

Compare Source

This release updates the egui dependency to v0.23

It also finally has the option to log things below log::Level::Info by using

egui_logger::init_with_max_level(log::LevelFilter::Debug).unwrap();

of course Trace is possible too but not recommended.

What's Changed

New Contributors

Full Changelog: RegenJacob/egui_logger@v0.3.1...v0.4.0

v0.3.1

This release updates the egui dependency to v0.22

What's Changed

New Contributors

Full Changelog: https://github.com/RegenJacob/egui_logger/commits/v0.3.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate egui_logger to 0.3.1 fix(deps): update rust crate egui_logger to 0.4.0 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/egui_logger-0.x branch from f9d36c4 to f470ae7 Compare October 10, 2023 22:30
@renovate renovate bot changed the title fix(deps): update rust crate egui_logger to 0.4.0 fix(deps): update rust crate egui_logger to 0.4.1 Nov 25, 2023
@renovate renovate bot force-pushed the renovate/egui_logger-0.x branch from f470ae7 to 855ce3e Compare November 25, 2023 15:26
@renovate renovate bot force-pushed the renovate/egui_logger-0.x branch from 855ce3e to 11e56f5 Compare January 11, 2024 08:47
@renovate renovate bot changed the title fix(deps): update rust crate egui_logger to 0.4.1 fix(deps): update rust crate egui_logger to 0.4.2 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/egui_logger-0.x branch from 11e56f5 to 58ab216 Compare February 6, 2024 04:30
@renovate renovate bot changed the title fix(deps): update rust crate egui_logger to 0.4.2 fix(deps): update rust crate egui_logger to 0.4.3 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/egui_logger-0.x branch from 58ab216 to 0e9c8ae Compare March 28, 2024 10:58
@renovate renovate bot changed the title fix(deps): update rust crate egui_logger to 0.4.3 fix(deps): update rust crate egui_logger to 0.4.4 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/egui_logger-0.x branch from 0e9c8ae to af183a0 Compare May 5, 2024 09:46
@renovate renovate bot changed the title fix(deps): update rust crate egui_logger to 0.4.4 fix(deps): update rust crate egui_logger to 0.4.0 May 5, 2024
@renovate renovate bot force-pushed the renovate/egui_logger-0.x branch from af183a0 to a37f609 Compare July 10, 2024 21:56
@renovate renovate bot changed the title fix(deps): update rust crate egui_logger to 0.4.0 fix(deps): update rust crate egui_logger to 0.5.0 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/egui_logger-0.x branch from a37f609 to 57eb030 Compare September 21, 2024 19:46
@renovate renovate bot changed the title fix(deps): update rust crate egui_logger to 0.5.0 fix(deps): update rust crate egui_logger to 0.6.0 Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants