Skip to content

2.1.0: A rename.. and our own custom log viewer?

Latest
Compare
Choose a tag to compare
@daniwasonline daniwasonline released this 26 May 01:27
· 89 commits to main since this release
2ebfed7

What's new

'Howdy, everybody! Welcome to SpongeChat--wait, no, Pathways! We've gone through with a full rebranding, somewhat late to the party after the 2.0 release but still an awesome change!

If you've noticed, we're continuing to use the new AI Summary release note features that we added back in 2.0.1. This release's summary was somewhat better than the last one, but still got things to work on in that regard. We're leaving this release's AI summary here to explain what else has been changed.

TL;DR: Logviews (a custom-made log viewer written in Svelte to replace Wastebin), a new logger systems, and changes to the structure loader to prepare for Callsystems being imminently pushed into main.

AI Summary

✨ Note: This release note was written by LLaMA and is not necessarily accurate. Please refer to the Commits section for more concise information on what's changed.

We're excited to announce the release of Pathways 2.1.0!

This update brings several significant improvements and fixes to enhance the performance and usability of our logging tool. We've made some refinements to the Logger class, including fixing a few issues and adding a new helper function to make it easier to use.

We've also moved some of the Logview code into its own class, making it more organized and maintainable. Additionally, we've updated the Docker compose file to support the new changes, ensuring a smoother development and testing process.

Furthermore, we've improved the structure loader by adding recursion support and bypassing the index.js check, making it more efficient and reliable. Finally, we've removed some duplicate imports and reorganized the code structure for better readability.

Our contributors have worked hard to bring these changes to life, and we're grateful for their efforts. With Pathways 2.1.0, you can expect improved performance, enhanced functionality, and better overall user experience. Give it a try today!

Commits

  • dummify Logview#get dad88e7
  • move logview stuff to its' own class 2cc5b6f
  • 🚑 fix logger callers function 865e024
  • update docker compose cf46123
  • move from wastebin to custom viewer 846e6df
  • Revert "add Butterroach as a contributor for security" 9a4eea3
  • update .all-contributorsrc b9a49a8
  • update README.md 59ce999
  • 🐛 Fix a second index.js check? tf? 5df7eb3
  • SOMEONE didn't do a good review 23cd527
  • the big rename c94afca
  • 🚨 double quotes! c0a8c04
  • ✏️ Remove duplicate imports 84890fc
  • ♻️ Slightly refactor structure loader to properly support recursion (and a bypass for the index.js check) 48962e1
  • Add a logger helper function abcca38