diff --git a/CHANGELOG.md b/CHANGELOG.md index 54262bde..6e44ed4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,11 +15,12 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui_w * Add `ui.add_enabled_ui(bool, |ui| …)` to create a possibly disabled UI section. * Add feature `"serialize"` separatedly from `"persistence"`. * Add `egui::widgets::global_dark_light_mode_buttons` to easily add buttons for switching the egui theme. -* `TextEdit` can now be used to show text which can be selectedd and copied, but not edited. +* `TextEdit` can now be used to show text which can be selected and copied, but not edited. * Add `Memory::caches` for caching things from one frame to the next. ### Changed 🔧 -* Label text will now be centered, right-aligned and/or justified based on the layout. +* Change the default monospace font to [Hack](https://github.com/source-foundry/Hack). +* Label text will now be centered, right-aligned and/or justified based on the layout of the `Ui` it is in. * `Hyperlink` will now word-wrap just like a `Label`. * All `Ui`:s must now have a finite `max_rect`. * Deprecated: `max_rect_finite`, `available_size_before_wrap_finite` and `available_rect_before_wrap_finite`. @@ -41,6 +42,22 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui_w ### Removed 🔥 * Replace `Button::enabled` with `ui.add_enabled`. +### Contributors 🙏 +* [AlexApps99](https://github.com/AlexApps99) +* [baysmith](https://github.com/baysmith) +* [bpostlethwaite](https://github.com/bpostlethwaite) +* [cwfitzgerald](https://github.com/cwfitzgerald) +* [DrOptix](https://github.com/DrOptix) +* [JerzySpendel](https://github.com/JerzySpendel) +* [NiceneNerd](https://github.com/NiceneNerd) +* [parasyte](https://github.com/parasyte) +* [spersson](https://github.com/spersson) +* [Stock84-dev](https://github.com/Stock84-dev) +* [sumibi-yakitori](https://github.com/sumibi-yakitori) +* [t18b219k](https://github.com/t18b219k) +* [TobTobXX](https://github.com/TobTobXX) +* [zu1k](https://github.com/zu1k) + ## 0.14.2 - 2021-08-28 - Window resize fix