Skip to content

Commit

Permalink
change app version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Nov 27, 2020
1 parent 8b50db6 commit 8bd7066
Show file tree
Hide file tree
Showing 43 changed files with 50 additions and 43 deletions.
6 changes: 5 additions & 1 deletion docs/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ <h1 id="folder-and-file-movable-epic-work-in-progress">Folder and file movable,
<ul>
<li class="task-list-item" style="list-style-type: none;"><input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;"> (x) Move multiple files <strong>not implemented</strong></li>
</ul>
<h1 id="version-041-_unreleased_---2020-11-">version 0.4.1 <em>(Unreleased)</em> - 2020-11-??</h1>
<h1 id="version-042-_unreleased_---2020-12-">version 0.4.2 <em>(Unreleased)</em> - 2020-12-??</h1>
<ul>
<li>nothing yet</li>
</ul>
<h1 id="version-041---2020-11-27">version 0.4.1 - 2020-11-27</h1>
<ul>
<li class="task-list-item" style="list-style-type: none;"><input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;" checked> (Fixed) <em>Back-end</em> Extra security headers for browsers</li>
<li class="task-list-item" style="list-style-type: none;"><input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;" checked> (Added) <em>Back-end</em> Change fileHash behavior to have more timeout time</li>
Expand Down
5 changes: 4 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ node starsky-tools/build-tools/app-version-update.js
# Folder and file movable, Epic (Work In Progress)
- [ ] (x) Move multiple files __not implemented__

# version 0.4.1 _(Unreleased)_ - 2020-11-??
# version 0.4.2 _(Unreleased)_ - 2020-12-??
- nothing yet

# version 0.4.1 - 2020-11-27
- [x] (Fixed) _Back-end_ Extra security headers for browsers
- [x] (Added) _Back-end_ Change fileHash behavior to have more timeout time
- [x] (Added) _Back-end_ add round for focalLength
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 @@ -7,7 +7,7 @@ const { resolve, join } = require('path');
const { readdir, readFile, writeFile } = require('fs').promises;
const {getFiles} = require('./lib/get-files-directory');
const { prefixPath } = require('./lib/prefix-path.const.js');
var newVersion = "0.4.0";
var newVersion = "0.4.1";

