TK
TabiKit

Release History

Check out the latest features and improvements in TabiKit

Fixed Google Calendar all-day event sync

Bug Fixv1.2.18

Fixed 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.

August 1, 2025
#google-calendar#integration#bugfix

Fixed subscription update message

Bug Fixv1.2.17

Fixed 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.

August 1, 2025
#subscription#stripe#bugfix

Fixed Display Bug When Updating Travel Items

Bug Fixv1.2.16

Fixed 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.

August 1, 2025
#bugfix#travel-items#api#state-management

Google Calendar Integration Implementation

New Featurev1.2.15

Implemented 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.

August 1, 2025
#feature#google-calendar#integration#sync

Changed Plan Settings Update Notifications to Toast Display

Improvementv1.2.10

Changed notification messages when updating plan settings to toast display for a smoother user experience.

July 10, 2025
#ui#notifications#plan-settings

Display Subscription Expiration Date on Profile Page

Improvementv1.2.9

You can now check your subscription expiration date on the profile page. Trial users will also see their trial period end date.

July 10, 2025
#subscription#profile#trial

Added Delete Function and Date/Time Clear Function for Travel Items

Improvementv1.2.8

Added 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.

July 8, 2025
#ui#delete#datetime#usability

Location Registration with Google Maps Search

New Featurev1.2.7

You can now easily register travel item locations using Google Maps search. Select locations directly from the map and save accurate location information.

June 30, 2025
#maps#search#location#registration

Registration Page OGP Settings and Referral Code Fix

Improvementv1.2.6

Added 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.

June 17, 2025
#seo#ogp#bugfix#auth#referral

Category Icons Addition and Todo Form Improvements

Improvementv1.2.4

Added new icons for travel item categories (Shopping, Sightseeing, Tour, Reservation, Rental, Expense, Custom, Note). Also improved Todo form design for better usability.

June 11, 2025
#ui#icons#todo#categories#design

Plan Settings Management and Deletion

New Featurev1.2.3

Plan 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.

June 10, 2025
#plan-management#settings#editing#deletion

Prevent Duplicate Registration for Existing Users

Bug Fixv1.2.2

Existing users are now automatically redirected to the dashboard when accessing the registration page. Added error handling at the API level to prevent duplicate registrations.

June 10, 2025
#auth#security#ux

Name Change API Unification and Bug Fix

Bug Fixv1.2.1

Unified duplicate name change APIs and fixed 405 error issues. Character limit is now consistently set to 50 characters.

June 10, 2025
#api#bugfix#improvement

Calendar View Added

New Featurev1.2.0

Travel items can now be displayed in calendar format. Schedule management becomes more intuitive.

June 9, 2025
#calendar#ui#planning

Wishlist Feature

New Featurev1.1.0

You can now save places you want to visit and things you want to buy in your wishlist.

June 1, 2025
#wishlist#planning#feature

TabiKit Official Release

New Featurev1.0.0

TabiKit has been officially released to make traveling with friends more enjoyable, from planning to sharing memories.

May 23, 2025
#launch#milestone

Fixed TypeScript/ESLint Errors

Bug Fixv1.2.14

Fixed 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.

January 29, 2025
#bugfix#typescript#build#maintenance

Added Marker Legend to Map View

Improvementv1.2.13

Added 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.

January 25, 2025
#improvement#maps#ui#ux

Added Map View for Travel Items (Pro/Premium Exclusive)

New Featurev1.2.12

Added 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.

January 23, 2025
#feature#maps#travel-items#ui

Fixed Vertical Alignment of Participant Icons

Bug Fixv1.2.11

Fixed 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.

January 14, 2025
#ui#alignment#subscription