Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2026-06-16

### Changed

- Project license updated to GNU Affero General Public License v3.0 (AGPL-3.0-only); root, UI, and page `package.json` license fields now reflect AGPL.
- Replaced root `LICENSE` with the official AGPLv3 text and `Copyright (C) 2026 João Luiz de Castro`.
- Added license sections to [README.md](README.md) (English) and [README.pt-br.md](README.pt-br.md) (Portuguese).
- Added AGPL copyright headers to ShellForge entry points and core runtime sources (Electron main/preload/renderer, docs site entry, action-runner, utils, and command library).

## [1.0.6] - 2026-06-12

### Fixed
Expand Down
686 changes: 665 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@ Only enable commands and load action configs you trust. Review shared config fil

See also [`commands/README.md`](commands/README.md).

## License

This project is licensed under the GNU Affero General Public License v3.0 (AGPLv3) — see the [LICENSE](LICENSE) file for details.

# Other versions

[Readme in Portuguese (PT-BR)](README.pt-br.md)
4 changes: 4 additions & 0 deletions README.pt-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,10 @@ Ative apenas comandos e carregue configs de ações em que você confia. Revise

Veja também [`commands/README.md`](commands/README.md).

## Licença

Este projeto está licenciado sob a Licença Pública Geral Affero GNU v3.0 (AGPLv3) - veja o arquivo [LICENSE](LICENSE) para mais detalhes.

# Other versions

[Readme em Inglês (EN)](README.md)
12 changes: 12 additions & 0 deletions command-lib/ShellForge.CommandLib.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Copyright (C) 2026 João Luiz de Castro
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.

function Write-CommandError {
param(
[Parameter(Mandatory = $true)]
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/action-runner.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/handlers/apiRequestHandler.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/handlers/browserHandlers/browserCommon.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/handlers/browserHandlers/clickHandler.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/handlers/browserHandlers/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/handlers/browserHandlers/navigateHandler.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/handlers/browserHandlers/typeHandler.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/handlers/forEachHandler.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/handlers/getArgumentsHandler.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/handlers/ifElseHandler.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/handlers/invokeActionHandler.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/handlers/setVariableHandler.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/handlers/shellHandler.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/handlers/tryCatchHandler.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
14 changes: 14 additions & 0 deletions commands/action-runner/handlers/waitHandler.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2026 João Luiz de Castro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*/

"use strict";

/**
Expand Down
Loading
Loading