Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 1.0.0-beta.1 [skip ci]
# 1.0.0-beta.1 (2021-04-03) ### Bug Fixes * bump minor version for ci testing ([320f712](SimonGolms@320f712)) * **chapter:** use medium thumbnail on card ([a8f8d67](SimonGolms@a8f8d67)) * **chapter-footer:** use light theme ([3d9565d](SimonGolms@3d9565d)) * **headers:** harmonize page headers ([b520bbb](SimonGolms@b520bbb)) * **i18n:** add new content ([4bd158b](SimonGolms@4bd158b)) * **i18n:** disable debug of i18next ([cafdcac](SimonGolms@cafdcac)) * **i18n:** fix translation assignment ([3c87384](SimonGolms@3c87384)) * **i18n:** missing translation on search ([be00070](SimonGolms@be00070)) * **i18n:** remove typo in prefix ([e066b95](SimonGolms@e066b95)) * **i18n:** use explicit supported language ([4920339](SimonGolms@4920339)) * **images:** write the processed images to the console ([2086b7a](SimonGolms@2086b7a)) * **ios:** show cards in a line ([ecce884](SimonGolms@ecce884)) * **ios:** show condense header in primary color ([c56039d](SimonGolms@c56039d)) * **menu:** fix offset of menu to the status-bar ([7b53ffb](SimonGolms@7b53ffb)) * **menu:** support safe-area at the bottom ([bda4d99](SimonGolms@bda4d99)) * **routes:** remove `page/` from menu url ([2c7dee4](SimonGolms@2c7dee4)) * **settings:** show current version ([8dcf2b5](SimonGolms@8dcf2b5)) * **speech:** pause audio when navigation to another page ([e63244d](SimonGolms@e63244d)) * **speech:** set default speech name ([e3ae391](SimonGolms@e3ae391)) * **store:** only persist and restore user store ([07f80c7](SimonGolms@07f80c7)) * **theme:** respect safe-area and collapse-condense header on dark mode ([754e84c](SimonGolms@754e84c)) * **theme:** use prefer-color-scheme for system theme ([ec53b0d](SimonGolms@ec53b0d)) * disable tutorial for the moment ([3246580](SimonGolms@3246580)) * remove console log ([4dbcbbe](SimonGolms@4dbcbbe)) * remove console logs ([74e78bf](SimonGolms@74e78bf)) * remove forgotten connected-react-router implementation ([da95944](SimonGolms@da95944)) * remove persist gate loading text ([e21df7f](SimonGolms@e21df7f)) * remove unused vars ([c1aabc7](SimonGolms@c1aabc7)) * show chapter footer correctly ([2ba9693](SimonGolms@2ba9693)) * show fullscreen correctly ([7f5b9f5](SimonGolms@7f5b9f5)) * white flashing on startup ([a093188](SimonGolms@a093188)) * **theme:** use correct background color ([7804baa](SimonGolms@7804baa)) ### Features * **chapters:** add chapter 02 ([3940921](SimonGolms@3940921)) * **chapters:** mark chapter as favorie ([5bc6d4b](SimonGolms@5bc6d4b)) * **chapters:** show chapter title on page view ([6f78fb1](SimonGolms@6f78fb1)) * **credits:** add credits page ([2d0d342](SimonGolms@2d0d342)) * **favorites:** add page to view favorite marked articles ([c82cdbe](SimonGolms@c82cdbe)) * **home:** add navigation to chapter on click ([85bb3b5](SimonGolms@85bb3b5)) * **i18n:** add language tamil (ta-IN) ([1908ebb](SimonGolms@1908ebb)) * **i18n:** add new credits content ([beec009](SimonGolms@beec009)) * **i18n:** update credits content ([0f70baf](SimonGolms@0f70baf)) * **image:** use optimized images (webp) and thumbnails ([3530b88](SimonGolms@3530b88)) * **images:** add zoomable imager viewer ([fe663c4](SimonGolms@fe663c4)) * **ios:** add init ios production build ([b3cb584](SimonGolms@b3cb584)) * **menu:** use settings as menu entry ([31342e2](SimonGolms@31342e2)) * **routes:** remove page from routes ([62d453f](SimonGolms@62d453f)) * **search:** add option for search view ([ed6daf2](SimonGolms@ed6daf2)) * **search:** add search functionality ([860ac9c](SimonGolms@860ac9c)) * **search:** change view for search results ([57b91bb](SimonGolms@57b91bb)) * **search:** make non-english text searchable ([4af05b8](SimonGolms@4af05b8)) * **search:** use query param for search input ([1b0c8dd](SimonGolms@1b0c8dd)) * **speech:** add text to speech ([95fe32e](SimonGolms@95fe32e)) * **speech:** update speech with language change ([76e7aff](SimonGolms@76e7aff)) * **sso:** add open graph meta data ([b28c709](SimonGolms@b28c709)) * show splash-screen ([c8a8954](SimonGolms@c8a8954)) * **settings:** add confirmation before resetting ([64b0dde](SimonGolms@64b0dde)) * **settings:** add link to credits page ([904bade](SimonGolms@904bade)) * **status-bar:** use dark style for status-bar ([828d37e](SimonGolms@828d37e)) * **theme:** improve dark theme ([e04611e](SimonGolms@e04611e)) * add style and center image title ([b0e6df2](SimonGolms@b0e6df2)) * update style of image and image-text ([d58ce09](SimonGolms@d58ce09)) ### Performance Improvements * **ios:** update to recommended settings from xcode ([615f5fa](SimonGolms@615f5fa)) * use hooks for chapter content ([5c79884](SimonGolms@5c79884)) * **state:** use redux-toolkit and redux hooks instead of connect ([369e47d](SimonGolms@369e47d)) * **state:** use redux-toolkit and redux hooks instead of connect ([2082bc3](SimonGolms@2082bc3))
- Loading branch information