Skip to content

Releases: RakuyoKit/ColaCup

3.0.4 - Repository Migration

13 Mar 05:24

Choose a tag to compare

Break Change

  • The git repository was migrated. Resulting in a url change.

3.0.1 - Available for iOS 15

12 Oct 02:43

Choose a tag to compare

Fix

  • Adapted for iOS 15.

3.0.0 - Official Release

29 Sep 09:42

Choose a tag to compare

Add

  • Log details page, file names are now fully displayed.

Fix

  • Better algorithm to "find the log of the current page".
  • Fixed the problem that the height of the line where the json is located is incorrect after rotating the screen in the log detail page.

3.0.0-beta.2 - Support Simplified Chinese

29 Sep 09:40

Choose a tag to compare

Add

  • In addition to English, ColaCup has added Simplified Chinese support.

Fix

  • Better algorithm to "find the log of the current page".
  • Fixed the issue that when filtering logs by date in iOS 13.4 and above, the day cannot be selected.
  • Fixed the issue that the list is not displayed from the top after performing filtering.

3.0.0-beta.1 - Easier to Use

29 Sep 09:36

Choose a tag to compare

Pre-release

We redesigned the interface and operation logic of ColaCup based on the feedback from users in the previous version. The goal is to make it more powerful and easier to use at the same time.


Add

  • A new home page design, with the new feature of RaLog, ColaCup can now display several associated logs as a section.
  • The search function was mentioned on the front page from the self page.
  • The filtering function has been reorganized into a new page with a simpler interaction logic.
  • Support to view the log of the current page (the page where you entered ColaCupViewController).
  • Support different country reading directions (left to right, or right to left).

Change

  • Before opening the ColaCupViewController, you should wrap it with a UINavigationController or its subclasses to properly display the NavigationBar of the ColaCupViewController, which will contain the entry points for closing and filtering operations.

Remove

  • Removed the ability to find logs for a certain period of time.

Dependency

We have updated several component libraries that depend on it to the latest version.

  • JSONPreview: 1.3.1
  • RaLog: 1.5.4

2.1.0 - Improve Details

06 Nov 05:14

Choose a tag to compare

Add

  • On iOS 14, use UIMenu to display the menu for selecting the sharing method.
  • Added load view in DetailsViewController, which will be displayed when sharing.

Change

  • Modified the data generation method when sharing log data in text mode.
  • Adjusted the display structure and effect of ColaCupLoadingView.
  • Adjusted the code organization in DetailsViewController.swift file.
  • Reordered the display order of lists in DetailsViewController, and moved the time bar to the top.
  • Adjusted the order and title of the options for selecting the sharing method in the popup window in versions below iOS 14.

Fix

  • Fixed a problem in DetailsViewController where the title bar was not displayed completely when the file name was too long.

2.0.0 - Perfect

05 Nov 03:56

Choose a tag to compare

Fix

  • Fixed a bug that the style of the back button on the details page was not consistent with the style of ColaCup after the main program used UINavigationBar.appearance() to customize the style of the navigation bar.

2.0.0-beta.4 - New Time Popover

04 Nov 06:07

Choose a tag to compare

Pre-release

In this version, we've redesigned the UI of the time popover.

This refactoring solves a lot of problems and also meets our requirements in terms of how we interact. I hope you will like this version as well.

Add

  • New time popover, new interaction logic!
  • Time popover are now supported under iOS14.

2.0.0-beta.3 - Support Link

04 Nov 05:54

Choose a tag to compare

Pre-release

Add

  • A new feature in JSONPreview: support for links.
  • When you click a link, the link will be opened using SFSafariViewController.

Change

  • Depend on the latest version of the "JSONPreview" component (v1.2.0).
  • Set the maximum width of the popover to 375.

2.0.0-beta.2 - Improve the UI

04 Nov 05:48

Choose a tag to compare

Pre-release

Add

  • Many new image resources have been added.
  • New time period selection box, new interaction logic.

Change

  • Change the type of all buttons to . System.

Fix

  • Refine the determination of time range.
  • Refine the acquisition logic for image resources.