All posts
📦
Weekly digest

8 commits, one cup of coffee

📦 Weekly ship log · 2026 Week 27

Friday, July 3, 20263 min readBy ZippyHRM Engineering
8 updates shipped in 2026 week 27.
Photo by Pexels on Pexels

Everything we merged this week, translated for humans:

The story

Another week, another pile of improvements to your AI HR operating system. Here's what hit `main` while you were busy being a person.

What changed

• Refactor commit retrieval logic to use SQL template literals. Updated the `getProjectCommits` function to utilize the `sql` helper for querying the database, improving type safety and readability. Added new icons to the help page for enhanced UI consistency. • Integrate Cloudinary for image uploads and enhance routing. Added Cloudinary configuration options to env.example, updated next.config.mjs to include Cloudinary as a server dependency, and implemented redirects for landing page. Refactored admin login and user dropdown components to streamline navigation and improve user experience. • Implement service worker enhancements for local development and caching strategies. Added functions to unregister all service workers in local environments and bypass service worker for specific paths. Updated caching logic to improve network-first strategy for HTML navigations and refined cache management in the service worker. • Update application icons and layout metadata. Replaced PWA icons with new branding images and updated layout.tsx to reflect these changes. Modified favicon and apple touch icon files for consistency with the new design. • Enhance PWA and SEO features across the application. Added custom headers for the web manifest, improved Tailwind CSS configurations with new brand colors and animations, and updated metadata generation for various pages. Refactored sitemap and robots handling to include new routes, and optimized service worker registration for better performance. • Update Starter Plan card in pricing page with new image and styling. Changed image source to local asset and adjusted dimensions for better display. • Refactor billing plan handling to align with updated pricing tiers and improve environment variable management. Updated PayPal integration and maintained legacy aliases for backward compatibility. • Align billing plans with Starter, Professional, and Enterprise tiers.

Why you should care

You don't need to read git diffs to know the product is alive. Skim this, steal a talking point for your standup, go back to work.

TL;DR

8 updates shipped in 2026 week 27.

Commits in this batch

  • 1b340c4Refactor commit retrieval logic to use SQL template literals. Updated the `getProjectCommits` function to utilize the `sql` helper for querying the database, improving type safety and readability. Added new icons to the help page for enhanced UI consistency.
  • a53b96fIntegrate Cloudinary for image uploads and enhance routing. Added Cloudinary configuration options to env.example, updated next.config.mjs to include Cloudinary as a server dependency, and implemented redirects for landing page. Refactored admin login and user dropdown components to streamline navigation and improve user experience.
  • 875e71bImplement service worker enhancements for local development and caching strategies. Added functions to unregister all service workers in local environments and bypass service worker for specific paths. Updated caching logic to improve network-first strategy for HTML navigations and refined cache management in the service worker.
  • 656bd0eUpdate application icons and layout metadata. Replaced PWA icons with new branding images and updated layout.tsx to reflect these changes. Modified favicon and apple touch icon files for consistency with the new design.
  • ffecc62Enhance PWA and SEO features across the application. Added custom headers for the web manifest, improved Tailwind CSS configurations with new brand colors and animations, and updated metadata generation for various pages. Refactored sitemap and robots handling to include new routes, and optimized service worker registration for better performance.
  • 7af4cdbUpdate Starter Plan card in pricing page with new image and styling. Changed image source to local asset and adjusted dimensions for better display.
  • ea12cc7Refactor billing plan handling to align with updated pricing tiers and improve environment variable management. Updated PayPal integration and maintained legacy aliases for backward compatibility.
  • 4fa5c87Align billing plans with Starter, Professional, and Enterprise tiers.