🔀 Merge pull request #451 from Lissy93/REFACTOR/docker-builds-and-small-fixes
[REFACTOR] Architectural Update and Small Fixes, for V 2.0.0
This commit is contained in:
10
.github/CHANGELOG.md
vendored
10
.github/CHANGELOG.md
vendored
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## ⚡️ 2.0.0 - Small Fixes and Docker Multi-Arch Build [PR #451](https://github.com/Lissy93/dashy/pull/451)
|
||||
- Fixes full-height sections for mobile and Safari (Re: #432, #442)
|
||||
- Fixes empty section visible in search (Re: #447)
|
||||
- Fixes numbers omited from tag names (Re: #430)
|
||||
- Option for custom status code in status check (Re: #456, #448)
|
||||
- Adds @stuu3k's dashboard to showcase (Re: #446)
|
||||
- Switches recover and death count in Covid widget (Re: #148)
|
||||
- Improved contrast in light material theme
|
||||
- Adds new script to lint, test, build and publish a multi-architecture Docker image to various registries
|
||||
|
||||
## 💄 1.9.9 - Minor UI + Docs Updates [PR #431](https://github.com/Lissy93/dashy/pull/431)
|
||||
- Improved theme support for widgets
|
||||
- Better widget layout in Workspace and Minimal views
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/bug.yml
vendored
3
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -59,5 +59,6 @@ body:
|
||||
## Thanks 🙏
|
||||
Sorry you are having issues with Dashy, and thank you for raising this ticket - in doing so you are helping to make the app better for everyone 💪
|
||||
You should expect a reply within the next 48 hours :)
|
||||
⭐️ If you are not a bot, please star the repo before submitting your ticket.
|
||||
validations:
|
||||
required: false
|
||||
required: false
|
||||
|
||||
2
.github/workflows/manage-pending-labels.yml
vendored
2
.github/workflows/manage-pending-labels.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
add-awaiting-author:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{!github.event.issue.pull_request && github.event.comment.author_association != 'COLLABORATOR' && github.event.comment.author_association != 'OWNER' && github.event.issue.state === 'open' }}
|
||||
if: ${{!github.event.issue.pull_request && github.event.comment.author_association != 'COLLABORATOR' && github.event.comment.author_association != 'OWNER' && github.event.issue.state == 'open' }}
|
||||
steps:
|
||||
- name: Add Awaiting Author labels when Updated
|
||||
uses: actions-cool/issues-helper@v2
|
||||
|
||||
Reference in New Issue
Block a user