# Changelog All notable changes to this project will be documented in this file. ## [1.0.1] - 2024-10-17 ### 🐛 Bug Fixes - Use correct example url in readme - Add screenshot to readme - Add caveat about infinite recursions in readme - Resolve error in event levels for nested `silence_tree!` ## [1.0.0] - 2024-10-17 ### 🚀 Features - Simplify color management - Add tree silencing feature ### 🐛 Bug Fixes - Always compile `macros` module - Return an `Option` in `get_trace_for_tag` ### ⚙️ Miscellaneous Tasks - Add comments and examples ## [0.1.6] - 2024-10-16 ### 🚀 Features - Add trace print control functions and macros - Optimize trace prints when disabled ### 🐛 Bug Fixes - Optimize macros when trace feature is not active - Rename `max_level` to `set_max_level` - Features optimization ### ⚙️ Miscellaneous Tasks - Simplify features usage ## [0.1.5] - 2024-10-15 ### 🚀 Features - Add the `max_level!` macro ### 🐛 Bug Fixes - Simplify the `__fn_name` macro to remove generic types ## [0.1.4] - 2024-10-15 ### 🐛 Bug Fixes - Allow trailing commas in `trace!` macro ### ⚙️ Miscellaneous Tasks - Add screenshot to README.md - Update dependencies ## [0.1.3] - 2024-10-15 ### 🐛 Bug Fixes - Clean up the mess in event display ## [0.1.2] - 2024-10-15 ### 🚀 Features - Add macros for activation and deactivation - Add `trace` macro - Add print functions and macros ### ⚙️ Miscellaneous Tasks - Update readme for macros ## [0.1.1] - 2024-10-14 ### 🐛 Bug Fixes - Single line feed when building trace - Use consistent colors for context