-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
; this file is used by dirac command-line tool | ||
; it describes mapping between Chromium versions and compatible Dirac releases | ||
{:chromium | ||
{; we match most recent Chromium version from the list below | ||
; see https://github.com/binaryage/dirac/blob/master/src/home/dirac/home/chromium/mapping.clj | ||
; ... | ||
|
||
; versions bellow have very experimental support | ||
"81.0.4001.1" "1.4.6" | ||
"80.0.3987.1" "1.4.5" | ||
:unsupported {:message "This Chromium version is too old and is not supported by Dirac 2.x"}}} |