Skip to content

Commit

Permalink
Merge pull request #1587 from qdraw/feature/202405-update-version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
qdraw authored May 16, 2024
2 parents c9b5a3f + be94788 commit 6b97fd8
Show file tree
Hide file tree
Showing 58 changed files with 64 additions and 59 deletions.
2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starsky",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
9 changes: 7 additions & 2 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,21 @@ Semantic Versioning 2.0.0 is from version 0.1.6+

## List of versions

## version 0.6.1 - _(Unreleased)_ - 2024-03-? {#v0.6.1}
## version 0.6.2 - _(Unreleased)_ - 2024-06-?? {#v0.6.2}

- nothing yet

## version 0.6.1 - _(Unreleased)_ - 2024-05-16 {#v0.6.1}

- [x] (Changed) _Front-end_ Make prev / next more contrast (PR #1511)
- [x] (Fixed) _Docs_ Demo site is not working (PR #1486)
- [x] (Fixed) _Back-end_ GetFileNameRegex refactor to avoid timeouts (PR #1515)
- [x] (Changed) Back-end Upgrade to .NET 8 - SDK 8.0.204 (Runtime: 8.0.4) (PR #1541)
- [x] (Changed) _Back-end_ Upgrade to .NET 8 - SDK 8.0.204 (Runtime: 8.0.4) (PR #1541)
- [x] (Fixed) _Back-end_ Unhandled exception DbUpdateException (PR #1558 Issue #1489)
- [x] (Fixed) _Back-end_ Regex timeout IsExtensionForce (PR #1542 Issue #1537)
- [x] (Fixed) _Back-end_ Concurrency conflicts bug (PR #1565 Issue #1564)
- [x] (Changed) Back-end Upgrade to .NET 8 - SDK 8.0.300 (Runtime: 8.0.5) (PR #1584)
- [x] (Changed) _App_ Update Electron version (PR #1586)

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

Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/build-tools/app-version-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const {readFile, writeFile} = require("fs").promises;
const {getFiles} = require("./lib/get-files-directory");
const {prefixPath} = require("./lib/prefix-path.const.js");

let newVersion = "0.6.0";
let newVersion = "0.6.1";

// allow version as single argument
const argv = process.argv.slice(2);
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/build-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-tools",
"version": "0.6.0",
"version": "0.6.1",
"description": "",
"main": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/dropbox-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dropbox-import",
"version": "0.6.0",
"version": "0.6.1",
"description": "",
"main": "dropbox-import.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/end2end/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "end2end",
"version": "0.6.0",
"version": "0.6.1",
"description": "End2End testing of the application",
"scripts": {
"start": "cypress open --env configFolder=starsky,configEnv=local,CYPRESS_RETRIES=2 --e2e --browser=electron",
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/localtunnel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "localtunnel-project",
"version": "0.6.0",
"version": "0.6.1",
"description": "",
"main": "localtunnel.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/mail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mail",
"version": "0.6.0",
"version": "0.6.1",
"description": "",
"main": "mail.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock",
"version": "0.6.0",
"version": "0.6.1",
"description": "",
"main": "mock.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/slack-notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack-notifications",
"version": "0.6.0",
"version": "0.6.1",
"description": "",
"main": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starsky-tools",
"version": "0.6.0",
"version": "0.6.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/thumbnail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thumbnail",
"version": "0.6.0",
"version": "0.6.1",
"description": "Client side thumbnail generation interacting with a Starsky WebApi ",
"main": "thumbnail.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky/starsky.feature.demo/starsky.feature.demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<!-- SonarQube needs this -->
<ProjectGuid>{34d46dc0-f965-46bf-9178-b83a9a6627e7}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.feature.demo</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<!-- SonarQube needs this -->
<ProjectGuid>{ca693c59-e50a-4dc6-a2ba-fe7e0caf417a}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.feature.desktop</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ProjectGuid>{09ccbfa9-612f-4d5e-ae27-c0c06e7114c9}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.feature.export</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectGuid>{23e26a58-29c5-4d0c-813b-9f7bd991b107}</ProjectGuid>
<RootNamespace>starsky.feature.geolookup</RootNamespace>
<DebugType>Full</DebugType>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ProjectGuid>{d9c8e6e0-2526-4978-ad8c-b4e74993cfd8}</ProjectGuid>
<RootNamespace>starsky.feature.health</RootNamespace>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<!-- SonarQube needs this -->
<ProjectGuid>{e9c60bf0-09b6-40c9-95b5-25c7a185365e}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.feature.import</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>starsky.feature.metaupdate</RootNamespace>
<ProjectGuid>{9567d576-4dee-481b-b316-c55d493416f4}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>starsky.feature.packagetelemetry</RootNamespace>
<ProjectGuid>{6fbad8a6-53fa-41d2-98a4-61eb46d70794}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>starsky.feature.realtime</RootNamespace>
<ProjectGuid>{4a749ec1-4e6d-4c68-b69c-00c5c80f5660}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ProjectGuid>{a864f834-133f-4ea8-9a4d-53e5cad837ab}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.feature.rename</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<!-- SonarQube needs this -->
<ProjectGuid>{c9e6cec6-c453-4c61-a955-ec65765afe0a}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.feature.search</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ProjectGuid>{67a8a132-6551-4042-96a4-3ec507b0cb83}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.feature.settings</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>starsky.feature.syncbackground</RootNamespace>
<ProjectGuid>{15e1493e-6e79-4314-907f-b3ef18eb9046}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>starsky.feature.thumbnail</RootNamespace>
<ProjectGuid>{93a6019f-6627-483e-a18e-0d073d7b0883}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion starsky/starsky.feature.trash/starsky.feature.trash.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>starsky.feature.trash</RootNamespace>
<ProjectGuid>{21affb47-1f8c-458a-84bb-24959e0fda31}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<!-- SonarQube needs this -->
<ProjectGuid>{31df1419-6c81-4372-b7ae-a6ebb429e7e9}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.feature.webftppublish</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{7f7fe502-31a8-409b-bd0b-92d7d1bfeb31}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.feature.webhtmlpublish</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{842d2080-b847-43c3-8535-e5065970dd47}</ProjectGuid>
<RootNamespace>starsky.foundation.accountmanagement</RootNamespace>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectGuid>{46588bf9-d745-460d-a22d-d8fdfc698809}</ProjectGuid>
<DebugType>Full</DebugType>
<DefineConstants>T</DefineConstants>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.foundation.database</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{60193d91-0d92-4fc2-b469-d7691cb0e986}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.foundation.http</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{e1753943-96a7-4dee-afc3-234c1c83b8a3}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.foundation.injection</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectGuid>{10a49647-83ab-43c4-a3ff-8b0767518023}</ProjectGuid>
<DebugType>Full</DebugType>
<DefineConstants>SYSTEM_TEXT_ENABLED</DefineConstants>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.foundation.platform</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{82ba730f-0aca-470d-ad0e-af046d422f8c}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.foundation.readmeta</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>starsky.foundation.realtime</RootNamespace>
<!-- SonarQube needs this -->
<ProjectGuid>{b90175e1-ba3f-4a18-a0ff-2cde71e8151e}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<RootNamespace>starsky.foundation.settings</RootNamespace>
<!-- SonarQube needs this -->
<ProjectGuid>{67e301f1-e700-4ca5-81ae-696abab1bb0f}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{12f5ae66-8d7f-4d81-86c5-e3e3864f44a1}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.foundation.storage</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<!-- SonarQube needs this -->
<ProjectGuid>{8cd2e452-ab62-446c-ad42-7d90b63d1b81}</ProjectGuid>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<RootNamespace>starsky.foundation.sync</RootNamespace>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{4b3990c9-171b-4d53-a821-f458e8ac072f}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.foundation.thumbnailgeneration</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{88e70822-ae50-4fc5-9384-a8726b70849a}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.foundation.thumbnailmeta</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{3b84ed27-fef0-4c2b-8cb5-04b7fdb613f8}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<RootNamespace>starsky.foundation.webtelemetry</RootNamespace>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{240fbcdb-4379-4bbe-b154-eb4f87504d9e}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<RootNamespace>starsky.foundation.worker</RootNamespace>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Loading

1 comment on commit 6b97fd8

@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.