Releases: RakuyoKit/ColaCup
Releases · RakuyoKit/ColaCup
3.0.4 - Repository Migration
3.0.1 - Available for iOS 15
Fix
- Adapted for iOS 15.
3.0.0 - Official Release
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
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
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 theNavigationBarof theColaCupViewController, 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
Add
- On iOS 14, use
UIMenuto 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.swiftfile. - 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
DetailsViewControllerwhere the title bar was not displayed completely when the file name was too long.
2.0.0 - Perfect
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
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
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
Add
- Many new image resources have been added.
- New time period selection box, new interaction logic.
Change
- Change the
typeof all buttons to. System.
Fix
- Refine the determination of time range.
- Refine the acquisition logic for image resources.