Skip to content

Commit

Permalink
Merge pull request #252 from evt-project/develop
Browse files Browse the repository at this point in the history
Release Beta n2
  • Loading branch information
RenatoCaenaro authored Oct 7, 2024
2 parents f4d107f + 9dfcb85 commit b6c402f
Show file tree
Hide file tree
Showing 45 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -53,7 +53,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -67,4 +67,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
1 change: 1 addition & 0 deletions src/assets/config/edition_config_PseudoEdition.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,6 @@
}
},
"defaultImageZoomLevel": 0.8,
"maxImageZoomLevel": 2,
"multiPageEngineForCriticalEdition": false
}
4 changes: 2 additions & 2 deletions src/assets/config/edition_config_Saba.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
],
"defaultEdition": "changesView",
"defaultViewMode": "documentalMixed",
"proseVersesToggler": false,
"defaultTextFlow": "prose",
"proseVersesToggler": true,
"defaultTextFlow": "verses",
"verseNumberPrinter": 5,
"readingColorLight": "rgb(208, 220, 255)",
"readingColorDark": "rgb(101, 138, 255)",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/config/ui_config_Saba.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"iconSet": "evt",
"id": "imageText",
"label": "Image Text",
"enable": true
"enable": false
},
{
"icon": "txtTxt",
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added src/assets/data/images/single/fol_214v.jpg
Binary file added src/assets/data/images/single/fol_215r.jpg
Binary file added src/assets/data/images/single/fol_215v.jpg
Binary file added src/assets/data/images/single/fol_216r.jpg
Binary file added src/assets/data/images/single/fol_216v.jpg
Binary file added src/assets/data/images/single/fol_217r.jpg
Binary file added src/assets/data/images/single/fol_217v.jpg
Binary file added src/assets/data/images/single/fol_218r.jpg
Binary file removed src/assets/images/single/fol_214v.jpg
Diff not rendered.
Binary file removed src/assets/images/single/fol_215r.jpg
Diff not rendered.
Binary file removed src/assets/images/single/fol_215v.jpg
Diff not rendered.
Binary file removed src/assets/images/single/fol_216r.jpg
Diff not rendered.

0 comments on commit b6c402f

Please sign in to comment.