diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5bee847c4..002510c177 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: image: ghcr.io/elementary/docker:${{ matrix.version }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Dependencies run: | apt update @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6 @@ -71,7 +71,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Lint run: io.elementary.vala-lint -d . diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index d3a024e48a..7f80325998 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.GIT_USER_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c1f1a3c43..19eb3d8201 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release') steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: elementary/actions/release@main env: GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}" diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in index 52a1fb0e09..10813c3ee5 100644 --- a/data/code.metainfo.xml.in +++ b/data/code.metainfo.xml.in @@ -68,6 +68,42 @@ contact_AT_elementary.io + + +

Improvements:

+
    +
  • The high-contrast style-scheme is replaced by an elementary version with improved contrast for line numbers
  • +
  • The terminal pane now follows Terminal app color-scheme setting
  • +
  • It is now possible to disable syntax highlighting
  • +
  • There is now an option to keep the project folders sorted
  • +
+

Minor updates:

+
    +
  • Absence of Terminal or Gnome settings no longer causes a crash
  • +
  • The terminal pane now handles the shell exiting gracefully
  • +
  • The terminal pane now follows the current active project path on start or opening
  • +
  • It is no longer possible to open multiple PasteBin dialogs
  • +
  • A cause of possible crashing by the sidebar on startup was fixed
  • +
  • Two issues where global search shows incorrect information are fixed
  • +
  • Updated translations
  • +
+
+ + Listen for changes to Terminal color scheme + Exiting process running in terminal leaves terminal useless + Line numbers in high contrast theme + Sort open project folders + Pastebin Dialog: Can open infinite format dialogs + Duplicate projects in dropdown after opening second window from duplicate tab + Terminal Pane does not follow current active project path on startup or when reopened + Relies on external Terminal settings keys + Segmentation Fault when starting Code + Crash on Global search when a file name is a prefix of a folder which is a parent of a matched file + Add an option in Preferences to disable syntax highlighting globally + Global search gives incorrect number of hits for some search terms + Global search sometimes fails to update badges when a new search is carried out + +

Minor updates:

diff --git a/data/io.elementary.code.gschema.xml b/data/io.elementary.code.gschema.xml index 0f78a64f73..0cfce65a00 100644 --- a/data/io.elementary.code.gschema.xml +++ b/data/io.elementary.code.gschema.xml @@ -58,6 +58,11 @@ Terminal visibility Whether or not the terminal pane is visible + + true + Sort open projects + Keep the open projects in alphabetical order + '' Last opened path @@ -106,6 +111,11 @@ Highlight Matching Brackets Whether Code should highlight matching brackets. + + true + Highlight source code syntax + Whether Code should apply syntax highlighting to documents. + "For Selection" Draw spaces and tabs with symbols diff --git a/data/meson.build b/data/meson.build index b28891a23d..0520e340be 100644 --- a/data/meson.build +++ b/data/meson.build @@ -16,6 +16,7 @@ endforeach install_data([ 'styles/elementary-dark.xml', 'styles/elementary-light.xml', + 'styles/elementary-highcontrast-light.xml', ], install_dir: get_option('datadir') / 'gtksourceview-4' / 'styles') install_data([ diff --git a/data/styles/elementary-highcontrast-light.xml b/data/styles/elementary-highcontrast-light.xml new file mode 100644 index 0000000000..aa877eeb17 --- /dev/null +++ b/data/styles/elementary-highcontrast-light.xml @@ -0,0 +1,123 @@ + + + + Elementary Developers + <_description>High Contrast color scheme using the elementary color palette + + + + + + + + + + + + + + + + + + + + + + + + + + + + +