function checkNewVersion() {
var versionRegexChecker = new RegExp("^([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\\.[0-9A-Za-z-]+)*))?(?:\\+[0-9A-Za-z-]+)?$", "g")
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.4.0",
"version": "0.4.1",
"description": "",
"main": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"main": "docs.js",
"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.4.0",
"version": "0.4.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.4.0",
"version": "0.4.1",
"scripts": {
"start": "cypress open --env configFolder=starsky,configEnv=local,CYPRESS_RETRIES=2",
"start:env": "cypress open",
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.4.0",
"version": "0.4.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.4.0",
"version": "0.4.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.4.0",
"version": "0.4.1",
"description": "",
"main": "mock.js",
"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.4.0",
"version": "0.4.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.4.0",
"version": "0.4.1",
"description": "Client side thumbnail generation interacting with a Starsky WebApi ",
"main": "thumbnail.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ProjectGuid>{09ccbfa9-612f-4d5e-ae27-c0c06e7114c9}</ProjectGuid>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
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.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<ProjectGuid>{d9c8e6e0-2526-4978-ad8c-b4e74993cfd8}</ProjectGuid>
<RootNamespace>starsky.feature.health</RootNamespace>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<!-- SonarQube needs this -->
<ProjectGuid>{e9c60bf0-09b6-40c9-95b5-25c7a185365e}</ProjectGuid>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>starsky.feature.metaupdate</RootNamespace>
<ProjectGuid>{9567d576-4dee-481b-b316-c55d493416f4}</ProjectGuid>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ProjectGuid>{a864f834-133f-4ea8-9a4d-53e5cad837ab}</ProjectGuid>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<!-- SonarQube needs this -->
<ProjectGuid>{31df1419-6c81-4372-b7ae-a6ebb429e7e9}</ProjectGuid>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
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.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
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.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
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>SYSTEM_TEXT_ENABLED</DefineConstants>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
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.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
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.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
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.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
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.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
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.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
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.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<!-- SonarQube needs this -->
<ProjectGuid>{8cd2e452-ab62-446c-ad42-7d90b63d1b81}</ProjectGuid>
<Version>0.3.0-beta.0</Version>
<Version>0.4.1</Version>
<RootNamespace>starsky.foundation.sync</RootNamespace>
</PropertyGroup>

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.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{bc265f9e-e0f1-46da-9c40-0babe44de9ee}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion starsky/starsky/clientapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clientapp",
"version": "0.4.0",
"version": "0.4.1",
"proxy": "http://localhost:5000",
"homepage": "/starsky/",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion starsky/starsky/starsky.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'net5.0' ">3.1.9</RuntimeFrameworkVersion>
<Description>An attempt to create a database driven photo library</Description>
<!-- use node script to update version -->
<Version>0.4.0</Version>
<Version>0.4.1</Version>
<!-- SonarQube needs this -->
<ProjectGuid>{894dce96-b51a-4ea2-80bf-e330bf1e8198}</ProjectGuid>
<DefineConstants>SYSTEM_TEXT_ENABLED</DefineConstants>
Expand Down
2 changes: 1 addition & 1 deletion starsky/starskyadmincli/starskyadmincli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectGuid>{dcf1f6cb-1c65-4394-bef7-cccc2967b56c}</ProjectGuid>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">3.1.9</RuntimeFrameworkVersion>
<DebugType>Full</DebugType>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion starsky/starskycore/starskycore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>An attempt to create a database driven photo library</Description>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
<IsPackable>true</IsPackable>
<!-- SonarQube needs this -->
<ProjectGuid>{e6d8f456-859f-479d-bffa-3e78f1b27315}</ProjectGuid>
Expand Down
2 changes: 1 addition & 1 deletion starsky/starskygeocli/starskygeocli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectGuid>{a030c158-2f79-4317-a9f9-bdd46d66d1d8}</ProjectGuid>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">3.1.9</RuntimeFrameworkVersion>
<DebugType>Full</DebugType>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion starsky/starskyimportercli/starskyimportercli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectGuid>{23e4ea86-970a-4de1-badc-8d7e9d3d4dd6}</ProjectGuid>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">3.1.9</RuntimeFrameworkVersion>
<DebugType>Full</DebugType>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion starsky/starskysynccli/starskysynccli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectGuid>{47d7c0fd-cee7-494c-85c2-df63234e0e5b}</ProjectGuid>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">3.1.9</RuntimeFrameworkVersion>
<DebugType>Full</DebugType>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
<RootNamespace>starskysynccli</RootNamespace>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion starsky/starskysynchronizecli/starskysynchronizecli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectGuid>{7e1136a7-cc43-49d2-91d3-48e557f0fb66}</ProjectGuid>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">3.1.9</RuntimeFrameworkVersion>
<RootNamespace>starskysynchronizecli</RootNamespace>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion starsky/starskythumbnailcli/starskythumbnailcli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectGuid>{67e3fb34-1ca8-4a28-a0e0-00ff61821002}</ProjectGuid>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">3.1.9</RuntimeFrameworkVersion>
<RootNamespace>starskythumbnailcli</RootNamespace>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion starsky/starskywebftpcli/starskywebftpcli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectGuid>{eb1d57d1-29d8-4bfb-950e-447ef8522a10}</ProjectGuid>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">3.1.9</RuntimeFrameworkVersion>
<DebugType>Full</DebugType>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion starsky/starskywebhtmlcli/starskywebhtmlcli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<LangVersion>8.0</LangVersion>
<PreserveCompilationContext>true</PreserveCompilationContext>
<DebugType>Full</DebugType>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
Expand Down
2 changes: 1 addition & 1 deletion starskyapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starsky",
"version": "0.4.0",
"version": "0.4.1",
"description": "Starsky",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8bd7066

Please sign in to comment.