Skip to content

Latest commit

 

History

History
368 lines (227 loc) · 20.3 KB

CHANGELOG.md

File metadata and controls

368 lines (227 loc) · 20.3 KB

Change Log

0.9.2 (2016-09-20)

Full Changelog

Implemented enhancements:

  • Make settings from the font menu accessable to external code #133

Fixed bugs:

Merged pull requests:

  • Use SSZipArchive version 1.5 #147 (tschob)
  • Fix class based listeners on click closure parameter naming #145 (tschob)

0.9.1 (2016-09-16)

Full Changelog

0.9.0 (2016-09-16)

Full Changelog

Implemented enhancements:

  • Provide a way to block the user from leaving a specific FolioReaderPage #134
  • Ability to share image quotes #109
  • Make UI Classes Public and add method of presenting custom Subclasses #71
  • Request: Improved Objective-C compatibility #51
  • Make the changePage and scrollTo functionality accesable to the public #128 (tschob)
  • Feature/share image quotes, closes #109 #125 (hebertialmeida)

Closed issues:

  • Perform a custom block if a link with specified class + parameter name is tapped. #132
  • Play menu item for text is enable even if TTS is disabled #123

Merged pull requests:

  • Expose pageDidLoad method to external code #139 (tschob)
  • Expose font settings - closes #33 #138 (tschob)
  • Custom click listener - closes #132 #137 (tschob)
  • Add option to en-/disable the scrolling between chapters - #134 #136 (tschob)
  • Now the project is portable with storyboard. With no functionality (n… #121 (PanajotisMaroungas)
  • Refine localization #120 (KyonLi)

0.8.6 (2016-08-17)

Full Changelog

0.8.5 (2016-08-17)

Full Changelog

Fixed bugs:

  • Crash at reader audio player #115

Closed issues:

  • Steps to Build Example From Clean Clone? #118

0.8.4 (2016-08-16)

Full Changelog

Implemented enhancements:

  • variable hideBars, scroll to navigate through paragraphs and scroll to read the content are added, README.md is updated #107 (PanajotisMaroungas)

Fixed bugs:

  • Audio stops playing after clicking a toolbar icon #112
  • Layout bug after change the orientation #111

Closed issues:

  • Make all required NSCoder initializers fatalError\(\) #75

Merged pull requests:

0.8.3 (2016-08-11)

Full Changelog

Implemented enhancements:

  • ePubs deep linking to iOS apps should function #52

Fixed bugs:

  • Sometimes the scroll bar gets stuck #50

Merged pull requests:

0.8.2 (2016-08-09)

Full Changelog

Implemented enhancements:

0.8.1 (2016-08-03)

Full Changelog

Implemented enhancements:

  • Page Progression Direction - RTL Support #104

Fixed bugs:

  • Arabic Table Content #101

Merged pull requests:

0.8.0 (2016-07-28)

Full Changelog

Implemented enhancements:

  • Migrate coredata to Realm #94
  • Change scroll direction (horizontal or vertical) from fonts menu. #90
  • Unified Navigation Bar to improve UX #88
  • Fix TTS voice language to match book language #87
  • Change scroll from menu #90 #102 (hebertialmeida)
  • Feature/unified navigation bar closes #88 #99 (hebertialmeida)
  • Closes #87 TTS voice language #93 (hebertialmeida)

Fixed bugs:

Closed issues:

  • How can I install another library in this Kit? #81
  • Carthage CXAImageSupport timeout #79
  • Crash on resetScrollDelta after dismissing reader #72
  • Multiline menu titles #69
  • arabic character #59
  • Add horizontal scrolling option #22

Merged pull requests:

0.7.0 (2016-06-08)

Full Changelog

Closed issues:

  • Table of Contents Uncaught Exception #73
  • How to run the Example #70
  • Carthage support #56

Merged pull requests:

0.6.6 (2016-05-05)

Full Changelog

Merged pull requests:

0.6.5 (2016-05-03)

Full Changelog

Fixed bugs:

  • Nil while unwrapping an Optional value #64

Merged pull requests:

0.6.4 (2016-05-02)

Full Changelog

0.6.3 (2016-04-25)

Full Changelog

Implemented enhancements:

  • Adding tests #46

Fixed bugs:

  • Crash in readTOCReference #63

Closed issues:

  • Font size doesn't change for some ePubs #62
  • Text to Speech support #53

0.6.2 (2016-04-08)

Full Changelog

Implemented enhancements:

  • Add option to delete or keep original book.epub #20

Fixed bugs:

  • Sample app does not work #61
  • Add option to delete or keep original book.epub #20

0.6.1 (2016-04-08)

Full Changelog

Merged pull requests:

0.6.0 (2016-04-01)

Full Changelog

Closed issues:

  • tvOS support? #55

Merged pull requests:

0.5.0 (2016-01-27)

Full Changelog

Implemented enhancements:

  • Let user choose the audio synced highlight style #34

Merged pull requests:

0.4.1 (2016-01-25)

Full Changelog

0.4.0 (2016-01-25)

Full Changelog

Implemented enhancements:

  • Show loading state while loading book #45

Fixed bugs:

  • The bug of delete and copy a epubfile #44

0.3.9 (2016-01-20)

Full Changelog

Implemented enhancements:

  • Disable screen dimming when playing audio #29
  • Add "now playing" info to lock screen for audio synced epubs #27

Merged pull requests:

  • Use dark color theme in FolioReaderHighlightList when in night mode #42 (hkalexling)
  • Highlighter uses last used style #38 (kjantzer)
  • Fixing now playing info elapsed time and current chapter #36 (kjantzer)

0.3.8 (2016-01-14)

Full Changelog

Implemented enhancements:

  • Add support for ePub 3.0 "Media Overlays" #11
  • In-App Dictionary #9
  • ePub 3.0 media overlays can be played and example updated to demonstrate #23 (kjantzer)

Closed issues:

  • updateCurrentPage has some issues #30
  • Add vertical scrubber to quickly jump pages in current chapter #21

Merged pull requests:

0.3.7 (2016-01-07)

Full Changelog

Merged pull requests:

  • Adding app icon for FolioReader demo 🎉 #18 (kjantzer)

0.3.6 (2016-01-05)

Full Changelog

0.3.5 (2016-01-04)

Full Changelog

Fixed bugs:

  • fatal error: unexpectedly found nil while unwrapping an Optional value #15

0.3.4 (2016-01-04)

Full Changelog

Fixed bugs:

  • Bug: deleting visible highlight from tableview crashes if trying to delete again from text view #14
  • Bug: shouldHideNavigationOnTap=true doesn't appear to work #12

Merged pull requests:

  • Fixing #12 - shouldHideNavigationOnTap=true was not working #13 (kjantzer)

0.3.3 (2015-12-08)

Full Changelog

Fixed bugs:

  • Reader crashes if rotate while parsing large books #7

0.3.2 (2015-12-04)

Full Changelog

0.3.1 (2015-12-03)

Full Changelog

Closed issues:

  • Great for stimulator. Problem with iPhone 6 Plus #6

0.3.0 (2015-12-03)

Full Changelog

0.2.0 (2015-12-02)

Full Changelog

0.1.0 (2015-12-02)

Implemented enhancements:

  • Please update to Swift 2.0 #4

Merged pull requests:

  • Cocoapods implementation #5 (hebertialmeida)
  • fixed nil currentPage when swipe left for menu at cover page #3 (katopz)
  • fixed nil currentPage when swipe left for menu at cover page #2 (katopz)

* This Change Log was automatically generated by github_changelog_generator