# 🚀 Release history ## New release v0.1.2 - Optimized Continuous Self-Learning: Now OS-Copilot can save historical learning courses to better design current courses. - Lightweight Friday: Check out the new, faster, and simpler light_friday. For more details, see the docs. - Fault Tolerance Mechanism: We’ve integrated a fault tolerance mechanism to prevent task execution interruptions from network issues and more. - LLAMA3 support is updated, check [https://github.com/OS-Copilot/OS-Copilot/tree/main/examples/LLAMA3](https://github.com/OS-Copilot/OS-Copilot/tree/main/examples/LLAMA3). - The front-end interface of OS-Copilot is now available. Go check it out in the [frontend](https://github.com/OS-Copilot/OS-Copilot/tree/main/fronted) directory. ## New release v0.1.1 New base environments class that bring significant flexibility improvement - Improvement to the environments class, check [oscopilot/environmentss](../oscopilot/environments). - Improvement to the format of tool. Now tools are stored as a function (previously we used class to store tools). - Based on the above changes, all related prompts are updated - Doc Improvement: - Tutorials are updated accordingly