Skip to content

v1.7.0

Choose a tag to compare

@pdelboca pdelboca released this 30 Sep 17:21
cd923dc

🚀 Streamlined AI & Enhanced Stability

This release marks a significant step forward in making the Open Data Editor more powerful and accessible. The headline feature is a complete overhaul of the AI functionality, shifting from a free-form prompt to a use-case-driven approach. This allows non-technical users to leverage the power of AI for data tasks without needing to know how to "talk" to an AI model.

🛠 What's Changed

🤖 AI Improvements

  • New Use-Case Focus: The AI dialog now guides you through specific tasks instead of relying on free-text prompting.
  • Better User Experience: A default action button is now more prominent in the AI dialog.
  • Model Selection Warning: The app now shows a clear warning if you try to use the AI without selecting a model.
  • Dismissible Warnings: You can now check a "Don't show again" box to hide the model selection warning in the future.
  • Loading Indicator: A loading dialog now appears when the AI model is being selected, providing better feedback.
  • User Feedback: We've added a way for you to provide feedback on the AI's results, helping us improve the feature.

🐛 Bug Fixes

  • Fixed issues that could occur when saving different sheets and updating column headers.
  • Resolved various enum access and type errors that could cause crashes.
  • Fixed an issue with the hover effect on the first row of a sheet.

🌐 Translations & Language

  • Added several missing translations for a better localized experience.
  • Error reports are now translated.
  • The application's context now defaults to English for consistency.

🔧 Technical Enhancements

  • The AI prompt now resets correctly when you close the dialog.
  • The visual effect for hovering over the first row has been improved for better performance.

🙏 A Special Thanks

This release was brought to you by the contributions of @rustico, @pdelboca and @romicolman. Thank you for your hard work!

What's Changed

  • Fixing issues while saving different sheets and updating the column's header by @rustico in #1034
  • Change default button for AI Dialog and show a warning when a model is not selected by @rustico in #1047
  • Adding missing translations by @rustico in #1046
  • Changing the multilingual setup in the context to only speak English. by @rustico in #1044
  • Changing AI warning messange and adding checkbox to not show the warning again by @rustico in #1045
  • 1024 second ai use case by @rustico in #1051
  • Fix enum access and type errors by @pdelboca in #1052
  • 934 translate errors reports by @pdelboca in #1053
  • Reset prompt when closing the AI dialog. by @pdelboca in #1054
  • Adding a loading dialog when selecting the model by @rustico in #1043
  • Implementing AI feedback by @rustico in #1058
  • Replace fillRect by changing the width of the border while hovering on the first row by @rustico in #1057
  • Bump version for new release by @pdelboca in #1061

Full Changelog: v1.6.2...v1.7.0