Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge version 2024.3.1 from upstream inspector #37

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e300431
chore: add dependencies label in labeler (#1336)
eglitise Feb 9, 2024
8771d9f
chore: add localization section in release notes (#1337)
eglitise Feb 9, 2024
0190803
chore(deps): update dependency mocha to v10.3.0
renovate[bot] Feb 9, 2024
8c75b7e
feat: update menu bar (#1338)
eglitise Feb 9, 2024
4e56a24
chore: update PR auto-labeler (#1339)
eglitise Feb 9, 2024
94362a3
chore: Update translations (#1340)
github-actions[bot] Feb 11, 2024
accb33d
chore: add i18n label for Crowdin sync (#1341)
eglitise Feb 11, 2024
2053c51
2024.2.1
eglitise Feb 11, 2024
af0b1b9
fix: resolve 't' error on saved caps tab (#1345)
eglitise Feb 12, 2024
9793939
2024.2.2
eglitise Feb 12, 2024
359d847
chore(deps): update dependency @reduxjs/toolkit to v2.2.0
renovate[bot] Feb 13, 2024
a5e4412
chore(deps): update fuxingloh/multi-labeler action to v4 (#1348)
renovate[bot] Feb 13, 2024
3487f09
chore(deps): update dependency @appium/fake-driver to v5.5.1 (#1350)
renovate[bot] Feb 14, 2024
2580498
chore(deps): update dependency @appium/docutils to v1.0.4
renovate[bot] Feb 14, 2024
0c5094b
chore(deps): update dependency @appium/support to v4.2.2
renovate[bot] Feb 14, 2024
1d41272
chore(deps): update dependency @reduxjs/toolkit to v2.2.1
renovate[bot] Feb 15, 2024
6c97a8d
chore(deps): update dependency eslint-plugin-mocha to v10.3.0
renovate[bot] Feb 16, 2024
5a90793
chore(deps): update dependency react-router-dom to v6.22.1
renovate[bot] Feb 17, 2024
0d82d70
chore: Update translations (#1357)
github-actions[bot] Feb 18, 2024
a778a35
chore(deps): update dependency i18next to v23.8.3
renovate[bot] Feb 18, 2024
813a10e
chore(deps): update dependency i18next to v23.9.0
renovate[bot] Feb 19, 2024
ed8b362
chore(deps): update dependency electron-updater to v6.1.8
renovate[bot] Feb 20, 2024
4c218d9
chore(deps): update dependency electron-builder to v24.12.0
renovate[bot] Feb 20, 2024
7800c06
chore(deps): update dependency i18next-http-backend to v2.5.0
renovate[bot] Feb 22, 2024
5b095e5
chore(deps): update dependency i18next to v23.10.0
renovate[bot] Feb 23, 2024
2b9de27
chore(deps): update dependency eslint to v8.57.0
renovate[bot] Feb 24, 2024
bdf701a
chore(deps): update dependency react-router-dom to v6.22.2
renovate[bot] Feb 29, 2024
d085fb7
chore(deps): update babel monorepo to v7.24.0
renovate[bot] Feb 29, 2024
75baa6e
chore(deps): update peter-evans/create-pull-request action to v6.0.1 …
renovate[bot] Feb 29, 2024
f450740
chore(deps): update dependency electron-builder to v24.13.3
renovate[bot] Mar 3, 2024
7600888
chore(deps): update dependency eslint-plugin-react to v7.34.0
renovate[bot] Mar 4, 2024
3863310
fix: correctly account for position and scroll values of webviews (#1…
jlipps Mar 5, 2024
259e045
2024.3.1
jlipps Mar 5, 2024
aac4303
Merge tag 'v2024.3.1' of github.com:appium/appium-inspector into jlip…
jlipps Mar 12, 2024
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
12 changes: 5 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,26 @@ version: v1

labels:
- label: 'enhancement'
sync: true
matcher:
title: '^feat.*?:'

- label: 'fix'
sync: true
matcher:
title: '^fix.*?:'

- label: 'documentation'
sync: true
matcher:
title: '^docs.*?:'
files: ['README.md', 'docs/**']

- label: 'chore'
sync: true
matcher:
title: '^chore.*?:'
files:
all: ['!package-lock.json']

- label: 'dependencies'
matcher:
files: ['package-lock.json']

- label: 'i18n'
sync: true
matcher:
files: ['assets/locales/**']
3 changes: 3 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ changelog:
- title: 📖 Documentation
labels:
- documentation
- title: 🌐 Localization
labels:
- i18n
- title: 🔍 Other Changes
labels:
- '*'
2 changes: 1 addition & 1 deletion .github/workflows/auto-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
name: Auto-Label PRs
runs-on: ubuntu-latest
steps:
- uses: fuxingloh/multi-labeler@v2
- uses: fuxingloh/multi-labeler@v4
3 changes: 2 additions & 1 deletion .github/workflows/crowdin-sync-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
CROWDIN_PROJECT_ID: 346705
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
- name: Create Pull Request
uses: peter-evans/[email protected].0
uses: peter-evans/[email protected].1
with:
token: ${{ github.token }}
commit-message: 'chore: Update translations'
title: 'chore: Update translations'
labels: i18n
branch: crowdin-sync-${{ github.run_id }}
body: 'Update Crowdin Translations: https://crowdin.com/project/appium-desktop'
1 change: 0 additions & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ app.on('ready', async () => {
mainUrl: `file://${__dirname}/index.html`,
splashUrl: `file://${__dirname}/splash.html`,
isDev,
shouldShowFileMenu: true,
});
});
Loading
Loading