Malcolm Oakes
a619fc4fef
Allow temp and wind units to be specified separately if required.
2019-06-07 15:27:08 +01:00
rejas
835668d96d
Add eslint semi rule
2019-06-05 10:23:58 +02:00
rejas
2bce15dc6e
Remove multiple-empty-lines
2019-06-05 10:03:28 +02:00
rejas
62017c4661
Update changelog
2019-06-04 10:43:16 +02:00
Charles Dyason
b2f59d6813
Added clock notifications for elapsed time.
...
Added notifications to default `clock` module to broadcast:
- `CLOCK_SECOND` for a clock second, and
- `CLOCK_MINUTE` for a clock minute having elapsed.
Each notification is broadcasted with the corresponding value i.e. `CLOCK_SECOND` -> `30` and `CLOCK_MINUTE` -> `5` .
2019-06-03 14:01:27 +02:00
Charles Dyason
aa80c468c4
Added broadcasting of news feeds with incremental updates
...
Added ability to enable broadcasting of news feed items with `NEWS_FEED` notification and broadcasting updated news feed items with `NEWS_FEED_UPDATE` to other modules. This is merged into the default `newsfeed` module.
One can set ability to broadcast the whole news feed or broadcast only updated news feed items.
2019-05-31 16:37:47 +02:00
Charles Dyason
6008cba2db
Minor typo corrections
2019-05-31 16:17:09 +02:00
Jon Kolb
44eccf5ee4
Only call updateDom in clock.js when the content has changed
2019-05-18 20:02:22 -04:00
Michael Teeuw
8f96e4847c
Merge pull request #1674 from eouia/develop
...
allow html5 autoplay
2019-05-17 16:29:48 +02:00
vincep5
7240fb32d2
update city list url
2019-05-14 15:00:30 -05:00
Seongnoh Sean Yi
ef9576f8c4
Fixed:allowance HTML5 autoplay
...
From commit: 94fc4cb8a2
2019-05-13 21:26:28 +02:00
Michael Teeuw
7ff5429cb7
Remove newline.
2019-05-07 20:41:02 +02:00
Michael Teeuw
17c581b4aa
Update changelog.
2019-05-07 20:35:29 +02:00
Michael Teeuw
03f917fd9c
Update changelog.
2019-05-07 20:31:41 +02:00
Michael Teeuw
dd6b972be4
Merge pull request #1628 from kolbyjack/feature/calendar-past-events
...
Add includePastEvents global and calendar-specific settings
2019-05-07 20:12:37 +02:00
Michael Teeuw
6fa211634f
Merge branch 'develop' into patch-1
2019-05-07 20:07:17 +02:00
Michael Teeuw
bcfbccae59
Update changelog.
2019-05-07 20:06:03 +02:00
Michael Teeuw
06d75999d7
Update changelog.
2019-05-07 19:46:23 +02:00
vincep5
1ffbbdac99
Update English Feels to Feels like
2019-04-17 21:16:36 -05:00
Jon Kolb
c61f0409fb
Rename includePastEvents calendar config option to broadcastPastEvents
2019-04-17 08:16:04 -04:00
Jon Kolb
806be39a6d
Add includePastEvents global and calendar-specific settings
2019-04-17 08:13:51 -04:00
Michael Teeuw
6170b0d059
Merge pull request #1653 from darkniki/patch-2
...
Update CHANGELOG.md
2019-04-17 13:51:49 +02:00
darkniki
ef554cf6ec
Update CHANGELOG.md
2019-04-11 14:46:32 +03:00
Michaël Arnauts
396c78b46a
Changelog
2019-04-10 10:35:11 +02:00
Michael Teeuw
834ab5c6b9
Merge pull request #1642 from michaelarnauts/patch-2
...
Handle SIGTERM messages
2019-04-09 09:53:16 +02:00
Michael Teeuw
1599e8f7ff
Merge pull request #1647 from retroflex/develop
...
Added option to show location of calendar events
2019-04-09 09:52:39 +02:00
retroflex
4d7b19c8cb
Added calendar event location
2019-04-08 21:57:32 +02:00
Michaël Arnauts
17425dcaf7
Add CHANGELOG entry. Fix test.
2019-04-07 16:41:05 +02:00
Malcolm Oakes
ca04ff0f37
Update from develop branch
2019-04-03 16:22:26 +01:00
Malcolm Oakes
cdcdce702d
Changes for UK Met Office weather data provider
2019-04-03 15:46:45 +01:00
Sami Mäkinen
1dc530c549
Add translations for FI week/feels
2019-04-02 22:59:34 +03:00
Michael Teeuw
8b0b70e757
Prepare 2.8.0-develop.
2019-04-02 09:55:20 +02:00
Michael Teeuw
abb0dadead
Fix package.json version number.
2019-04-02 09:34:42 +02:00
Michael Teeuw
43ba13f3bc
Prepare 2.8.0-develop.
2019-04-01 21:26:39 +02:00
Michael Teeuw
ba705f5563
Fix Lint Issue.
2019-04-01 20:55:24 +02:00
Michael Teeuw
34e188ec1f
Typo.
2019-04-01 20:48:30 +02:00
Michael Teeuw
b0d97dd170
Prepare for release.
2019-04-01 20:47:07 +02:00
Michael Teeuw
f0939b8af5
Merge pull request #1622 from JasMich/develop
...
Develop
2019-03-28 19:12:17 +01:00
Jasper Michalke
ef570558cf
Update CHANGELOG.md
2019-03-28 14:53:28 +01:00
Michael Teeuw
e8771cdea8
Merge branch 'develop' into newsfeed-article-info-request
2019-03-28 12:11:06 +01:00
Michael Teeuw
057eab2173
Merge pull request #1619 from dgburr/changelog-fix
...
Fix changelog
2019-03-28 12:09:53 +01:00
Jon Kolb
868b5e4617
Add name property to calendars
...
When consuming CALENDAR_EVENTS broadcasts, it is useful for other
modules to be able to identify which calendar a specific event
came from, for filtering/display purposes.
2019-03-26 19:51:44 -04:00
Daniel Burr
8f751812a6
The note which I added to the changelog in commit 80eef2ab8c75e8fc7e9329b09d0e5391847693ba was in the 2.6.0 section instead of 2.7.0
2019-03-25 01:19:00 +01:00
Daniel Burr
07a5092eb3
Add note to changelog
2019-03-25 01:13:02 +01:00
Michael Teeuw
edfa327158
Merge pull request #1602 from qistoph/develop
...
Notifications delay time and background color
2019-03-19 09:36:24 +01:00
Sami Mäkinen
36abbfc048
Changelog
2019-03-18 23:12:44 +02:00
Michael Teeuw
68a7c857c0
Merge pull request #1610 from dgburr/documentation-fix
...
Fix documentation of `useKMPHwind` option in currentweather
2019-03-18 17:09:04 +01:00
Daniel Burr
80eef2ab8c
Fix documentation of useKMPHwind
option in currentweather
2019-03-18 16:23:03 +01:00
Michael Teeuw
1d652aa746
Merge branch 'develop' into develop
2019-03-18 16:08:13 +01:00
Chris van Marle
3880c8dc2c
Restyle notification colors
2019-03-14 14:11:14 +01:00