Skip to content

Commit e61c388

Browse files
authored
Merge pull request #3 from adryserage/master
2025-05-04: v1.1.0 - Major UI/UX Enhancement
2 parents a708fde + 4ff1833 commit e61c388

File tree

3 files changed

+301
-53
lines changed

3 files changed

+301
-53
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,29 @@ If you have any questions and commissions for me, feel free to tell me.
5050

5151
# Update History
5252

53-
- v1.0.0b (February 17, 2020)
53+
- v1.1.0 (May 4, 2025)
5454

55-
1. Initial release as a sample.
55+
1. Major UI/UX enhancement:
56+
- Responsive design for better mobile experience
57+
- Modern UI with Google Material Design inspired styling
58+
- Improved accessibility with ARIA labels and semantic HTML
59+
- Better error handling and loading states
60+
- Updated dependencies to latest versions
5661

57-
- v1.0.0 (March 12, 2020)
62+
- v1.0.2 (February 1, 2022)
5863

59-
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).
64+
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.
6065

6166
- v1.0.1 (May 26, 2020)
6267

6368
1. Added the duplicate checker.
6469

65-
- v1.0.2 (February 1, 2022)
70+
- v1.0.0 (March 12, 2020)
71+
72+
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).
6673

67-
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.
74+
- v1.0.0b (February 17, 2020)
75+
76+
1. Initial release as a sample.
6877

6978
[TOP](#top)

Update.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Update Log
2+
3+
## 2025-05-04: v1.1.0 - Major UI/UX Enhancement
4+
5+
### Added
6+
7+
- Responsive design for better mobile experience
8+
- Modern UI with Google Material Design inspired styling
9+
- Loading spinner for better feedback during searches
10+
- Error handling with user-friendly error messages
11+
- Accessibility improvements (ARIA labels, semantic HTML)
12+
- Meta tags for better SEO and device compatibility
13+
14+
### Changed
15+
16+
- Updated PapaParse library to version 5.3.2
17+
- Improved form layout with flexbox
18+
- Enhanced search input field styling
19+
- Better checkbox group organization
20+
- Modernized button styling with hover effects
21+
- Async/await implementation for better error handling
22+
- Added proper HTML document language attribute
23+
24+
### Technical Improvements
25+
26+
- CSS custom properties (variables) for consistent theming
27+
- Mobile-first responsive design
28+
- Improved error handling for API calls
29+
- Better loading state management
30+
- Enhanced accessibility for screen readers
31+
- Proper semantic HTML structure
32+
- Optimized CSS with modern best practices
33+
34+
### Previous Updates
35+
36+
- 2022-02-01: v1.0.2 - Updated sheet name reference
37+
- 2020-05-26: v1.0.1 - Added duplicate checker
38+
- 2020-03-12: v1.0.0 - Initial release

0 commit comments

Comments
 (0)