mirror of
https://github.com/Lissy93/dashy.git
synced 2025-09-23 17:58:35 +02:00
🔖 Bumps to 1.7.3 and updates changelog
This commit is contained in:
parent
de49b5bb81
commit
bb888150c9
7
.github/CHANGELOG.md
vendored
7
.github/CHANGELOG.md
vendored
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 👷 1.7.3 - CI with GH Actions [PR #212](https://github.com/Lissy93/dashy/pull/212)
|
||||||
|
- Adds a series of GH actions for repository maintenance and administration
|
||||||
|
- Auto-labels PR and issues, adds helpful info to PRs based on files changed
|
||||||
|
- Lints, tests, builds and deploys the app when PR submitted
|
||||||
|
- Checks app size, dependencies, security, accessibility etc when PR submitted
|
||||||
|
- Closes incomplete, stale or spammy issues and leaves a comment
|
||||||
|
|
||||||
## ✨ 1.7.2 - Item Sort Options [PR #203](https://github.com/Lissy93/dashy/pull/203)
|
## ✨ 1.7.2 - Item Sort Options [PR #203](https://github.com/Lissy93/dashy/pull/203)
|
||||||
- Adds option for user to specify `sortBy` to order items within a section
|
- Adds option for user to specify `sortBy` to order items within a section
|
||||||
- Can sort by last clicked, most used, alphabetically and more
|
- Can sort by last clicked, most used, alphabetically and more
|
||||||
|
2
.github/workflows/add-comment-from-tag.yml
vendored
2
.github/workflows/add-comment-from-tag.yml
vendored
@ -20,8 +20,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Label Commenter
|
|
||||||
|
|
||||||
- name: Label Commenter
|
- name: Label Commenter
|
||||||
uses: peaceiris/actions-label-commenter@v1
|
uses: peaceiris/actions-label-commenter@v1
|
||||||
with:
|
with:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "1.7.2",
|
"version": "1.7.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "server",
|
"main": "server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user