Skip to content

Commit

Permalink
change to update url to docs site && keep a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Mar 15, 2024
1 parent d1fc89c commit f3dfc9a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,18 @@ Semantic Versioning 2.0.0 is from version 0.1.6+

## List of versions

## version 0.6.0-beta.4 - _(Unreleased)_ - 2024-03-? {#v0.6.0-beta.4}
## version 0.6.1 - _(Unreleased)_ - 2024-03-? {#v0.6.1}

- nothing yet

## version 0.6.0 - 2024-03-15 {#v0.6.0}

- [x] (Changed) Back-end Upgrade to .NET 8 - SDK 8.0.202 (Runtime: 8.0.3) (PR #1464)
- [x] (Fixed) _Back-end_ Latest version check from 0.5.10+ is not working due order check (PR #1477)
- [x] (Fixed) _Back-end_ Update fallback and custom update messages (PR #1477)
- [x] (Fixed) _Back-end_ Regex timeout for FileNamesHelper (PR #1457)
- [x] (Fixed) _Back-end_ Logger webftpcli (PR #1457)
- [x] (Fixed) _Front-end_ change to update url to docs site

## version 0.6.0-beta.3 - 2024-03-11 {#v0.6.0-beta.3}

Expand Down
6 changes: 3 additions & 3 deletions starsky/starsky/clientapp/src/localization/localization.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,9 @@
"de": "Aktuelles Verzeichnis manuell synchronisieren"
},
"MessageWhereToFindReleaseReleasesUrlTokenHtml": {
"en": "<a target='_blank' href='https://github.com/qdraw/starsky/releases/latest' rel='noopener'> {releasesToken}</a>",
"nl": "<a target='_blank' href='https://github.com/qdraw/starsky/releases/latest' rel='noopener'> {releasesToken}</a>",
"de": "<a target='_blank' href='https://github.com/qdraw/starsky/releases/latest' rel='noopener'> {releasesToken}</a>"
"en": "<a target='_blank' href='https://docs.qdraw.nl/download/' rel='noopener'> {releasesToken}</a>",
"nl": "<a target='_blank' href='https://docs.qdraw.nl/download/' rel='noopener'> {releasesToken}</a>",
"de": "<a target='_blank' href='https://docs.qdraw.nl/download/' rel='noopener'> {releasesToken}</a>"
},
"MessageWhereToFindReleaseReleasesUrlTokenContent": {
"en": "Go to the release overview",
Expand Down

1 comment on commit f3dfc9a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.