Linus Groh
cb0694b032
Release 2.4.0
v2.4.0
2020-06-01 18:44:07 +01:00
Linus Groh
d0f2a99302
Upgrade dependencies
2020-06-01 18:39:01 +01:00
Linus Groh
c8b0ec8b9e
Upgrade dependencies
...
This includes a major version bump of ESLint and Prettier, so also some
reformatting.
2020-05-16 13:58:48 +01:00
Linus Groh
906eb2a1b4
Fix typos causing the minAccuracy filter to work incorrectly
2020-05-16 13:50:57 +01:00
Linus Groh
005aab715f
Improve wording in docs
2020-05-11 19:22:13 +01:00
Linus Groh
b76cbdc2e6
Add filters.minAccuracy config option
...
This allows us to ignore location points which do not meet the configured
accuracy requirement.
Closes #35 .
2020-05-11 19:15:56 +01:00
Linus Groh
bb87ec01d4
Release 2.3.1
v2.3.1
2020-05-09 15:50:52 +01:00
Linus Groh
c3e6b775f9
Re-format config.md
2020-05-09 15:50:01 +01:00
Linus Groh
a9998e8e3b
Release 2.3.0
v2.3.0
2020-05-09 15:45:19 +01:00
Linus Groh
2c4ead262a
Add api.fetchOptions to allow customising fetch() behaviour
...
This allows sending custom HTTP headers or including cookies in the
request!
2020-05-09 15:40:50 +01:00
Linus Groh
6b1d35be51
Upgrade dependencies
2020-05-09 14:18:14 +01:00
Linus Groh
34cc4895b0
Upgrade dependencies
2020-04-02 19:45:43 +01:00
Linus Groh
57caacb548
Release 2.2.0
v2.2.0
2020-03-18 17:56:11 +00:00
Linus Groh
9783b6f27d
Upgrade dependencies
2020-03-18 17:55:43 +00:00
Linus Groh
b262ff602c
Improve mobile layout further
...
- Reduce header paddings
- Align buttons/dropdowns
2020-03-18 17:50:49 +00:00
Linus Groh
458658865e
Release 2.1.0
v2.1.0
2020-03-18 00:35:24 +00:00
Linus Groh
e744e2c001
Make it usable on mobile
...
Closes #19
2020-03-18 00:28:11 +00:00
Linus Groh
feff6d5272
Upgrade dependencies
2020-03-14 16:17:31 +00:00
Linus Groh
7b88102c2b
Merge pull request #28 from owntracks/dependabot/npm_and_yarn/acorn-5.7.4
...
Bump acorn from 5.7.3 to 5.7.4
2020-03-14 16:14:03 +00:00
dependabot[bot]
a2c7974f38
Bump acorn from 5.7.3 to 5.7.4
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-03-14 09:44:52 +00:00
Linus Groh
b3fdf1eabe
Improve verbose mode logging
...
- Support passing a log message function to `logging.log` for lazy
evaluation
- Log results (or at least lengths) of all API functions
- Log merged config during initialisation
- Log distance calculation duration
2020-03-07 00:22:56 +00:00
Linus Groh
1482833e05
Fix a few parameter type definitions
2020-03-07 00:14:59 +00:00
Linus Groh
04fa3392f0
Fix typo in CHANGELOG.md
2020-03-03 14:05:08 +00:00
Linus Groh
a4334e5273
Fix manual installation instructions in README.md
...
`yarn install --production` does not actually install all dependencies
required for building - maybe we have to move some `devDependencies` to
`dependencies`, but for now this should do the trick.
2020-03-03 13:40:15 +00:00
Linus Groh
806526380d
Replace default Leaflet marker with a custom one
...
Closes #2
2020-03-03 08:11:45 +00:00
Linus Groh
2e63f01438
Release 2.0.0 🎉
v2.0.0
2020-03-01 21:16:59 +00:00
Linus Groh
fb97cd080f
Release 2.0.0-beta.11
v2.0.0-beta.11
2020-03-01 21:11:33 +00:00
Linus Groh
f2d461d019
Merge pull request #20 from owntracks/clean-up-the-typing-mess
...
Clean up the typing mess
2020-03-01 20:59:36 +00:00
Linus Groh
798a0af97d
Update function documentations
2020-03-01 20:56:28 +00:00
Linus Groh
3c92a77847
Fix typo in OTLocation.inregions comment
2020-03-01 20:55:52 +00:00
Linus Groh
b252a6580a
Use TypeScript interface for websocket calllback
2020-03-01 20:53:38 +00:00
Linus Groh
9ce9933d11
Remove unused properties from Config interface
2020-03-01 20:34:21 +00:00
Linus Groh
f22db6301b
Merge branch 'master' into clean-up-the-typing-mess
2020-03-01 20:33:00 +00:00
Linus Groh
3b18ab58ed
Replace map initial center/zoom config with auto fitting
...
Closes #23
2020-03-01 20:28:15 +00:00
Linus Groh
bb81daaea4
Upgrade dependencies
2020-03-01 19:56:57 +00:00
Linus Groh
f491d63eb9
Mention Spanish translations in config docs
2020-02-09 11:07:35 +00:00
Linus Groh
e923fdc6c7
Merge pull request #25 from dtorner/patch-2
...
Create es.json
2020-02-09 11:00:30 +00:00
dtorner
b1ce1297ed
Create es.json
2020-02-09 09:47:11 +01:00
Linus Groh
f4262efaa4
Change distance travelled label to title
...
See https://github.com/owntracks/frontend/issues/22#issuecomment-583698919
2020-02-08 11:50:48 +00:00
Linus Groh
a2109a5802
Fix humanReadableDistance JSDoc
...
That's what you get from copy & paste...
2020-02-07 21:51:39 +00:00
Linus Groh
00fbb7cd7c
Release 2.0.0-beta.10
v2.0.0-beta.10
2020-02-07 21:42:03 +00:00
Linus Groh
4078597f7a
Add "distance travelled" feature
2020-02-07 21:20:38 +00:00
Linus Groh
8dc9611a77
Release 2.0.0-beta.9
v2.0.0-beta.9
2020-02-06 21:30:41 +00:00
Linus Groh
c1f58c992e
Support locale with language and region part
2020-02-06 21:26:21 +00:00
Linus Groh
6631929d6f
Update screenshot
2020-02-06 21:13:11 +00:00
Linus Groh
36281db2e3
Add .github/FUNDING.yml
2020-02-06 20:35:08 +00:00
Linus Groh
5a8d261943
Fix typo in docs/config.md
2020-02-06 20:23:08 +00:00
Linus Groh
7b83349dc8
Improve CHANGELOG.md
2020-02-06 20:22:48 +00:00
Linus Groh
bc3670df99
Release 2.0.0-beta.8
v2.0.0-beta.8
2020-01-26 00:57:08 +00:00
Linus Groh
95613753a9
Enable ESLint max-len rule
2020-01-26 00:49:15 +00:00