Skip to content

Commit

Permalink
Merge branch 'master' into feature/202411_ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Dec 19, 2024
2 parents 11c78fe + e5b16cd commit 1186cba
Show file tree
Hide file tree
Showing 68 changed files with 310 additions and 322 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.3",
"version": "0.6.4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
4 changes: 2 additions & 2 deletions documentation/static/openapi/openapi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"title": "Starsky",
"version": "0.6.3.0",
"version": "0.6.4.0",
"extensions": {}
},
"servers": [
Expand Down Expand Up @@ -16555,5 +16555,5 @@
],
"tags": [],
"extensions": {},
"hashCode": "B4CB4DE694E7BA2D411D41552EB74BEB73FE22BBA1C6EF092CCD61700C6DCC8D5ACE5E333296542C1EFA3C5A46AF2E1FD7616688281143C7CFA83493273E27AC"
"hashCode": "880254A2004D14F1DAFE2BC1036C59FB6AD419E418FAD98C870CFF712B426131B40E821B1303A9CDDB1694D94DC6492241954763DF3BB38F4A7D12D9AA2918C5"
}
8 changes: 6 additions & 2 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@ Semantic Versioning 2.0.0 is from version 0.1.6+

## List of versions

## version 0.6.4 - _(Unreleased)_ - 2024-11-?? {#v0.6.3}
## version 0.6.5 - _(Unreleased)_ - 2025-01-? {#v0.6.5}

- nothing yet

## version 0.6.4 - 2024-12-19 {#v0.6.4}

- [x] (Fixed) _Back-end_ Notification duplicate error handling (Issue #1832) (PR #1834)
- [x] (Fixed) _Front-end_ Add cache headers for download publish for cloudfare (PR #1839)
- [x] (Changed) _Back-end_ Small readablity fixes to avoid code smells (PR #1844)
- [x] (Changed) _Back-end_ Small readability fixes to avoid code smells (PR #1844)
- [x] (Changed) _Back-end_ Filename checks for extensions (PR #1849)
- [x] (Changed) _Back-end_ Improve tests for port mapper (PR #1850)
- [x] (Fixed) _Front-end_ Eslint update and remove of any (PR #1866)
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.3";
let newVersion = "0.6.4";

// 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.3",
"version": "0.6.4",
"description": "",
"main": "",
"scripts": {
Expand Down
34 changes: 18 additions & 16 deletions starsky-tools/dropbox-import/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 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.3",
"version": "0.6.4",
"description": "",
"main": "dropbox-import.js",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"update:install": "npx --yes npm-check-updates -u && npm install"
},
"dependencies": {
"axios": "^1.7.7",
"dotenv": "^16.4.5"
"axios": "^1.7.9",
"dotenv": "^16.4.7"
},
"author": "",
"license": "ISC"
Expand Down
Loading

0 comments on commit 1186cba

Please sign in to comment.