- Mark breaking changes with
BREAKING:
. Be sure to include instructions on how applications should be upgraded. - Include a link to your pull request.
- Don't include changes that are purely internal. The CHANGELOG should be a useful summary for people upgrading their application, not a replication of the commit log.
- Add support for horizontal logos
- Fixes issues with branding colours not being applied correctly
- Makes widget horizontal
- Replace
_redirects
file withnetlify.toml
- Adds
_redirects
file
- Adds new widget endpoint to display on websites
- BREAKING: Changes CSV API to JSON API. Add JSON APIs
- Remove Electron
- Fixes vulnerbility issues by updating to react-script 3.0.1
- Updates to single view to make it 30/70 split
- Add favicons with new logo designs (Generated using https://realfavicongenerator.net)
- Add Google Analytics tracking to track usage of screens
- Update to font size for hadith of the day to allow people to read from further distances
- Adds admin route and placeholder view for admin
- Fixes an issue where blackout periods were not working on single view mode.
- Fixes an issue where next jammah highlighting would not change if not refreshed.
- Adds the ability to add time formats.
- Adds Single View mode for mosques which do not want changing views.
- Adds background to hadith of the day text.
- Removes alt text for logo so that it does not show the text "logo" when there is no internet.
- Introduces a new view containing the Hadith of the day
- List of hadith to show is retrieved from a Google sheets document -- the default sheet is set in
config.json
- Provide your custom list by setting the env variable
REACT_APP_HADITH_DATA_SPREADSHEET_URL
to point to your data source, as show in the README. - Any custom hadith data source must provide the data in CSV form, with two columns,
hadith
andsource
.
- BREAKING: Adds blackout periods for jummah - need to add in
blackOutPeriod_jummah
into Google Sheets App config. - Google Sheets Template updated - https://docs.google.com/spreadsheets/d/1yVlGjnEhKLi5DSOuJMm7-ec5-iFvuiR7WkbzMdbFP9s/edit?usp=sharing
- Adds in CHANGELOG.md
- iPad and iPhone responsive
- Initial App release