diff --git a/README.md b/README.md index 7866db1..9d753c6 100644 --- a/README.md +++ b/README.md @@ -50,20 +50,29 @@ If you have any questions and commissions for me, feel free to tell me. # Update History -- v1.0.0b (February 17, 2020) +- v1.1.0 (May 4, 2025) - 1. Initial release as a sample. + 1. Major UI/UX enhancement: + - Responsive design for better mobile experience + - Modern UI with Google Material Design inspired styling + - Improved accessibility with ARIA labels and semantic HTML + - Better error handling and loading states + - Updated dependencies to latest versions -- v1.0.0 (March 12, 2020) +- v1.0.2 (February 1, 2022) - 1. An application for searching GAS libraries from the database was completed. By this, [the script is published](https://github.com/tanaikech/Google-Apps-Script-Library-Database/blob/master/searchApp.html). + 1. I noticed that the sheet ID of sheet of Andrew Roberts had been changed. So I used the sheet name of "Libraries" instead of the sheet ID. - v1.0.1 (May 26, 2020) 1. Added the duplicate checker. -- v1.0.2 (February 1, 2022) +- v1.0.0 (March 12, 2020) + + 1. An application for searching GAS libraries from the database was completed. By this, [the script is published](https://github.com/tanaikech/Google-Apps-Script-Library-Database/blob/master/searchApp.html). - 1. I noticed that the sheet ID of sheet of Andrew Roberts had been changed. So I used the sheet name of "Libraries" instead of the sheet ID. +- v1.0.0b (February 17, 2020) + + 1. Initial release as a sample. [TOP](#top) diff --git a/Update.md b/Update.md new file mode 100644 index 0000000..c3b237e --- /dev/null +++ b/Update.md @@ -0,0 +1,38 @@ +# Update Log + +## 2025-05-04: v1.1.0 - Major UI/UX Enhancement + +### Added + +- Responsive design for better mobile experience +- Modern UI with Google Material Design inspired styling +- Loading spinner for better feedback during searches +- Error handling with user-friendly error messages +- Accessibility improvements (ARIA labels, semantic HTML) +- Meta tags for better SEO and device compatibility + +### Changed + +- Updated PapaParse library to version 5.3.2 +- Improved form layout with flexbox +- Enhanced search input field styling +- Better checkbox group organization +- Modernized button styling with hover effects +- Async/await implementation for better error handling +- Added proper HTML document language attribute + +### Technical Improvements + +- CSS custom properties (variables) for consistent theming +- Mobile-first responsive design +- Improved error handling for API calls +- Better loading state management +- Enhanced accessibility for screen readers +- Proper semantic HTML structure +- Optimized CSS with modern best practices + +### Previous Updates + +- 2022-02-01: v1.0.2 - Updated sheet name reference +- 2020-05-26: v1.0.1 - Added duplicate checker +- 2020-03-12: v1.0.0 - Initial release diff --git a/searchApp.html b/searchApp.html index e9e594d..62ac7dd 100644 --- a/searchApp.html +++ b/searchApp.html @@ -1,6 +1,6 @@ - +