🚀RELEASE v1.4.0

This commit is contained in:
Philipp Dormann 2021-08-03 15:32:29 +02:00
parent b21922414d
commit ac0fd1352d
No known key found for this signature in database
GPG key ID: 3BB9ADD52DCA4314
2 changed files with 241 additions and 2 deletions

View file

@ -2,8 +2,108 @@
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.4.0](https://github.com/philippdormann/uptime-kuma/compare/v1.3.0...v1.4.0)
- Fix: Increase width of status pill [`#145`](https://github.com/philippdormann/uptime-kuma/pull/145)
- Create CODE_OF_CONDUCT.md [`#137`](https://github.com/philippdormann/uptime-kuma/pull/137)
- Adds support for LunaSea notifications [`#133`](https://github.com/philippdormann/uptime-kuma/pull/133)
- Simplify apprise installation [`#132`](https://github.com/philippdormann/uptime-kuma/pull/132)
- Fix: Update ESLint to handle class static member [`#121`](https://github.com/philippdormann/uptime-kuma/pull/121)
- Fix: passwordHash is not imported [`#120`](https://github.com/philippdormann/uptime-kuma/pull/120)
- cleanup code [`6bce270`](https://github.com/philippdormann/uptime-kuma/commit/6bce270f42709b0b44da3d982d03ecc87823d977)
- Autofix on save [`9648d70`](https://github.com/philippdormann/uptime-kuma/commit/9648d700d7e6c8a8754ae7cbc0a4788354fa28f9)
- fix icon for "Resume" [`4b86c84`](https://github.com/philippdormann/uptime-kuma/commit/4b86c84c369f9306aded64e6c155ba84a44c9002)
- add fields to EditMonitor.vue [`71af902`](https://github.com/philippdormann/uptime-kuma/commit/71af902a4e0fac82563258aff652bc70d977ecf6)
- Add Basic Auth for /metrics [`209fa83`](https://github.com/philippdormann/uptime-kuma/commit/209fa83cff4b35a955ba202c5079fdb9bad1cf57)
- add util.ts for sharing common functions between frontend and backend [`081abcb`](https://github.com/philippdormann/uptime-kuma/commit/081abcb6a146aab00a7e4e619c69f6903c0c67a4)
- add setting for disable auth [`c6a66fa`](https://github.com/philippdormann/uptime-kuma/commit/c6a66fad79060a16e38d7dfff2430c17346be5c2)
- Feat: Add Barebones certificate info display [`803f0d6`](https://github.com/philippdormann/uptime-kuma/commit/803f0d6219ae84838cc6884c5a9dec379c6bc1ff)
- Feat: Add Barebones certificate info display [`ccda6f0`](https://github.com/philippdormann/uptime-kuma/commit/ccda6f05f59ac273830c406733f98a0c7daa4557)
- Create CONTRIBUTING.md [`0263cfa`](https://github.com/philippdormann/uptime-kuma/commit/0263cfa7e4b7040928db4ad1de60903741b3ddcb)
- add vue-fontawesone [`cafd2c7`](https://github.com/philippdormann/uptime-kuma/commit/cafd2c73882d662fd6f30a3856d131f70ca0567c)
- implement no auth [`6f868c9`](https://github.com/philippdormann/uptime-kuma/commit/6f868c9ec3bc8814f385dcd353aeec5e32ef0939)
- Add ESLint and StyleLint [`3c6af6d`](https://github.com/philippdormann/uptime-kuma/commit/3c6af6d3f433070c3117fa0b605845099975746d)
- Delete codeql-analysis.yml [`eba996b`](https://github.com/philippdormann/uptime-kuma/commit/eba996b0f25dad766b594b373d7d802752089e00)
- Create codeql-analysis.yml [`0f0a629`](https://github.com/philippdormann/uptime-kuma/commit/0f0a6299c0ad1fca8b1ee3f4c775e1135b7cca34)
- Feat: Add database storage for TLS info [`d0c63eb`](https://github.com/philippdormann/uptime-kuma/commit/d0c63ebe3e054a200c25c52f551580c000fca4ba)
- Feat: Add database storage for TLS info [`96c60dd`](https://github.com/philippdormann/uptime-kuma/commit/96c60dd94aa94c09ddd3039e61ea8eed433a082b)
- store ignoreTls and upsideDown into db [`60aa678`](https://github.com/philippdormann/uptime-kuma/commit/60aa67892d3b90bf6c2796d91ac7e0eb522d85f5)
- turn off object-curly-newline, it makes const { a, b, c, d } = require(...) ugly [`06377af`](https://github.com/philippdormann/uptime-kuma/commit/06377af7e50793c3b3583ea7150e22c357c4dc1c)
- Manual fixes [`4c8fdd0`](https://github.com/philippdormann/uptime-kuma/commit/4c8fdd07d998a7af7764e6d61886854e61cf5b6c)
- implement upside down mode and ignore tls error [`63f0a36`](https://github.com/philippdormann/uptime-kuma/commit/63f0a3681163d0301f1ff3406a3e2c25dea10222)
- Fix: use new version of babel-eslint-parser [`cdaa0a5`](https://github.com/philippdormann/uptime-kuma/commit/cdaa0a54a454a1a65eebac5182acef68c0fedff5)
- improve the ui of cert info [`bf3e9dc`](https://github.com/philippdormann/uptime-kuma/commit/bf3e9dccd2f07d69a56475bc70fd15328f8e8999)
- update database schema, add upside_down and ignore_tls [`53a9034`](https://github.com/philippdormann/uptime-kuma/commit/53a90347ca36601e1407d51d39551c73e822ea3b)
- re-add pushy service [`43114b1`](https://github.com/philippdormann/uptime-kuma/commit/43114b1771fb17b03315571a52a4106e04bbce87)
- add LinaSea option in select box [`b7fbc2c`](https://github.com/philippdormann/uptime-kuma/commit/b7fbc2c0e69febe42591ffd1cb8ba523a2801814)
- LunaSea Support [`ab1fe2e`](https://github.com/philippdormann/uptime-kuma/commit/ab1fe2e2d1c0b10c95e8c9f32597f20bc43371b4)
- Update issue templates [`7edd79a`](https://github.com/philippdormann/uptime-kuma/commit/7edd79a74d100e6f82eaa85203d0ef919549f21f)
- Fix: Add babel-eslint [`b91e9dd`](https://github.com/philippdormann/uptime-kuma/commit/b91e9ddb7af81a03de78c9714e1383f969fd98a3)
- Missing this part 2 [`be1fc0c`](https://github.com/philippdormann/uptime-kuma/commit/be1fc0c2b66ccd5db5de5ca65e4acd76aae9e362)
- prevent unexpected error throw from checkCertificate interrupt the beat [`caec933`](https://github.com/philippdormann/uptime-kuma/commit/caec93318600f0997f14504a75d0d6801fe94648)
- darkmode fixes [`7ea30ba`](https://github.com/philippdormann/uptime-kuma/commit/7ea30ba7807600aa32495babbdd9a64b65616f33)
- prevent unexpected error throw from checkCertificate interrupt the beat [`48f82b5`](https://github.com/philippdormann/uptime-kuma/commit/48f82b55f86c847d3aed69604a58eb13c4114f1d)
- requires empty username/password if set disableAuth for basic auth [`44c8ca9`](https://github.com/philippdormann/uptime-kuma/commit/44c8ca9da8f6ce77ff0525d863cdb185b37f6b48)
- run eslint for lunasea change [`2ebd79d`](https://github.com/philippdormann/uptime-kuma/commit/2ebd79d0373c0c55728b7729a7f81b4750deb84c)
- Simplify apprise instalation [`00cc140`](https://github.com/philippdormann/uptime-kuma/commit/00cc140acd1c0f749f13033eb2332de27e3c0b8a)
- update readme [`bcf2a31`](https://github.com/philippdormann/uptime-kuma/commit/bcf2a319c20d4a8604369ff5d58b682ef5b2a040)
- json format for setting value [`33d7f86`](https://github.com/philippdormann/uptime-kuma/commit/33d7f8645a08af90bd67bb313f580d519b1c8238)
- cache index.html and fix basic auth applied to all routes [`7dbec90`](https://github.com/philippdormann/uptime-kuma/commit/7dbec90c95019644269e30acaa53daeda32a35d2)
- improve disableAuth handling [`8ebaca4`](https://github.com/philippdormann/uptime-kuma/commit/8ebaca4c5c03fd7b5b8e1070d1b1bb74aba02d90)
- improve the connection error msg [`9f0be5f`](https://github.com/philippdormann/uptime-kuma/commit/9f0be5f531bdbf5e8ce2b3fa8c75d98225ec2548)
- Confirm Dialog: allow changing the button text [`642a711`](https://github.com/philippdormann/uptime-kuma/commit/642a711bcd9bfc66f4b16c2667b9daea033c7aa5)
- ESLint: fix file [`47b19ea`](https://github.com/philippdormann/uptime-kuma/commit/47b19ea2f27edfb1994aa1b8fff3df2f54b8a664)
- Update README.md [`ee071e4`](https://github.com/philippdormann/uptime-kuma/commit/ee071e41f5f9e1ec17cee93eb230be37997a6cf2)
- Move all Prometheus guides to wiki [`36436ed`](https://github.com/philippdormann/uptime-kuma/commit/36436ed4ef2caf729253a78d1b1c85a2e6c53c31)
- Fix: Fix no certificate caused by session reuse [`db26b7d`](https://github.com/philippdormann/uptime-kuma/commit/db26b7d123d0aebb5b9f41b4a5e46f9bd88e8b59)
- Fix: Fix no certificate caused by session reuse [`4d262bb`](https://github.com/philippdormann/uptime-kuma/commit/4d262bbb6a07231aa0c9304f7ac56c59919257ac)
- LunaSea Support [`67a4e94`](https://github.com/philippdormann/uptime-kuma/commit/67a4e949a220c88527c0cf2a7610f46cb3bed1e8)
- test heroku deployment [`1425d0e`](https://github.com/philippdormann/uptime-kuma/commit/1425d0e91a35aec3fa3e4d4622afc3bfe6a49a7f)
- improve #39 [`4d71e03`](https://github.com/philippdormann/uptime-kuma/commit/4d71e030397b32fd729d46208c68c5a49e40e617)
- Delete help.md [`ef45aed`](https://github.com/philippdormann/uptime-kuma/commit/ef45aedda52aeeb5ef252df94827418440e02950)
- Delete --please-go-to--discussion--tab-if-you-want-to-ask-or-share-something.md [`fade240`](https://github.com/philippdormann/uptime-kuma/commit/fade240c7fba13c39eed48c0ac707115719b6d3f)
- Update issue templates [`46337ec`](https://github.com/philippdormann/uptime-kuma/commit/46337ec34870afb0f1d93ff8507369c6062645f9)
- remove "pip3 cache purge" that causes error [`d58be56`](https://github.com/philippdormann/uptime-kuma/commit/d58be56cb9bd398b95c715be39d4026502089273)
- Fix: Add fix for babel-eslist [`1006b37`](https://github.com/philippdormann/uptime-kuma/commit/1006b37a6781cd174baab2b6b4873ddfa3727ffd)
- unexpected space add to router-link due vue/singleline-html-element-content-newline, set it to off [`e6915d8`](https://github.com/philippdormann/uptime-kuma/commit/e6915d8964f806c637a601f5ae784927cd6ea947)
- fix resize problem [`133c723`](https://github.com/philippdormann/uptime-kuma/commit/133c7230bc6a0dca24ac20145a9717550e5238d4)
- update to 1.0.8 [`48a4ced`](https://github.com/philippdormann/uptime-kuma/commit/48a4ced9a5c577f3afc624f47bbfaa69570e1cc4)
- Update to 1.0.7 [`4d7c2d3`](https://github.com/philippdormann/uptime-kuma/commit/4d7c2d329b521c0cb0326b7864be095468600238)
- improve the page load performance [`2819094`](https://github.com/philippdormann/uptime-kuma/commit/281909437789075e9bc54709b8c84ea510c0d921)
- fix image source in docker-compose [`a66a766`](https://github.com/philippdormann/uptime-kuma/commit/a66a766b7ef0d37da74bfc87ec15a195ef610682)
- Update README.md [`8b73359`](https://github.com/philippdormann/uptime-kuma/commit/8b733592cb789d6ff1675112ea84755f14da5886)
- parse the port to int [`5a053e5`](https://github.com/philippdormann/uptime-kuma/commit/5a053e5875aa3a6deb7ac947a031fe604da79250)
- ⏫ upgrade to node.js@16.5.0 [`cbaf573`](https://github.com/philippdormann/uptime-kuma/commit/cbaf5738e7026e4e4aab82077dadc7da94ab3be7)
- eslint: allow while (true) [`e032072`](https://github.com/philippdormann/uptime-kuma/commit/e0320729006baf24a165b0b715477d29f29c0d9b)
- add back maxretries field [`f9a10d1`](https://github.com/philippdormann/uptime-kuma/commit/f9a10d1672af8a9c7d315eb0b08e1c5d730e70d0)
- set the port by env.PORT, specific node version in package.json [`063697c`](https://github.com/philippdormann/uptime-kuma/commit/063697c20a1ea4aa0dfa7ba501ad52077f70cc10)
- fix: navbar background color [`b219224`](https://github.com/philippdormann/uptime-kuma/commit/b21922414d5d9485d27a5a789ef2a6980438391c)
- fix: darkmode: empty beats in active/ hovered state [`0c935ef`](https://github.com/philippdormann/uptime-kuma/commit/0c935ef2236f67291a6bfd8a21cc788ba99320d9)
- Update notification.js [`3f84e5e`](https://github.com/philippdormann/uptime-kuma/commit/3f84e5e8ab7e0ae7b9a260e4ae78dcf425affe1d)
- Fix block-no-empty error from Stylelint [`d54bc86`](https://github.com/philippdormann/uptime-kuma/commit/d54bc866b4c0d5b452468610757c794a0d7f0155)
- Fix: use Optional chaining [`7b8459c`](https://github.com/philippdormann/uptime-kuma/commit/7b8459c73a472145d00118e78bee6dcf06e951be)
- Fix: use Optional chaining [`f20ab4b`](https://github.com/philippdormann/uptime-kuma/commit/f20ab4b0e384152cf40b5fdf4f89d932d3d99b70)
- fix eslint for vue (https://github.com/louislam/uptime-kuma/pull/121#issuecomment-889729900) [`4b93900`](https://github.com/philippdormann/uptime-kuma/commit/4b939008668e743b080266ebcd39c455c440a231)
- Fix: Bump ES version in ESlint config [`be22fcb`](https://github.com/philippdormann/uptime-kuma/commit/be22fcb87d163e3e847a1296c44181c4d9b63242)
- test heroku deployment [`435e4fa`](https://github.com/philippdormann/uptime-kuma/commit/435e4faef3dd3fd74d834764ef20986494170ecc)
- change no-unused-vars from error to warn [`3666ebb`](https://github.com/philippdormann/uptime-kuma/commit/3666ebb931aab8ba9d3008eedbdefeba701b4f42)
- Missing this [`d97091a`](https://github.com/philippdormann/uptime-kuma/commit/d97091af5173a93e6a3e231eb23f8e446dc4198b)
- Fix: Fix incorrect error handling [`51ac7a5`](https://github.com/philippdormann/uptime-kuma/commit/51ac7a58dc5485cd8dc71af1b6e535ae1ceee7e4)
- Fix: Fix incorrect error handling [`6b72d50`](https://github.com/philippdormann/uptime-kuma/commit/6b72d5033aeea7501d9af5c2974ce8c4387c746e)
- fix: color for empty beats [`6f3ac91`](https://github.com/philippdormann/uptime-kuma/commit/6f3ac9199eef695430028259cc7ed44aa1a9ed0a)
- ⚡ re-add custom check intervals [`4f91651`](https://github.com/philippdormann/uptime-kuma/commit/4f9165195f3f6136525b2eb71f13bd90a77217b2)
- Update README.md [`6f044de`](https://github.com/philippdormann/uptime-kuma/commit/6f044de6e67c36908c858cd93911141c6be48b65)
- Update README.md [`71fa55c`](https://github.com/philippdormann/uptime-kuma/commit/71fa55c218c81c025d992615847256e396b6b8b0)
- fix eslint for vue (https://github.com/louislam/uptime-kuma/pull/121#issuecomment-889729900) [`7f42888`](https://github.com/philippdormann/uptime-kuma/commit/7f42888546415fdca83fc75506b6c7802254442b)
- Update ask-for-help.md [`e6ca105`](https://github.com/philippdormann/uptime-kuma/commit/e6ca1056008f4355bd90a6ed68ee9a97b1206b4c)
- Update README.md [`1982e2f`](https://github.com/philippdormann/uptime-kuma/commit/1982e2f8b8a802631cde11fbcdc7cfdece02b200)
- update the latest db version to 3 [`06c4523`](https://github.com/philippdormann/uptime-kuma/commit/06c4523ce37b07c1894090df62f2f426b023797b)
- turn off vue/html-self-closing, empty div should be allowed [`659d83b`](https://github.com/philippdormann/uptime-kuma/commit/659d83b13c65f47e03116278781e2fdabca1893e)
#### [v1.3.0](https://github.com/philippdormann/uptime-kuma/compare/v1.2.0...v1.3.0) #### [v1.3.0](https://github.com/philippdormann/uptime-kuma/compare/v1.2.0...v1.3.0)
> 24 July 2021
- Apple touch icon 192px with preserved transparency [`#105`](https://github.com/philippdormann/uptime-kuma/pull/105) - 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) - 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) - Small grammar updates to Settings.vue [`#104`](https://github.com/philippdormann/uptime-kuma/pull/104)
@ -32,6 +132,7 @@ All notable changes to this project will be documented in this file. Dates are d
- 🧹 cleanups from merge [`7eeeffd`](https://github.com/philippdormann/uptime-kuma/commit/7eeeffd2cf0ad2fcb16f859dd4246e2704cd72ac) - 🧹 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) - 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) - add db migration [`e02eb72`](https://github.com/philippdormann/uptime-kuma/commit/e02eb728635d54139bc0473efdd6704db5d06b6f)
- 🚀RELEASE v1.3.0 [`dce49cf`](https://github.com/philippdormann/uptime-kuma/commit/dce49cf2934acec369554366446aeb6b7364315c)
- update package-lock.json [`05fdaf0`](https://github.com/philippdormann/uptime-kuma/commit/05fdaf0c964e0b50837a4de5cdee79c09aceeb6f) - 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 apprise support [`66037e2`](https://github.com/philippdormann/uptime-kuma/commit/66037e236c4a0e6773cc1b8b58070635f42e3b5e)
- add graceful shutdown [`b3bff8d`](https://github.com/philippdormann/uptime-kuma/commit/b3bff8d7357d75d3871aa68bc71db35dd79506a9) - add graceful shutdown [`b3bff8d`](https://github.com/philippdormann/uptime-kuma/commit/b3bff8d7357d75d3871aa68bc71db35dd79506a9)
@ -160,7 +261,7 @@ 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/1.0.6...v1.1.0) #### [v1.1.0](https://github.com/philippdormann/uptime-kuma/compare/1.0.8...v1.1.0)
> 14 July 2021 > 14 July 2021
@ -187,6 +288,144 @@ All notable changes to this project will be documented in this file. Dates are d
- Update docker-image-nightly.yml [`9bfddd9`](https://github.com/philippdormann/uptime-kuma/commit/9bfddd9fdece0b7a0d2e90d6c225dd7c281da873) - 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) - add package version [`0c1486b`](https://github.com/philippdormann/uptime-kuma/commit/0c1486b905d42d2ddb0424105ee5fae0ab02f450)
#### [1.0.8](https://github.com/philippdormann/uptime-kuma/compare/1.0.7...1.0.8)
> 3 August 2021
- Fix: Increase width of status pill [`#145`](https://github.com/philippdormann/uptime-kuma/pull/145)
- Create CODE_OF_CONDUCT.md [`#137`](https://github.com/philippdormann/uptime-kuma/pull/137)
- Adds support for LunaSea notifications [`#133`](https://github.com/philippdormann/uptime-kuma/pull/133)
- Simplify apprise installation [`#132`](https://github.com/philippdormann/uptime-kuma/pull/132)
- Fix: Update ESLint to handle class static member [`#121`](https://github.com/philippdormann/uptime-kuma/pull/121)
- Fix: passwordHash is not imported [`#120`](https://github.com/philippdormann/uptime-kuma/pull/120)
- Pull down upstream [`#1`](https://github.com/philippdormann/uptime-kuma/pull/1)
- cleanup code [`6bce270`](https://github.com/philippdormann/uptime-kuma/commit/6bce270f42709b0b44da3d982d03ecc87823d977)
- Autofix on save [`9648d70`](https://github.com/philippdormann/uptime-kuma/commit/9648d700d7e6c8a8754ae7cbc0a4788354fa28f9)
- fix icon for "Resume" [`4b86c84`](https://github.com/philippdormann/uptime-kuma/commit/4b86c84c369f9306aded64e6c155ba84a44c9002)
- add fields to EditMonitor.vue [`71af902`](https://github.com/philippdormann/uptime-kuma/commit/71af902a4e0fac82563258aff652bc70d977ecf6)
- Export general metrics via the /metrics endpoint [`582fb2f`](https://github.com/philippdormann/uptime-kuma/commit/582fb2fe29dba6a3cbcc64139caeb843238cfcd8)
- Add Basic Auth for /metrics [`209fa83`](https://github.com/philippdormann/uptime-kuma/commit/209fa83cff4b35a955ba202c5079fdb9bad1cf57)
- add util.ts for sharing common functions between frontend and backend [`081abcb`](https://github.com/philippdormann/uptime-kuma/commit/081abcb6a146aab00a7e4e619c69f6903c0c67a4)
- add setting for disable auth [`c6a66fa`](https://github.com/philippdormann/uptime-kuma/commit/c6a66fad79060a16e38d7dfff2430c17346be5c2)
- Create CONTRIBUTING.md [`0263cfa`](https://github.com/philippdormann/uptime-kuma/commit/0263cfa7e4b7040928db4ad1de60903741b3ddcb)
- add vue-fontawesone [`cafd2c7`](https://github.com/philippdormann/uptime-kuma/commit/cafd2c73882d662fd6f30a3856d131f70ca0567c)
- Remove bcryptjs and node-gyp, they should not be here... [`7acb265`](https://github.com/philippdormann/uptime-kuma/commit/7acb2655591c741af996eac1091119cca94fd6c5)
- implement no auth [`6f868c9`](https://github.com/philippdormann/uptime-kuma/commit/6f868c9ec3bc8814f385dcd353aeec5e32ef0939)
- Add ESLint and StyleLint [`3c6af6d`](https://github.com/philippdormann/uptime-kuma/commit/3c6af6d3f433070c3117fa0b605845099975746d)
- Create codeql-analysis.yml [`0f0a629`](https://github.com/philippdormann/uptime-kuma/commit/0f0a6299c0ad1fca8b1ee3f4c775e1135b7cca34)
- store ignoreTls and upsideDown into db [`60aa678`](https://github.com/philippdormann/uptime-kuma/commit/60aa67892d3b90bf6c2796d91ac7e0eb522d85f5)
- turn off object-curly-newline, it makes const { a, b, c, d } = require(...) ugly [`06377af`](https://github.com/philippdormann/uptime-kuma/commit/06377af7e50793c3b3583ea7150e22c357c4dc1c)
- Manual fixes [`4c8fdd0`](https://github.com/philippdormann/uptime-kuma/commit/4c8fdd07d998a7af7764e6d61886854e61cf5b6c)
- implement upside down mode and ignore tls error [`63f0a36`](https://github.com/philippdormann/uptime-kuma/commit/63f0a3681163d0301f1ff3406a3e2c25dea10222)
- Fix: use new version of babel-eslint-parser [`cdaa0a5`](https://github.com/philippdormann/uptime-kuma/commit/cdaa0a54a454a1a65eebac5182acef68c0fedff5)
- update database schema, add upside_down and ignore_tls [`53a9034`](https://github.com/philippdormann/uptime-kuma/commit/53a90347ca36601e1407d51d39551c73e822ea3b)
- add LinaSea option in select box [`b7fbc2c`](https://github.com/philippdormann/uptime-kuma/commit/b7fbc2c0e69febe42591ffd1cb8ba523a2801814)
- Change casing in README, apply DRY to label values [`3a8fbff`](https://github.com/philippdormann/uptime-kuma/commit/3a8fbff514434c1f00a6a08233c93d2837db4a2b)
- LunaSea Support [`ab1fe2e`](https://github.com/philippdormann/uptime-kuma/commit/ab1fe2e2d1c0b10c95e8c9f32597f20bc43371b4)
- Update issue templates [`7edd79a`](https://github.com/philippdormann/uptime-kuma/commit/7edd79a74d100e6f82eaa85203d0ef919549f21f)
- Update README to include examples for Prometheus [`a93fd27`](https://github.com/philippdormann/uptime-kuma/commit/a93fd274fdb576f35550acbde2d8b10f9d83d76b)
- Fix: Add babel-eslint [`b91e9dd`](https://github.com/philippdormann/uptime-kuma/commit/b91e9ddb7af81a03de78c9714e1383f969fd98a3)
- Add labels to metrics for querying [`3dcbae0`](https://github.com/philippdormann/uptime-kuma/commit/3dcbae0889c02e46c25fdcc91bffa2d20d895c7c)
- Missing this part 2 [`be1fc0c`](https://github.com/philippdormann/uptime-kuma/commit/be1fc0c2b66ccd5db5de5ca65e4acd76aae9e362)
- Move common labels into dedicated const [`3b45006`](https://github.com/philippdormann/uptime-kuma/commit/3b450065679e27617f7c012392c1c97e68605760)
- Expose check status and response time to Prometheus [`96242dc`](https://github.com/philippdormann/uptime-kuma/commit/96242dce0dc8a816b326b0c1daa2fda39c9f92e1)
- requires empty username/password if set disableAuth for basic auth [`44c8ca9`](https://github.com/philippdormann/uptime-kuma/commit/44c8ca9da8f6ce77ff0525d863cdb185b37f6b48)
- run eslint for lunasea change [`2ebd79d`](https://github.com/philippdormann/uptime-kuma/commit/2ebd79d0373c0c55728b7729a7f81b4750deb84c)
- Simplify apprise instalation [`00cc140`](https://github.com/philippdormann/uptime-kuma/commit/00cc140acd1c0f749f13033eb2332de27e3c0b8a)
- update readme [`bcf2a31`](https://github.com/philippdormann/uptime-kuma/commit/bcf2a319c20d4a8604369ff5d58b682ef5b2a040)
- json format for setting value [`33d7f86`](https://github.com/philippdormann/uptime-kuma/commit/33d7f8645a08af90bd67bb313f580d519b1c8238)
- cache index.html and fix basic auth applied to all routes [`7dbec90`](https://github.com/philippdormann/uptime-kuma/commit/7dbec90c95019644269e30acaa53daeda32a35d2)
- improve disableAuth handling [`8ebaca4`](https://github.com/philippdormann/uptime-kuma/commit/8ebaca4c5c03fd7b5b8e1070d1b1bb74aba02d90)
- improve the connection error msg [`9f0be5f`](https://github.com/philippdormann/uptime-kuma/commit/9f0be5f531bdbf5e8ce2b3fa8c75d98225ec2548)
- Confirm Dialog: allow changing the button text [`642a711`](https://github.com/philippdormann/uptime-kuma/commit/642a711bcd9bfc66f4b16c2667b9daea033c7aa5)
- ESLint: fix file [`47b19ea`](https://github.com/philippdormann/uptime-kuma/commit/47b19ea2f27edfb1994aa1b8fff3df2f54b8a664)
- 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)
- Update README.md [`ee071e4`](https://github.com/philippdormann/uptime-kuma/commit/ee071e41f5f9e1ec17cee93eb230be37997a6cf2)
- Move all Prometheus guides to wiki [`36436ed`](https://github.com/philippdormann/uptime-kuma/commit/36436ed4ef2caf729253a78d1b1c85a2e6c53c31)
- LunaSea Support [`67a4e94`](https://github.com/philippdormann/uptime-kuma/commit/67a4e949a220c88527c0cf2a7610f46cb3bed1e8)
- test heroku deployment [`1425d0e`](https://github.com/philippdormann/uptime-kuma/commit/1425d0e91a35aec3fa3e4d4622afc3bfe6a49a7f)
- improve #39 [`4d71e03`](https://github.com/philippdormann/uptime-kuma/commit/4d71e030397b32fd729d46208c68c5a49e40e617)
- Delete help.md [`ef45aed`](https://github.com/philippdormann/uptime-kuma/commit/ef45aedda52aeeb5ef252df94827418440e02950)
- Delete --please-go-to--discussion--tab-if-you-want-to-ask-or-share-something.md [`fade240`](https://github.com/philippdormann/uptime-kuma/commit/fade240c7fba13c39eed48c0ac707115719b6d3f)
- Update issue templates [`46337ec`](https://github.com/philippdormann/uptime-kuma/commit/46337ec34870afb0f1d93ff8507369c6062645f9)
- remove "pip3 cache purge" that causes error [`d58be56`](https://github.com/philippdormann/uptime-kuma/commit/d58be56cb9bd398b95c715be39d4026502089273)
- Fix: Add fix for babel-eslist [`1006b37`](https://github.com/philippdormann/uptime-kuma/commit/1006b37a6781cd174baab2b6b4873ddfa3727ffd)
- unexpected space add to router-link due vue/singleline-html-element-content-newline, set it to off [`e6915d8`](https://github.com/philippdormann/uptime-kuma/commit/e6915d8964f806c637a601f5ae784927cd6ea947)
- fix resize problem [`133c723`](https://github.com/philippdormann/uptime-kuma/commit/133c7230bc6a0dca24ac20145a9717550e5238d4)
- update to 1.0.8 [`48a4ced`](https://github.com/philippdormann/uptime-kuma/commit/48a4ced9a5c577f3afc624f47bbfaa69570e1cc4)
- Update README.md [`8b73359`](https://github.com/philippdormann/uptime-kuma/commit/8b733592cb789d6ff1675112ea84755f14da5886)
- parse the port to int [`5a053e5`](https://github.com/philippdormann/uptime-kuma/commit/5a053e5875aa3a6deb7ac947a031fe604da79250)
- Fix up some formatting [`e3d4a89`](https://github.com/philippdormann/uptime-kuma/commit/e3d4a896b158c3b13749c858feafb0333bbf70e8)
- eslint: allow while (true) [`e032072`](https://github.com/philippdormann/uptime-kuma/commit/e0320729006baf24a165b0b715477d29f29c0d9b)
- add back maxretries field [`f9a10d1`](https://github.com/philippdormann/uptime-kuma/commit/f9a10d1672af8a9c7d315eb0b08e1c5d730e70d0)
- set the port by env.PORT, specific node version in package.json [`063697c`](https://github.com/philippdormann/uptime-kuma/commit/063697c20a1ea4aa0dfa7ba501ad52077f70cc10)
- Update notification.js [`3f84e5e`](https://github.com/philippdormann/uptime-kuma/commit/3f84e5e8ab7e0ae7b9a260e4ae78dcf425affe1d)
- Fix block-no-empty error from Stylelint [`d54bc86`](https://github.com/philippdormann/uptime-kuma/commit/d54bc866b4c0d5b452468610757c794a0d7f0155)
- fix eslint for vue (https://github.com/louislam/uptime-kuma/pull/121#issuecomment-889729900) [`4b93900`](https://github.com/philippdormann/uptime-kuma/commit/4b939008668e743b080266ebcd39c455c440a231)
- Fix: Bump ES version in ESlint config [`be22fcb`](https://github.com/philippdormann/uptime-kuma/commit/be22fcb87d163e3e847a1296c44181c4d9b63242)
- test heroku deployment [`435e4fa`](https://github.com/philippdormann/uptime-kuma/commit/435e4faef3dd3fd74d834764ef20986494170ecc)
- change no-unused-vars from error to warn [`3666ebb`](https://github.com/philippdormann/uptime-kuma/commit/3666ebb931aab8ba9d3008eedbdefeba701b4f42)
- Missing this [`d97091a`](https://github.com/philippdormann/uptime-kuma/commit/d97091af5173a93e6a3e231eb23f8e446dc4198b)
- Update README.md [`6f044de`](https://github.com/philippdormann/uptime-kuma/commit/6f044de6e67c36908c858cd93911141c6be48b65)
- Update README.md [`71fa55c`](https://github.com/philippdormann/uptime-kuma/commit/71fa55c218c81c025d992615847256e396b6b8b0)
- fix eslint for vue (https://github.com/louislam/uptime-kuma/pull/121#issuecomment-889729900) [`7f42888`](https://github.com/philippdormann/uptime-kuma/commit/7f42888546415fdca83fc75506b6c7802254442b)
- Update ask-for-help.md [`e6ca105`](https://github.com/philippdormann/uptime-kuma/commit/e6ca1056008f4355bd90a6ed68ee9a97b1206b4c)
- Typo in monitor status name [`720051a`](https://github.com/philippdormann/uptime-kuma/commit/720051a3511be2277708f25b6a83c9a1e8d7e7cc)
- turn off vue/html-self-closing, empty div should be allowed [`659d83b`](https://github.com/philippdormann/uptime-kuma/commit/659d83b13c65f47e03116278781e2fdabca1893e)
#### [1.0.7](https://github.com/philippdormann/uptime-kuma/compare/1.0.6...1.0.7)
> 27 July 2021
- 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)
- More info in server logs [`#89`](https://github.com/philippdormann/uptime-kuma/pull/89)
- Merge pull request #103 from Spiritreader/master [`#86`](https://github.com/philippdormann/uptime-kuma/issues/86)
- add db migration [`e02eb72`](https://github.com/philippdormann/uptime-kuma/commit/e02eb728635d54139bc0473efdd6704db5d06b6f)
- Feat: Add Barebones certificate info display [`803f0d6`](https://github.com/philippdormann/uptime-kuma/commit/803f0d6219ae84838cc6884c5a9dec379c6bc1ff)
- Feat: Add Barebones certificate info display [`ccda6f0`](https://github.com/philippdormann/uptime-kuma/commit/ccda6f05f59ac273830c406733f98a0c7daa4557)
- Feat: Add database storage for TLS info [`d0c63eb`](https://github.com/philippdormann/uptime-kuma/commit/d0c63ebe3e054a200c25c52f551580c000fca4ba)
- Feat: Add database storage for TLS info [`96c60dd`](https://github.com/philippdormann/uptime-kuma/commit/96c60dd94aa94c09ddd3039e61ea8eed433a082b)
- 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)
- 戈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)
- improve the ui of cert info [`bf3e9dc`](https://github.com/philippdormann/uptime-kuma/commit/bf3e9dccd2f07d69a56475bc70fd15328f8e8999)
- add patch3.sql and fix duplicate id in EditMonitor.vue [`32a5e83`](https://github.com/philippdormann/uptime-kuma/commit/32a5e838bab12dba60b825c3155344abcbef8579)
- Update issue templates [`fd90458`](https://github.com/philippdormann/uptime-kuma/commit/fd90458e77d3389502b720df8289b55a560b05a8)
- prevent unexpected error throw from checkCertificate interrupt the beat [`caec933`](https://github.com/philippdormann/uptime-kuma/commit/caec93318600f0997f14504a75d0d6801fe94648)
- update package-lock.json [`a64ce81`](https://github.com/philippdormann/uptime-kuma/commit/a64ce814576f3597dbe13073bd16bd100f9da018)
- prevent unexpected error throw from checkCertificate interrupt the beat [`48f82b5`](https://github.com/philippdormann/uptime-kuma/commit/48f82b55f86c847d3aed69604a58eb13c4114f1d)
- remove used vars [`7e4a1ad`](https://github.com/philippdormann/uptime-kuma/commit/7e4a1ad279117db51dd10d3cb7d6868b507feb42)
- Fix: Fix no certificate caused by session reuse [`db26b7d`](https://github.com/philippdormann/uptime-kuma/commit/db26b7d123d0aebb5b9f41b4a5e46f9bd88e8b59)
- Fix: Fix no certificate caused by session reuse [`4d262bb`](https://github.com/philippdormann/uptime-kuma/commit/4d262bbb6a07231aa0c9304f7ac56c59919257ac)
- 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 to 1.0.7 [`4d7c2d3`](https://github.com/philippdormann/uptime-kuma/commit/4d7c2d329b521c0cb0326b7864be095468600238)
- improve the page load performance [`2819094`](https://github.com/philippdormann/uptime-kuma/commit/281909437789075e9bc54709b8c84ea510c0d921)
- 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)
- Fix: use Optional chaining [`7b8459c`](https://github.com/philippdormann/uptime-kuma/commit/7b8459c73a472145d00118e78bee6dcf06e951be)
- Fix: use Optional chaining [`f20ab4b`](https://github.com/philippdormann/uptime-kuma/commit/f20ab4b0e384152cf40b5fdf4f89d932d3d99b70)
- Fix: Fix incorrect error handling [`51ac7a5`](https://github.com/philippdormann/uptime-kuma/commit/51ac7a58dc5485cd8dc71af1b6e535ae1ceee7e4)
- Fix: Fix incorrect error handling [`6b72d50`](https://github.com/philippdormann/uptime-kuma/commit/6b72d5033aeea7501d9af5c2974ce8c4387c746e)
- rename "Retry Pings" to "Retries" [`70b1f19`](https://github.com/philippdormann/uptime-kuma/commit/70b1f197c1a71d78e1c8b05a8269ef42e8264e8a)
- Update README.md [`1982e2f`](https://github.com/philippdormann/uptime-kuma/commit/1982e2f8b8a802631cde11fbcdc7cfdece02b200)
- update the latest db version to 3 [`06c4523`](https://github.com/philippdormann/uptime-kuma/commit/06c4523ce37b07c1894090df62f2f426b023797b)
- fix parenthesis mistake [`1d4d7fa`](https://github.com/philippdormann/uptime-kuma/commit/1d4d7fa9c4c9626f4451fe7449171669ad8a808a)
- grammar [`5a21955`](https://github.com/philippdormann/uptime-kuma/commit/5a219554b30322cce5620e75aa67b8199d04f10c)
- 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)
- 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)
#### [1.0.6](https://github.com/philippdormann/uptime-kuma/compare/1.0.5...1.0.6) #### [1.0.6](https://github.com/philippdormann/uptime-kuma/compare/1.0.5...1.0.6)
> 20 July 2021 > 20 July 2021

View file

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