All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.3.0 (2019-06-25)
- admincp: datepicker failed because needs parsed date (#301) (417471b)
- reader: prev button is deactivated in the second chapter (#284) (c820e43)
- chapters are not being filtered by language in Work view (#250) (62fa66c)
- package: update apollo-boost to version 0.3 (dd4a314)
- add support for Netlify (#280) (b0c6564)
- core: add a dark theme (#268) (6616ece)
- add anonymizer to chapter downloads (#246) (df86709)
- implement usage of CDNs for images (#249) (a404b62)
- optimize images using the crop parameter in photon cdn (#253) (bd67971)
4.2.0 (2019-02-25)
- fix simple-slugify-string import (8278304)
- language detection didn't work correctly (#233) (0e5eecf)
- reader is not updating the actual chapter (#196) (3bea6fd)
- Reader: next and previous buttons were giving the id instead of the name of the language (#210) (ccb7a5c)
- refactor layout reducer and action to use intl (#237) (0499e19)
- admincp: use FileReader to create a preview before upload and update the filename from server (#172) (bb3420e)
- ci: add new workflow to handle deploy only on tags (#230) (457a749)
- the markdown editor wasn't updating properly (d559d1c)
- use status instead statusText to check if response is ok (#166) (42a482e)
- home: adapt new styles to small covers (#228) (3d5ad96)
- releases: chapters were not correctly assigned (#214) (e53dfc8)
- add a new editor and add urls to post (#199) (4f74497)
- home: refactor Home (#215) (70e236e)
- new view to upload pages (#192) (43d6dcb)
- admincp: refactor admin chapters (#236) (56ae03a)
- refactor releases (#203) (fffd2c2)
- use rich-markdown-editor lib instead of custom component (#197) (6b5ca49)
- admincp: refactor work (#231) (e1f6c21)
- Blog: refactor blog module, now it uses react-apollo to fetch data (#209) (d176aed)
- ci: add new configuration to continuous deployment (#176) (efc1022)
- reader: refactor Reader (#220) (1acd51f)
- work: refactor work, new design (#226) (a301da4)
- works: refactor Works (#218) (96f2e0c)
4.1.0 (2018-11-11)
- add router as props in auth (activate account and signup) (#164) (a592b86)
- change stub to work like foolslider one (#163) (69fddc9)
- works, chapters and posts can be hidden (#159) (c84835b)
- add censorship to Home and Releases modules (#160) (6bd3f9c)
- chapters are sorted by releaseDate column (#157) (acf3b0d)
- use env variables instead plain js config (#155) (017568d)
4.0.0 (2018-10-14)
- admincp: Manage chapters and pages (#98) (e563415)
- Graphql integration (#77) (ac0628a)
- New Auth module, it includes Login, Signup and Activate Account. (#85) (42bc324)
- use react-helmet (#96) (dd4c9ec)
- admincp: add posts (#115) (e5b906c)
- admincp: new simple Dashboard module (#87) (3a162bc)
- admincp: works (#91) (4881fd8)
- common: Improve language detector (#103) (ad05ae5)
- core: add react-loadable to create chunks to reduce initial loading time (#117) (d0a9a5d)
- core: generate thumbnails (#120) (a810090)
- core: use react-intl (#100) (b7ee966)
- Reader: chapters now can be downloaded (#127) (8c91a5a)
-
- FoOlSlide-API is deprecated, now it uses ReaderFront-API as backend.
- Use axios instead fetch to make HTTP request
- Serie(s) were renamed as Work(s)
- Serie has many people (artist, author, etc)
- Serie has many genres
- Serie has a demographic category and a status (on going, completed and dropped)
- The Blog module has been redesigned
3.5.0 (2018-07-15)
- Home: carousel button is not symmetrical (#75) (412685c)
- Reader: chapters weren't sorted and caused that next and previous buttons doesn't work properly (#74) (0b46091)
- Reader: Reader did not update itself correctly when changing from one series to another (#71) (97d02d6)
- Home: New module, it will display the latest releases, recently added series, a random series and a discord widget (#69) (9488597)
- Reader: Lazy loading images (#67) (360c93c)
3.4.2 (2018-05-16)
- Header: Toggle nav didn't work (#64) (8db5b93)
- Reader: Disqus comments were not updated correctly (#63) (9843294)
3.4.1 (2018-05-01)
3.4.0 (2018-04-30)
3.3.0 (2018-04-07)
- Reader: Corrección que casuaba que los link directos en otro idioma no funcionaban (#49) (3a5821b)
- Releases: Ahora muestra el nombre de la serie en vez del nombre del capítulo (#47) (e7c6b7d)
- Integración de CD para la rama 'ravens' (#46) (f747dce)
- Links de Discord y Patreon ahora son configurables (#55) (7f3c43e)
3.2.0 (2018-03-27)
- Reader: Corrección de estilos de imágenes (f6202d3)
- Series: Se corrige error en los estilos que no permitía buscar series. (#38) (17e6871)
3.1.0 (2018-03-06)
- Blog: Corrección de estilos del módulo Blog (#31) (f2b9db6)
- Reader: Se añade salto de línea para cada imágen (#32) (cb5dc2a)
3.0.1 (2018-02-15)
3.0.0 (2018-01-24)
- `Ahora está hecho en React, por lo que cambiaron prácticamente todas las dependencias.