🚀RELEASE v1.3.0

This commit is contained in:
Philipp Dormann 2021-07-24 19:38:47 +02:00
parent 061f132082
commit dce49cf293
No known key found for this signature in database
GPG key ID: 3BB9ADD52DCA4314
2 changed files with 199 additions and 2 deletions

View file

@ -2,10 +2,116 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [v1.3.0](https://github.com/philippdormann/uptime-kuma/compare/v1.2.0...v1.3.0)
- Apple touch icon 192px with preserved transparency [`#105`](https://github.com/philippdormann/uptime-kuma/pull/105)
- Pushover enhancements [`#102`](https://github.com/philippdormann/uptime-kuma/pull/102)
- Small grammar updates to Settings.vue [`#104`](https://github.com/philippdormann/uptime-kuma/pull/104)
- Fix parenthesis mistake in notification checker (fixes #86) [`#103`](https://github.com/philippdormann/uptime-kuma/pull/103)
- Implement retries (#56) [`#86`](https://github.com/philippdormann/uptime-kuma/pull/86)
- Pull down upstream [`#1`](https://github.com/philippdormann/uptime-kuma/pull/1)
- More info in server logs [`#89`](https://github.com/philippdormann/uptime-kuma/pull/89)
- Remove debug spam [`#79`](https://github.com/philippdormann/uptime-kuma/pull/79)
- Use `NODE_ENV` from Express and Socket.IO [`#81`](https://github.com/philippdormann/uptime-kuma/pull/81)
- Fix Docker build [`#77`](https://github.com/philippdormann/uptime-kuma/pull/77)
- Fix multiple labels for `Remember me` [`#76`](https://github.com/philippdormann/uptime-kuma/pull/76)
- Update .dockerignore [`#69`](https://github.com/philippdormann/uptime-kuma/pull/69)
- Fix NPM warnings [`#70`](https://github.com/philippdormann/uptime-kuma/pull/70)
- Improve printing to console [`#68`](https://github.com/philippdormann/uptime-kuma/pull/68)
- [Lighthouse] Some improvements [`#67`](https://github.com/philippdormann/uptime-kuma/pull/67)
- [Lighthouse] Resize apple icon to 192px [`#66`](https://github.com/philippdormann/uptime-kuma/pull/66)
- [Lighthouse] Add robots.txt [`#65`](https://github.com/philippdormann/uptime-kuma/pull/65)
- Docker Healthcheck [`#63`](https://github.com/philippdormann/uptime-kuma/pull/63)
- Slack Enhancements and aligns footer to center [`#61`](https://github.com/philippdormann/uptime-kuma/pull/61)
- Pushover support [`#62`](https://github.com/philippdormann/uptime-kuma/pull/62)
- Added Slack webhook notification [`#46`](https://github.com/philippdormann/uptime-kuma/pull/46)
- customize Gotify priority [`#52`](https://github.com/philippdormann/uptime-kuma/pull/52)
- Apple icon for iPhone/iPad [`#45`](https://github.com/philippdormann/uptime-kuma/pull/45)
- Merge pull request #103 from Spiritreader/master [`#86`](https://github.com/philippdormann/uptime-kuma/issues/86)
- Update dependencies [`9c24877`](https://github.com/philippdormann/uptime-kuma/commit/9c248776e793565ecf59cbe3c94713e9897d09c8)
- 🧹 cleanups from merge [`7eeeffd`](https://github.com/philippdormann/uptime-kuma/commit/7eeeffd2cf0ad2fcb16f859dd4246e2704cd72ac)
- Export general metrics via the /metrics endpoint [`582fb2f`](https://github.com/philippdormann/uptime-kuma/commit/582fb2fe29dba6a3cbcc64139caeb843238cfcd8)
- add db migration [`e02eb72`](https://github.com/philippdormann/uptime-kuma/commit/e02eb728635d54139bc0473efdd6704db5d06b6f)
- update package-lock.json [`05fdaf0`](https://github.com/philippdormann/uptime-kuma/commit/05fdaf0c964e0b50837a4de5cdee79c09aceeb6f)
- add apprise support [`66037e2`](https://github.com/philippdormann/uptime-kuma/commit/66037e236c4a0e6773cc1b8b58070635f42e3b5e)
- add graceful shutdown [`b3bff8d`](https://github.com/philippdormann/uptime-kuma/commit/b3bff8d7357d75d3871aa68bc71db35dd79506a9)
- improve testing notification response [`9ca2444`](https://github.com/philippdormann/uptime-kuma/commit/9ca2444dabd4148fb695801291e5242733f0afb6)
- 🧹 cleanup [`61f19ec`](https://github.com/philippdormann/uptime-kuma/commit/61f19ec00cbef29bd89d04bcf1a95a99f5f791c9)
- Remove bcryptjs and node-gyp, they should not be here... [`7acb265`](https://github.com/philippdormann/uptime-kuma/commit/7acb2655591c741af996eac1091119cca94fd6c5)
- Add pagination [`a173700`](https://github.com/philippdormann/uptime-kuma/commit/a173700cd43d804927a4cdce460d159847d46357)
- Fix `require-v-for-key`, remove unused declarations and double spaces [`d94894b`](https://github.com/philippdormann/uptime-kuma/commit/d94894b7e0b57f345203918f1af3665cca2be00a)
- add nightly to version number [`f62b70c`](https://github.com/philippdormann/uptime-kuma/commit/f62b70c9a96c15b41dda49919cc96f4ba905320a)
- 戈mprove the readibility of important condition [`d556509`](https://github.com/philippdormann/uptime-kuma/commit/d556509d079aab93467a4ef188f4e54acb9ccfbb)
- add retries for pinging function [`a8b102a`](https://github.com/philippdormann/uptime-kuma/commit/a8b102ad4a0f8a146af04fd12e17adce7ff3662f)
- add patch3.sql and fix duplicate id in EditMonitor.vue [`32a5e83`](https://github.com/philippdormann/uptime-kuma/commit/32a5e838bab12dba60b825c3155344abcbef8579)
- Change casing in README, apply DRY to label values [`3a8fbff`](https://github.com/philippdormann/uptime-kuma/commit/3a8fbff514434c1f00a6a08233c93d2837db4a2b)
- Update issue templates [`fd90458`](https://github.com/philippdormann/uptime-kuma/commit/fd90458e77d3389502b720df8289b55a560b05a8)
- Slack Enhancements [`65b320d`](https://github.com/philippdormann/uptime-kuma/commit/65b320d06b2ab84d5fc6705a8132f3c3f6106f20)
- dockerfile: change the base image to node:14-alpine3.12; add apprise cli, prepare for implementing notification [`2b8e33c`](https://github.com/philippdormann/uptime-kuma/commit/2b8e33caed2fa825ac2c9d74e5c43f68a5cb8b59)
- Update README to include examples for Prometheus [`a93fd27`](https://github.com/philippdormann/uptime-kuma/commit/a93fd274fdb576f35550acbde2d8b10f9d83d76b)
- Add labels to metrics for querying [`3dcbae0`](https://github.com/philippdormann/uptime-kuma/commit/3dcbae0889c02e46c25fdcc91bffa2d20d895c7c)
- 🧹 several cleanups [`061f132`](https://github.com/philippdormann/uptime-kuma/commit/061f132082c79f51765e3a9504fd0b6bacb4eabc)
- fix require() actually not working after build in the frontend [`dfa9b3a`](https://github.com/philippdormann/uptime-kuma/commit/dfa9b3a0cad8adba9f2dd50e2e10d7701bc60e37)
- Move common labels into dedicated const [`3b45006`](https://github.com/philippdormann/uptime-kuma/commit/3b450065679e27617f7c012392c1c97e68605760)
- update package-lock.json [`a64ce81`](https://github.com/philippdormann/uptime-kuma/commit/a64ce814576f3597dbe13073bd16bd100f9da018)
- Slack Enhancements [`1935da5`](https://github.com/philippdormann/uptime-kuma/commit/1935da5b16af5afb8aca7084032435696847d70e)
- Expose check status and response time to Prometheus [`96242dc`](https://github.com/philippdormann/uptime-kuma/commit/96242dce0dc8a816b326b0c1daa2fda39c9f92e1)
- Docker healthcheck [`c203317`](https://github.com/philippdormann/uptime-kuma/commit/c203317b3b74002ffa37f9b76f5ff8fc04a8a58a)
- remove used vars [`7e4a1ad`](https://github.com/philippdormann/uptime-kuma/commit/7e4a1ad279117db51dd10d3cb7d6868b507feb42)
- Remove examples so they can go on the wiki instead [`47d830d`](https://github.com/philippdormann/uptime-kuma/commit/47d830db1f76a29d9966fc49cbbcafe1f47aee10)
- Add initial package import and config [`9a1bf60`](https://github.com/philippdormann/uptime-kuma/commit/9a1bf6006ad07637ebece18703b5da10ef94f9ea)
- fix if notification throw exception, the heartbeat is not stored in to the db. [`03b3bb5`](https://github.com/philippdormann/uptime-kuma/commit/03b3bb5b30a80e4970ebffee92225e71c7f6990e)
- Update issue templates [`32345fc`](https://github.com/philippdormann/uptime-kuma/commit/32345fcbe9f758a9242e92df89b64572b971776d)
- Update README.md [`69e8c56`](https://github.com/philippdormann/uptime-kuma/commit/69e8c56e3e8d507ef8de957e6c77e96555a09672)
- update to 1.0.6 [`657acf7`](https://github.com/philippdormann/uptime-kuma/commit/657acf748bd6af1a3e6bfcb306500b216c953f7c)
- update to 1.0.5 [`78f5d2c`](https://github.com/philippdormann/uptime-kuma/commit/78f5d2cd8b70485eb079973a462c855b39bcdae8)
- update to 1.0.4 [`f48f957`](https://github.com/philippdormann/uptime-kuma/commit/f48f957ba91336de0e58e010cd2091e37c9f6fbd)
- Fix up some formatting [`e3d4a89`](https://github.com/philippdormann/uptime-kuma/commit/e3d4a896b158c3b13749c858feafb0333bbf70e8)
- Use connect_error event [`5bd3184`](https://github.com/philippdormann/uptime-kuma/commit/5bd3184ebf7c7732d46722acc8f5e8d362e07524)
- Fix `Remember me` label [`44b66cb`](https://github.com/philippdormann/uptime-kuma/commit/44b66cbd2ea13d3525bdc9d2b33345c540c37714)
- fix apprise import issue and loose the healthcheck rule [`13c9244`](https://github.com/philippdormann/uptime-kuma/commit/13c9244e3fa015cb641667db7e75d09cfd32445e)
- Update README.md [`62e231e`](https://github.com/philippdormann/uptime-kuma/commit/62e231e92baaffa2c890215c2e1c51e4b75149e7)
- fix notification when changing from pending -> up [`054269e`](https://github.com/philippdormann/uptime-kuma/commit/054269ecf0da4adc61b3bce1618f5531b41181a4)
- re-enable custom intervals [`bc0c0cc`](https://github.com/philippdormann/uptime-kuma/commit/bc0c0ccde2ff2d6ae18294f15a2cb618c819057a)
- env default to production [`77af41b`](https://github.com/philippdormann/uptime-kuma/commit/77af41bfffac0ecf4de470d1521fd8de08bf1e33)
- set version for docker [`cbb9d3f`](https://github.com/philippdormann/uptime-kuma/commit/cbb9d3f91b444463747249a7064267bd98a01575)
- minor [`bfb117c`](https://github.com/philippdormann/uptime-kuma/commit/bfb117cb7609e359b55d4c12d096ddd649c62958)
- rename "Retry Pings" to "Retries" [`70b1f19`](https://github.com/philippdormann/uptime-kuma/commit/70b1f197c1a71d78e1c8b05a8269ef42e8264e8a)
- Update README.md [`d2ccfd5`](https://github.com/philippdormann/uptime-kuma/commit/d2ccfd5366a593a7d974aba9a374074a8cbec1cf)
- add nightly build for amd64 only [`9227ff6`](https://github.com/philippdormann/uptime-kuma/commit/9227ff6ea3e8a1ede37f6ac910be674836ba7729)
- Add robots.txt [`149688e`](https://github.com/philippdormann/uptime-kuma/commit/149688e669a8b0b82f55e7db713d16ec0fc3c488)
- fix parenthesis mistake [`1d4d7fa`](https://github.com/philippdormann/uptime-kuma/commit/1d4d7fa9c4c9626f4451fe7449171669ad8a808a)
- grammar [`5a21955`](https://github.com/philippdormann/uptime-kuma/commit/5a219554b30322cce5620e75aa67b8199d04f10c)
- Typo in monitor status name [`720051a`](https://github.com/philippdormann/uptime-kuma/commit/720051a3511be2277708f25b6a83c9a1e8d7e7cc)
- Update patch1.sql [`1e42343`](https://github.com/philippdormann/uptime-kuma/commit/1e42343aee3eae467bae008641d860f2f5cef4ee)
- Update --please-go-to--discussion--tab-if-you-want-to-ask-or-share-something.md [`c00612c`](https://github.com/philippdormann/uptime-kuma/commit/c00612c1a918c7f61e751dfaf239468a6fc1b30f)
- Indentation fix in editor [`8b905b6`](https://github.com/philippdormann/uptime-kuma/commit/8b905b6b12ad29e735735979441f60721f250f1f)
- Update README.md [`fa57d40`](https://github.com/philippdormann/uptime-kuma/commit/fa57d40c3c572b70d1e1bc6cd3fb6c99e4a6df38)
- prevent the telegram getUpdates URL go out of box [`02b4dfc`](https://github.com/philippdormann/uptime-kuma/commit/02b4dfc100d3b828fc7c1aba6b0f18c1d0892653)
- Update README.md [`71dd68b`](https://github.com/philippdormann/uptime-kuma/commit/71dd68bb6df1e14b512c8d11611d09dd15ec3ba5)
- Fix indentation [`59ebe13`](https://github.com/philippdormann/uptime-kuma/commit/59ebe134f177bfd0ab10bf0a1707125f6584ece7)
- Update README.md [`01b0e82`](https://github.com/philippdormann/uptime-kuma/commit/01b0e82d52abcdb09187e9b6fbf70d8d47f1e17e)
- Fix center [`f927455`](https://github.com/philippdormann/uptime-kuma/commit/f9274557f3aa5d798bef12140429440b1f32b3ac)
- Fix indentation [`309caa4`](https://github.com/philippdormann/uptime-kuma/commit/309caa42799db75aa15d657a856a9e0d074cb0a3)
- Add alt="Logo" [`bfb4a5b`](https://github.com/philippdormann/uptime-kuma/commit/bfb4a5bcd4f00a7ceb44f4778720dd5914617fd3)
- rel="noopener" for external link [`e87b785`](https://github.com/philippdormann/uptime-kuma/commit/e87b78501bf71ad665c6355b0c88e2e8076dd395)
- Update notification.js [`01f2fcc`](https://github.com/philippdormann/uptime-kuma/commit/01f2fccb2379e764c4b52a6c961532823fade815)
- Update README.md [`b005240`](https://github.com/philippdormann/uptime-kuma/commit/b00524067a225c4f8d16b5f6201fb74152b7e98b)
- add .vscode directory to dockerignore [`14e1d1f`](https://github.com/philippdormann/uptime-kuma/commit/14e1d1f1057854ae7217a3028bca73aaf5da378e)
- Update server/notification.js [`7c94c3b`](https://github.com/philippdormann/uptime-kuma/commit/7c94c3b50298eb2de64aefeaf313ea4ed88f19ad)
- Add description [`6374224`](https://github.com/philippdormann/uptime-kuma/commit/637422494fd2e8afda9e175392c0184f8068de0d)
- Add theme-color [`db34484`](https://github.com/philippdormann/uptime-kuma/commit/db34484ff26d1b6f0fe0a7012dac2ff634320aec)
- Docker healthcheck [`7dae527`](https://github.com/philippdormann/uptime-kuma/commit/7dae5279fbcbb492fd1fd3664b0b45edcb54fe27)
- Footer center align [`829a2a1`](https://github.com/philippdormann/uptime-kuma/commit/829a2a191d90286b81b2059f45ab81bf61a49ebf)
- Resize apple icon to 192px [`790c071`](https://github.com/philippdormann/uptime-kuma/commit/790c071f2c1b2fed63ab171de5aaef519b0c425e)
#### [v1.2.0](https://github.com/philippdormann/uptime-kuma/compare/v1.1.4...v1.2.0) #### [v1.2.0](https://github.com/philippdormann/uptime-kuma/compare/v1.1.4...v1.2.0)
> 17 July 2021
- add Pushy notification service [`8c3ec93`](https://github.com/philippdormann/uptime-kuma/commit/8c3ec93af1b0b2f8f9bf9506f72a6734c58e354a) - add Pushy notification service [`8c3ec93`](https://github.com/philippdormann/uptime-kuma/commit/8c3ec93af1b0b2f8f9bf9506f72a6734c58e354a)
- 🚧 WIP: Pushover integration [`da8e15a`](https://github.com/philippdormann/uptime-kuma/commit/da8e15a90b2c661bdb551a8115bb6f08f167ad95) - 🚧 WIP: Pushover integration [`da8e15a`](https://github.com/philippdormann/uptime-kuma/commit/da8e15a90b2c661bdb551a8115bb6f08f167ad95)
- 🚀RELEASE v1.2.0 [`53e7691`](https://github.com/philippdormann/uptime-kuma/commit/53e769142e9ba3b4f826f288ea71659c7efcbeaa)
- fix accessibility of notification form for slack notifier [`dbe4ac2`](https://github.com/philippdormann/uptime-kuma/commit/dbe4ac210a016c62c55234d102b638ccf4638945) - fix accessibility of notification form for slack notifier [`dbe4ac2`](https://github.com/philippdormann/uptime-kuma/commit/dbe4ac210a016c62c55234d102b638ccf4638945)
- 🐞 html fix [`6394c9b`](https://github.com/philippdormann/uptime-kuma/commit/6394c9b137c4b5848de2b2e228833aca475dd520) - 🐞 html fix [`6394c9b`](https://github.com/philippdormann/uptime-kuma/commit/6394c9b137c4b5848de2b2e228833aca475dd520)
@ -54,16 +160,107 @@ All notable changes to this project will be documented in this file. Dates are d
- support trailing slashes in gotify server url [`b0d0ecd`](https://github.com/philippdormann/uptime-kuma/commit/b0d0ecd900e9dab57b9763b1bb679f81e8da01df) - support trailing slashes in gotify server url [`b0d0ecd`](https://github.com/philippdormann/uptime-kuma/commit/b0d0ecd900e9dab57b9763b1bb679f81e8da01df)
- 🐞 tmp: disable github.ref in docker-image-tag workflow [`f7695f4`](https://github.com/philippdormann/uptime-kuma/commit/f7695f47f3283c51b1bf06bc43301f6199968c20) - 🐞 tmp: disable github.ref in docker-image-tag workflow [`f7695f4`](https://github.com/philippdormann/uptime-kuma/commit/f7695f47f3283c51b1bf06bc43301f6199968c20)
#### [v1.1.0](https://github.com/philippdormann/uptime-kuma/compare/v1.0.5...v1.1.0) #### [v1.1.0](https://github.com/philippdormann/uptime-kuma/compare/1.0.6...v1.1.0)
> 14 July 2021 > 14 July 2021
- add release config [`72a3b60`](https://github.com/philippdormann/uptime-kuma/commit/72a3b60a364aaa1218bf7515b0302607d5896eec)
- 🌑 darkmode fixes [`35a9964`](https://github.com/philippdormann/uptime-kuma/commit/35a996454a1788653e845710753a7f8d81726e2a)
- 🚀RELEASE v1.0.2 [`c9b0461`](https://github.com/philippdormann/uptime-kuma/commit/c9b046120f3fe4f429e140f44af2a153b2247ae3)
- fix formatting... [`71b89af`](https://github.com/philippdormann/uptime-kuma/commit/71b89af535a864263aeda7aec39c11c606377a4f)
- ⏫ bump vue@3.1.4 [`4c2b3a0`](https://github.com/philippdormann/uptime-kuma/commit/4c2b3a0f3e1e4f469315682249f3f6ff896b9663)
- 🚀RELEASE v1.0.4 [`3965793`](https://github.com/philippdormann/uptime-kuma/commit/3965793b54c22c239f217fa90c47073b916caf9e)
- ✨ add support for Gotify [`ccf9d2a`](https://github.com/philippdormann/uptime-kuma/commit/ccf9d2ad5c5ab5a3906dc8f2281c1e6daedd46cb) - ✨ add support for Gotify [`ccf9d2a`](https://github.com/philippdormann/uptime-kuma/commit/ccf9d2ad5c5ab5a3906dc8f2281c1e6daedd46cb)
- Create docker-image-tag.yml [`3a70c15`](https://github.com/philippdormann/uptime-kuma/commit/3a70c15846b2b5bc2918ac322f00b32482eed7f1)
- Create docker-image-nightly.yml [`1c125dd`](https://github.com/philippdormann/uptime-kuma/commit/1c125dd14ea9ca39e3c5fe835fcad222ef7ab9dd)
- Update docker-image-tag.yml [`671f503`](https://github.com/philippdormann/uptime-kuma/commit/671f503ffd2d492901334de1c3f4f11c11e9d043) - Update docker-image-tag.yml [`671f503`](https://github.com/philippdormann/uptime-kuma/commit/671f503ffd2d492901334de1c3f4f11c11e9d043)
- 🚀RELEASE v1.0.5 [`3803d83`](https://github.com/philippdormann/uptime-kuma/commit/3803d83bacfa3922b4a1752f0c08ce4c5fdce337)
- 🚀RELEASE v1.1.0 [`830cbfc`](https://github.com/philippdormann/uptime-kuma/commit/830cbfc13f04ee74979e14daf775d9c91905c76f) - 🚀RELEASE v1.1.0 [`830cbfc`](https://github.com/philippdormann/uptime-kuma/commit/830cbfc13f04ee74979e14daf775d9c91905c76f)
- Update docker-image-nightly.yml [`f2290c8`](https://github.com/philippdormann/uptime-kuma/commit/f2290c8fc1c75e23fb5f4e7519d0ba3985104448) - Update docker-image-nightly.yml [`f2290c8`](https://github.com/philippdormann/uptime-kuma/commit/f2290c8fc1c75e23fb5f4e7519d0ba3985104448)
- several css color fixes [`deea889`](https://github.com/philippdormann/uptime-kuma/commit/deea889e8d3a078ad8b63416a700159b873c4582)
- ⚡volta: pin node version 16.4.2 [`c5d0118`](https://github.com/philippdormann/uptime-kuma/commit/c5d011886c66c4f243d37ef33eeb19fd11a7d29c)
- Update README.md [`30f0f0b`](https://github.com/philippdormann/uptime-kuma/commit/30f0f0b0eeaf3996e1889efacf3677bce850cada) - Update README.md [`30f0f0b`](https://github.com/philippdormann/uptime-kuma/commit/30f0f0b0eeaf3996e1889efacf3677bce850cada)
- Update README.md [`fb9cad5`](https://github.com/philippdormann/uptime-kuma/commit/fb9cad5ac98b6069864be4ef70717edb91417788) - Update README.md [`fb9cad5`](https://github.com/philippdormann/uptime-kuma/commit/fb9cad5ac98b6069864be4ef70717edb91417788)
- Update docker-image-nightly.yml [`eeb9eb8`](https://github.com/philippdormann/uptime-kuma/commit/eeb9eb8ffd2e8f9722f98c892e9299afe4a81552)
- fix missing npm package version bump... [`731449f`](https://github.com/philippdormann/uptime-kuma/commit/731449f5fb5bd0bba8305c67a9888ae2163fefc6)
- 🎨 improved ternary color in lightmode [`235b658`](https://github.com/philippdormann/uptime-kuma/commit/235b6580f61aab86c1ab8da3ce2d2bc55b699336)
- Update docker-image-nightly.yml [`9bfddd9`](https://github.com/philippdormann/uptime-kuma/commit/9bfddd9fdece0b7a0d2e90d6c225dd7c281da873)
- add package version [`0c1486b`](https://github.com/philippdormann/uptime-kuma/commit/0c1486b905d42d2ddb0424105ee5fae0ab02f450)
#### [1.0.6](https://github.com/philippdormann/uptime-kuma/compare/1.0.5...1.0.6)
> 20 July 2021
- Remove debug spam [`#79`](https://github.com/philippdormann/uptime-kuma/pull/79)
- Use `NODE_ENV` from Express and Socket.IO [`#81`](https://github.com/philippdormann/uptime-kuma/pull/81)
- Fix Docker build [`#77`](https://github.com/philippdormann/uptime-kuma/pull/77)
- Fix multiple labels for `Remember me` [`#76`](https://github.com/philippdormann/uptime-kuma/pull/76)
- Update .dockerignore [`#69`](https://github.com/philippdormann/uptime-kuma/pull/69)
- Fix NPM warnings [`#70`](https://github.com/philippdormann/uptime-kuma/pull/70)
- Improve printing to console [`#68`](https://github.com/philippdormann/uptime-kuma/pull/68)
- [Lighthouse] Some improvements [`#67`](https://github.com/philippdormann/uptime-kuma/pull/67)
- [Lighthouse] Resize apple icon to 192px [`#66`](https://github.com/philippdormann/uptime-kuma/pull/66)
- [Lighthouse] Add robots.txt [`#65`](https://github.com/philippdormann/uptime-kuma/pull/65)
- Docker Healthcheck [`#63`](https://github.com/philippdormann/uptime-kuma/pull/63)
- Slack Enhancements and aligns footer to center [`#61`](https://github.com/philippdormann/uptime-kuma/pull/61)
- Pushover support [`#62`](https://github.com/philippdormann/uptime-kuma/pull/62)
- Update dependencies [`9c24877`](https://github.com/philippdormann/uptime-kuma/commit/9c248776e793565ecf59cbe3c94713e9897d09c8)
- update package-lock.json [`05fdaf0`](https://github.com/philippdormann/uptime-kuma/commit/05fdaf0c964e0b50837a4de5cdee79c09aceeb6f)
- add apprise support [`66037e2`](https://github.com/philippdormann/uptime-kuma/commit/66037e236c4a0e6773cc1b8b58070635f42e3b5e)
- improve testing notification response [`9ca2444`](https://github.com/philippdormann/uptime-kuma/commit/9ca2444dabd4148fb695801291e5242733f0afb6)
- Slack Enhancements [`65b320d`](https://github.com/philippdormann/uptime-kuma/commit/65b320d06b2ab84d5fc6705a8132f3c3f6106f20)
- Slack Enhancements [`1935da5`](https://github.com/philippdormann/uptime-kuma/commit/1935da5b16af5afb8aca7084032435696847d70e)
- Docker healthcheck [`c203317`](https://github.com/philippdormann/uptime-kuma/commit/c203317b3b74002ffa37f9b76f5ff8fc04a8a58a)
- Update README.md [`69e8c56`](https://github.com/philippdormann/uptime-kuma/commit/69e8c56e3e8d507ef8de957e6c77e96555a09672)
- update to 1.0.6 [`657acf7`](https://github.com/philippdormann/uptime-kuma/commit/657acf748bd6af1a3e6bfcb306500b216c953f7c)
- Use connect_error event [`5bd3184`](https://github.com/philippdormann/uptime-kuma/commit/5bd3184ebf7c7732d46722acc8f5e8d362e07524)
- Fix `Remember me` label [`44b66cb`](https://github.com/philippdormann/uptime-kuma/commit/44b66cbd2ea13d3525bdc9d2b33345c540c37714)
- fix apprise import issue and loose the healthcheck rule [`13c9244`](https://github.com/philippdormann/uptime-kuma/commit/13c9244e3fa015cb641667db7e75d09cfd32445e)
- env default to production [`77af41b`](https://github.com/philippdormann/uptime-kuma/commit/77af41bfffac0ecf4de470d1521fd8de08bf1e33)
- set version for docker [`cbb9d3f`](https://github.com/philippdormann/uptime-kuma/commit/cbb9d3f91b444463747249a7064267bd98a01575)
- Update README.md [`d2ccfd5`](https://github.com/philippdormann/uptime-kuma/commit/d2ccfd5366a593a7d974aba9a374074a8cbec1cf)
- add nightly build for amd64 only [`9227ff6`](https://github.com/philippdormann/uptime-kuma/commit/9227ff6ea3e8a1ede37f6ac910be674836ba7729)
- Add robots.txt [`149688e`](https://github.com/philippdormann/uptime-kuma/commit/149688e669a8b0b82f55e7db713d16ec0fc3c488)
- Update README.md [`71dd68b`](https://github.com/philippdormann/uptime-kuma/commit/71dd68bb6df1e14b512c8d11611d09dd15ec3ba5)
- Fix indentation [`59ebe13`](https://github.com/philippdormann/uptime-kuma/commit/59ebe134f177bfd0ab10bf0a1707125f6584ece7)
- Update README.md [`01b0e82`](https://github.com/philippdormann/uptime-kuma/commit/01b0e82d52abcdb09187e9b6fbf70d8d47f1e17e)
- Fix center [`f927455`](https://github.com/philippdormann/uptime-kuma/commit/f9274557f3aa5d798bef12140429440b1f32b3ac)
- Fix indentation [`309caa4`](https://github.com/philippdormann/uptime-kuma/commit/309caa42799db75aa15d657a856a9e0d074cb0a3)
- Add alt="Logo" [`bfb4a5b`](https://github.com/philippdormann/uptime-kuma/commit/bfb4a5bcd4f00a7ceb44f4778720dd5914617fd3)
- rel="noopener" for external link [`e87b785`](https://github.com/philippdormann/uptime-kuma/commit/e87b78501bf71ad665c6355b0c88e2e8076dd395)
- Update notification.js [`01f2fcc`](https://github.com/philippdormann/uptime-kuma/commit/01f2fccb2379e764c4b52a6c961532823fade815)
- Add description [`6374224`](https://github.com/philippdormann/uptime-kuma/commit/637422494fd2e8afda9e175392c0184f8068de0d)
- Add theme-color [`db34484`](https://github.com/philippdormann/uptime-kuma/commit/db34484ff26d1b6f0fe0a7012dac2ff634320aec)
- Docker healthcheck [`7dae527`](https://github.com/philippdormann/uptime-kuma/commit/7dae5279fbcbb492fd1fd3664b0b45edcb54fe27)
- Footer center align [`829a2a1`](https://github.com/philippdormann/uptime-kuma/commit/829a2a191d90286b81b2059f45ab81bf61a49ebf)
- Resize apple icon to 192px [`790c071`](https://github.com/philippdormann/uptime-kuma/commit/790c071f2c1b2fed63ab171de5aaef519b0c425e)
#### [1.0.5](https://github.com/philippdormann/uptime-kuma/compare/v1.0.5...1.0.5)
> 17 July 2021
- Added Slack webhook notification [`#46`](https://github.com/philippdormann/uptime-kuma/pull/46)
- customize Gotify priority [`#52`](https://github.com/philippdormann/uptime-kuma/pull/52)
- Apple icon for iPhone/iPad [`#45`](https://github.com/philippdormann/uptime-kuma/pull/45)
- ✨ Gotify Support [`#43`](https://github.com/philippdormann/uptime-kuma/pull/43)
- add gotify priority [`#50`](https://github.com/louislam/uptime-kuma/issues/50)
- add graceful shutdown [`b3bff8d`](https://github.com/philippdormann/uptime-kuma/commit/b3bff8d7357d75d3871aa68bc71db35dd79506a9)
- Added Slack Webhook support [`5f6d558`](https://github.com/philippdormann/uptime-kuma/commit/5f6d5588a6c84364b38a00a4051b3231f00a684a)
- add nightly to version number [`f62b70c`](https://github.com/philippdormann/uptime-kuma/commit/f62b70c9a96c15b41dda49919cc96f4ba905320a)
- Updated Slack test notification [`60493f0`](https://github.com/philippdormann/uptime-kuma/commit/60493f0f8645ba2499ad4aaf10d0e94a2b212001)
- dockerfile: change the base image to node:14-alpine3.12; add apprise cli, prepare for implementing notification [`2b8e33c`](https://github.com/philippdormann/uptime-kuma/commit/2b8e33caed2fa825ac2c9d74e5c43f68a5cb8b59)
- ✨ added Gotify Support [`126f00e`](https://github.com/philippdormann/uptime-kuma/commit/126f00e739728056af00d3dab53cbb56499397ae)
- fix require() actually not working after build in the frontend [`dfa9b3a`](https://github.com/philippdormann/uptime-kuma/commit/dfa9b3a0cad8adba9f2dd50e2e10d7701bc60e37)
- Added Slack Webhook support [`63c6e29`](https://github.com/philippdormann/uptime-kuma/commit/63c6e29e62e4372031ae5138f8372a09d0298c2f)
- cache the sqlite built when docker build [`3b52433`](https://github.com/philippdormann/uptime-kuma/commit/3b52433202ee683e8e0bf502035140094f656039)
- update to 1.0.5 [`78f5d2c`](https://github.com/philippdormann/uptime-kuma/commit/78f5d2cd8b70485eb079973a462c855b39bcdae8)
- update to 1.0.4 [`f48f957`](https://github.com/philippdormann/uptime-kuma/commit/f48f957ba91336de0e58e010cd2091e37c9f6fbd)
- minor [`bfb117c`](https://github.com/philippdormann/uptime-kuma/commit/bfb117cb7609e359b55d4c12d096ddd649c62958)
- Update README.md [`80466ac`](https://github.com/philippdormann/uptime-kuma/commit/80466ac9575e10d76d39cb20eae61291adbd1d30)
- Update README.md [`b005240`](https://github.com/philippdormann/uptime-kuma/commit/b00524067a225c4f8d16b5f6201fb74152b7e98b)
- easier merging 🤞 [`25a93b0`](https://github.com/philippdormann/uptime-kuma/commit/25a93b05dc2b9a98ee39dd20b05dbb4f703aeddc)
- Apple icon [`8dd5b97`](https://github.com/philippdormann/uptime-kuma/commit/8dd5b97b794332eeec4bd2d7b5cf8a8a775ec050)
- Add files via upload [`18744d8`](https://github.com/philippdormann/uptime-kuma/commit/18744d834fa9c4598efd233615cf310964af07ba)
#### [v1.0.5](https://github.com/philippdormann/uptime-kuma/compare/1.0.4...v1.0.5) #### [v1.0.5](https://github.com/philippdormann/uptime-kuma/compare/1.0.4...v1.0.5)

View file

@ -1,6 +1,6 @@
{ {
"name": "uptime-kuma", "name": "uptime-kuma",
"version": "1.2.0", "version": "1.3.0",
"scripts": { "scripts": {
"dev": "vite --host", "dev": "vite --host",
"start-server": "node server/server.js", "start-server": "node server/server.js",