Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
38 changes: 38 additions & 0 deletions Update.md
Original file line number Diff line number Diff line change
@@ -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
Loading