Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
Release 6.6.2
Browse files Browse the repository at this point in the history
Release 6.6.2
  • Loading branch information
Vilerio authored Mar 19, 2024
2 parents 11f13af + 1fca758 commit 086078f
Show file tree
Hide file tree
Showing 581 changed files with 18,133 additions and 17,634 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"rules": {
"indent": ["error", 2],
"indent": ["error", 2, { "SwitchCase": 1 }],
"no-unused-vars": "warn",
"semi": ["error", "always"],
"quotes": ["error", "single"],
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🐛 Signaler un bug
description: Signalez un bug pour nous aider à améliorer Renard
description: Signalez un bug pour nous aider à améliorer Papillon
title: '[Bug]: '
labels: [bug]
body:
Expand Down Expand Up @@ -43,7 +43,7 @@ body:
attributes:
label: Version
placeholder: '5.0.17 beta'
value: '5.0.'
value: '6.6.'
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: Votre problème concerne une faille de sécurité ?
url: https://github.com/RenardApp/Renard/security/advisories/
url: https://github.com/PapillonApp/Papillon/security/advisories/
about: Merci de nous contacter via ce formulaire.
- name: Vous avez un problème personnel ?
url: https://discord.gg/WXntBawAk8
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ web-build/
.env
.idea
.vscode
*.pepk
*.jks

# macOS
.DS_Store
Expand All @@ -20,4 +22,5 @@ web-build/
.metro-health-check*

%ProgramData%/
android/app/release/app-release.aab
android/app/release/*
android/app/debug/*
Loading

0 comments on commit 086078f

Please sign in to comment.