Skip to content

Commit

Permalink
4.9 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
brownh committed Jan 7, 2016
1 parent 35e736e commit 7c4c79f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions IA.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
5AEE7662179F1FD200CF8C23 /* SearchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AEE7661179F1FD200CF8C23 /* SearchViewController.m */; };
CE14C9D21AA7E76300D47281 /* SorterView.m in Sources */ = {isa = PBXBuildFile; fileRef = CE14C9D11AA7E76300D47281 /* SorterView.m */; };
CE3019CE16C5729E00733B99 /* StringUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = CE3019CD16C5729E00733B99 /* StringUtils.m */; };
CE36FC5D1C3F23B900242F3B /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = CE36FC5C1C3F23B900242F3B /* README.md */; };
CE3A180B1AB3991A00D4E5CB /* CreditsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CE3A180A1AB3991A00D4E5CB /* CreditsViewController.m */; };
CE3FFD0D17943D8300709F5F /* MediaFileCell.m in Sources */ = {isa = PBXBuildFile; fileRef = CE3FFD0C17943D8300709F5F /* MediaFileCell.m */; };
CE3FFD10179440D200709F5F /* MediaFileHeaderCell.m in Sources */ = {isa = PBXBuildFile; fileRef = CE3FFD0F179440D200709F5F /* MediaFileHeaderCell.m */; };
Expand Down Expand Up @@ -194,6 +195,7 @@
CE14C9D11AA7E76300D47281 /* SorterView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SorterView.m; sourceTree = "<group>"; };
CE3019CC16C5729E00733B99 /* StringUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringUtils.h; sourceTree = "<group>"; };
CE3019CD16C5729E00733B99 /* StringUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StringUtils.m; sourceTree = "<group>"; };
CE36FC5C1C3F23B900242F3B /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
CE3A18091AB3991A00D4E5CB /* CreditsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CreditsViewController.h; sourceTree = "<group>"; };
CE3A180A1AB3991A00D4E5CB /* CreditsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CreditsViewController.m; sourceTree = "<group>"; };
CE3FFD0B17943D8300709F5F /* MediaFileCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaFileCell.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -247,6 +249,7 @@
5A0A10A016A640A300CC70CD = {
isa = PBXGroup;
children = (
CE36FC5C1C3F23B900242F3B /* README.md */,
5A0A10B516A640A300CC70CD /* The Internet Archive Companion */,
5A0A10D916A640A300CC70CD /* The Internet Archive CompanionTests */,
5A0A10AE16A640A300CC70CD /* Frameworks */,
Expand Down Expand Up @@ -746,6 +749,7 @@
CEEF55D3178F6A2F0085E0CF /* PopUpView.m in Sources */,
CE6FFE2F17933EE0002A292B /* MetaDataTable.m in Sources */,
CE6FFE32179345D6002A292B /* MetaCell.m in Sources */,
CE36FC5D1C3F23B900242F3B /* README.md in Sources */,
CE3FFD0D17943D8300709F5F /* MediaFileCell.m in Sources */,
CE3FFD10179440D200709F5F /* MediaFileHeaderCell.m in Sources */,
CE3FFD1417944FAB00709F5F /* MediaPlayerViewController.m in Sources */,
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
IACompanion

===========
Version 4.90 (and branch 4_9/ tag 4.9)
- remembers last track played when relaunching app
- play button now responds on relaunch if play list has tracks
- optimized dimensions for iPad Pro

===========
Version 4.80 (and branch 4_8/ tag 4.8)
- Player: corrected ability to drag/reorder items while editing playlist
Expand Down

0 comments on commit 7c4c79f

Please sign in to comment.