소스 검색

Merge branch 'main' into newbitbtn

Martijn Laan 1 개월 전
부모
커밋
3b86b3b1b7
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 1
      whatsnew.htm

+ 1 - 1
README.md

@@ -280,7 +280,7 @@ workflow will be triggered automatically.
 To set up automatic synchronization for your fork, first create a Fine-Grained Personal
 Access Token with access to your fork or all repositories you own, ensuring it has Read and
 Write permissions for Contents. After that, add this token as a new repository secret, under
-the name `ISSRC_BUILD_ENV_ZIP_SYNC_TOKEN`. Finally, indicate that your fork has this secret,
+the name `ISSRC_BUILD_ENV_SYNC_TOKEN`. Finally, indicate that your fork has this secret,
 by adding the topic `has-issrc-build-env-sync-token`. Your fork will now synchronize daily,
 and will automatically run the aforementioned build workflow on changes, if it's configured.
 

+ 1 - 1
whatsnew.htm

@@ -208,7 +208,7 @@ issigtool --key-file="MyKey.ispublickey" verify "MyProg.dll"</code></pre>
     <ul>
       <li>The <i>Find in Files</i> result list will now update its line numbers when you add or delete lines.</li>
       <li>The <i>Highlight occurrences of current word</i> option (which is disabled by default) no longer highlights a section's directive names, parameter names, or Pascal keywords. The <i>Highlight occurrences of current selection</i> option (which is enabled by default) still does.</li>
-      <li>Improved dark mode support.</li>
+      <li>Dark mode is now supported throughout.</li>
       <li>Improved support for high-contrast themes.</li>
       <li>Improved support for screen readers.</li>
     </ul>