Skip to content

Commit

Permalink
introduce releases.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Jan 7, 2020
1 parent 8c00c4c commit 6c2051d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions releases.edn
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"}}}

0 comments on commit 6c2051d

Please sign in to comment.