Release History
Check out the latest features and improvements in TabiKit
Fixed Google Calendar all-day event sync
Bug Fixv1.2.18Fixed an issue where all-day events were not syncing correctly to Google Calendar. Improved to set the end date of all-day events to the next day according to Google Calendar API specifications.
Fixed subscription update message
Bug Fixv1.2.17Fixed an issue where the subscription update processing message would not disappear after Stripe payment. Improved webhook handler to properly record the correct action when upgrade is completed.
Fixed Display Bug When Updating Travel Items
Bug Fixv1.2.16Fixed an issue where other items would temporarily disappear when creating or updating a travel item. Resolved field name inconsistency in API response (travelItems vs items) and improved component state management.
Google Calendar Integration Implementation
New Featurev1.2.15Implemented Google Calendar integration using Supabase Auth provider feature. Travel items are automatically synced to Google Calendar when created, updated, or deleted. Google Calendar integration can be configured from the profile page.
Changed Plan Settings Update Notifications to Toast Display
Improvementv1.2.10Changed notification messages when updating plan settings to toast display for a smoother user experience.
Display Subscription Expiration Date on Profile Page
Improvementv1.2.9You can now check your subscription expiration date on the profile page. Trial users will also see their trial period end date.
Added Delete Function and Date/Time Clear Function for Travel Items
Improvementv1.2.8Added a delete button to the travel item detail modal. Also added clear buttons to the start/end date-time input fields to allow clearing previously entered dates.
Location Registration with Google Maps Search
New Featurev1.2.7You can now easily register travel item locations using Google Maps search. Select locations directly from the map and save accurate location information.
Registration Page OGP Settings and Referral Code Fix
Improvementv1.2.6Added proper OGP metadata to registration page for better social media sharing display. Fixed an issue where referral codes were not properly propagated through sign-in flow.
Category Icons Addition and Todo Form Improvements
Improvementv1.2.4Added new icons for travel item categories (Shopping, Sightseeing, Tour, Reservation, Rental, Expense, Custom, Note). Also improved Todo form design for better usability.
Plan Settings Management and Deletion
New Featurev1.2.3Plan creators can now edit basic plan information (title, description, dates, visibility settings). Plan deletion functionality has been added with a confirmation dialog for safe deletion.
Prevent Duplicate Registration for Existing Users
Bug Fixv1.2.2Existing users are now automatically redirected to the dashboard when accessing the registration page. Added error handling at the API level to prevent duplicate registrations.
Name Change API Unification and Bug Fix
Bug Fixv1.2.1Unified duplicate name change APIs and fixed 405 error issues. Character limit is now consistently set to 50 characters.
Calendar View Added
New Featurev1.2.0Travel items can now be displayed in calendar format. Schedule management becomes more intuitive.
Wishlist Feature
New Featurev1.1.0You can now save places you want to visit and things you want to buy in your wishlist.
TabiKit Official Release
New Featurev1.0.0TabiKit has been officially released to make traveling with friends more enjoyable, from planning to sharing memories.
Fixed TypeScript/ESLint Errors
Bug Fixv1.2.14Fixed TypeScript and ESLint errors that were causing build failures. Mainly replaced 'any' types with proper type definitions and removed unused imports and variables. Google Calendar sync functionality has been temporarily disabled until the GoogleAccount model is implemented.
Added Marker Legend to Map View
Improvementv1.2.13Added a list below the map showing which travel items correspond to the A-Z markers on the map. Clicking on each item displays its details.
Added Map View for Travel Items (Pro/Premium Exclusive)
New Featurev1.2.12Added a new 'Map' tab to the plan details page. Travel items with location information can now be displayed as markers on the map. You can now view multiple destinations at a glance. *This feature is exclusive to Pro/Premium plans.
Fixed Vertical Alignment of Participant Icons
Bug Fixv1.2.11Fixed the vertical alignment of participant icons with different subscription plans on the plan details page. Improved visual consistency by ensuring all icons have the same decoration area height.