Skip to content

Latest commit

 

History

History
363 lines (273 loc) · 36.9 KB

CHANGELOG.md

File metadata and controls

363 lines (273 loc) · 36.9 KB

0.22.4 (2023-07-31)

♻️ Refactor code

  • refactor(speeling): fix wrong speeling allready to already (29d710c)

📝 Add or update documentation

  • docs(badges): remove production branch references from readme.md (8606465)

🚚 Move or rename resources (e.g.: files, paths, routes)

  • chore(packages): bump typescript, jsdom, jest and ts-jest (673f25c)

🚨 Fix compiler / linter warnings

  • (commitlint) fix typos and libs during commits generation (c173dcd)

0.22.2 (2022-10-30)

♻️ Refactor Code

  • add commitlint to git hooks (d5c3516)
  • typescript: remove requirement of any explicit return, bump typescript formatter package (5b3b258)

✅ Tests

  • apk-installer: add integration test for apk-installer (18fbbda)

✨ Features

  • adb-install: add new pick apk functionality working. (e29b90f)
  • add .eslintrc and rules to format code correctly (fe54cd1)
  • add port selection during actions that closes issue #30 (22039a6)

🎨 Styles

  • remove unecessary imports (e62ab5b)

🎫 Chores

🏭 Build System

  • deps-dev: bump minimist from 1.2.3 to 1.2.6 (cf4d44a)
  • deps: bump ajv from 6.10.2 to 6.12.6 (c1c9641)
  • deps: bump hosted-git-info from 2.8.5 to 2.8.9 (4f330de)
  • deps: bump ini from 1.3.5 to 1.3.8 (747c12e)
  • deps: bump jsdom, jest and ts-jest (85c2a86)
  • deps: bump lodash from 4.17.19 to 4.17.21 (6d346e6)
  • deps: bump path-parse from 1.0.6 to 1.0.7 (86d3624)
  • deps: bump tar from 4.4.13 to 4.4.19 (e5cdecf)
  • deps: bump thenify from 3.3.0 to 3.3.1 (1810568)
  • deps: bump tmpl from 1.0.4 to 1.0.5 (39db346)
  • deps: bump trim-newlines from 3.0.0 to 3.0.1 (d43fd27)
  • deps: bump trim-newlines from 3.0.0 to 3.0.1 (8b30745)
  • deps: bump trim-off-newlines from 1.0.1 to 1.0.3 (1c69a46)
  • deps: bump ws from 5.2.2 to 5.2.3 (f323c26)
  • deps: bump y18n from 4.0.0 to 4.0.1 (7138bde)

🐛 Bug Fixes

  • add automerge feature for commits (07914f0)
  • add manualy dispatch actions (df155e9)
  • add markdown badges for sonar cloud (31938a9)
  • build: bump yargs-parser version because vulnerabilities (fba941d)
  • bump vscode version (6410cac)
  • ci-cd: production build version fix (f5d7eb4)
  • custom-path: fix persistence when custom adb location setted (3a0220a)
  • fix memento class errors due contract change (c93705b)
  • fixed tests (17514a3)
  • hotfix for 'undefined' error message on undefined length checks (331d7a3)
  • path-manager: hotfix in class ADBPathManager name wrong (4ca8d45)
  • remove blank assignment (09aa801)
  • remove deprecated package (4f9d0a7)

👷 Continuous Integration

  • add auto merge action to merge PRs when they succeed in tests (afd4729)
  • add automerge dependabot updates (6c6e02d)
  • adds github token (245ea7f)
  • adds github token (e8ed210)
  • alterado estrategia de automerge (876764c)
  • build: every deploy tag, must starts with deploy-vX.X.X to trigger build (30a59c7)
  • changed automerge plugin (7bf7391)
  • deploy: improve production deploy strategy with tags (c45f009) , closes #17
  • fix get tag name version in build pipeline (f4e1601)
  • fixes automerge version (e5cf361)
  • removed automerge (b07f56c)
  • removed badges for test (65055a3)
  • scripts: change ci/cd scripts names and remove master from pipeline. (0255266)
  • tests: now jest tests will be runned in pullrequests for production and deleop. (609e8a8)

💚 Fix CI Build

  • ci(versioning): add new release workflow to generate releases and emoji to commits (b8c8329)

📝 Add or update documentation

  • docs(readme): remove not allowed svg on readme, distribute sections better for vscocde extensions page (8a6d064)

📝 Documentation

  • apk-install: add documentation about APK install feature, and bumped version also. (6d157f7)
  • bump version (5fda5c1)
  • contributing: add contributing.md file for new contributors (f7ab217)
  • gif: add gif demostrating how to install apks on devices (d70306a) , closes #18
  • removed unecessary comments (e3bc9dd)

🚚 Move or rename resources (e.g.: files, paths, routes)

  • chore(changelog): standarlize changelog.md and remove invalid files from release-it bumper (0a07c55)

  • chore(packages): bump typescript, jsdom, jest and ts-jest (659a738)

  • Update README.md (efcda0b)

  • Update README.md (8ddb714)

  • Create codeql-analysis.yml (480fa1f)

  • Update automatic-merge.yml (3cb0af6)

  • Update README.md (1b753cc)

  • Create stale.yml (ae8d064)

  • Update README.md (f28e9cf)

  • Update table of contents (f6a3414)

  • docs(changelog.md): add next release details (a75dc2b)

  • Update README.md (87b6c73) , closes #21

  • Update README.md (b7f1f4f)

  • docs(CONTRIBUTING.md): change some details from how to contribute and commit (9c368f5)

0.19.3 (2020-08-29)

🏭 Build System

  • production: bump the version to be able deploy in store (6679186)

  • readme: changed donation link and readme text layout. (97376a4)

0.19.2 (2020-08-20)

🐛 Bug Fixes

  • images: correct readme.md image links (8735e3c)

0.19.1 (2020-08-20)

♻️ Refactor Code

  • folders: refactor folder structure (24bb563)

✅ Tests

  • before-deploy: add tests before deploy (e451f9f)

🎨 Styles

  • code: added whitespaces in package.json (4eeac23)

🐛 Bug Fixes

  • ip-connection: remove the hability of find ip device name (6d46e7b) , closes #13 #13
  • tests: fix broken tests (05fb9be) , closes #13 #13

👷 Continuous Integration