Skip to content

Commit 6c93d4f

Browse files
committed
change version to v1.3
1 parent 0c2aabb commit 6c93d4f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
P站过去排行扫图专用App - Pixiv RankingLog for iOS
22
================
33

4-
**下载:**[RankingLog_v1.2.ipa](http://blog.imaou.com/RankingLog/RankingLog_v1.2.ipa) - (通用版,支持iOS6.1~iOS8.1,需越狱)
4+
**下载:**[RankingLog_v1.3.ipa](http://blog.imaou.com/RankingLog/RankingLog_v1.3.ipa) - (通用版,支持iOS6.1~iOS8.1,需越狱)
55

66
使用说明:
77

@@ -18,6 +18,7 @@ P站过去排行扫图专用App - Pixiv RankingLog for iOS
1818

1919
## ChangeLogs
2020

21+
* **[2014-11-28] [v1.3](https://github.com/upbit/Pixiv-RankingLog/releases/tag/v1.3)** 保存收藏列表到本地,修复带时间戳的多图作品无法显示的问题
2122
* **[2014-11-05] [v1.2](https://github.com/upbit/Pixiv-RankingLog/releases/tag/v1.2)** 新增作者作品浏览视图,收藏增加顺序随机按钮
2223
* **[2014-11-04] v1.1** 增加下载进度与收藏按钮,新增收藏浏览视图
2324
* **[2014-10-31] v1.0** 瀑布流方式浏览过去排行

RankingLog/CHTWaterfallLayout/PixivWaterfallViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ - (void)viewDidLoad
6666
layout.sectionInset = UIEdgeInsetsMake(5, 2, 5, 2);
6767
layout.minimumColumnSpacing = 1;
6868
layout.minimumInteritemSpacing = 1;
69-
layout.columnCount = 3;
69+
layout.columnCount = 4;
7070

7171
self.collectionView.collectionViewLayout = layout;
7272
self.collectionView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;

RankingLog/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.21</string>
18+
<string>1.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)