Projects STRLCPY alacritty Commits 9de64a5a
🤬
  • ■ ■ ■ ■
    CHANGELOG.md
    skipped 4 lines
    5 5   
    6 6  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
    7 7   
    8  -## 0.12.0-dev
     8 +## 0.12.0-rc1
    9 9   
    10 10  ### Added
    11 11   
    skipped 1109 lines
  • ■ ■ ■ ■ ■ ■
    Cargo.lock
    skipped 9 lines
    10 10   
    11 11  [[package]]
    12 12  name = "alacritty"
    13  -version = "0.12.0-dev"
     13 +version = "0.12.0-rc1"
    14 14  dependencies = [
    15 15   "alacritty_config",
    16 16   "alacritty_config_derive",
    skipped 30 lines
    47 47   
    48 48  [[package]]
    49 49  name = "alacritty_config"
    50  -version = "0.1.1-dev"
     50 +version = "0.1.1-rc1"
    51 51  dependencies = [
    52 52   "log",
    53 53   "serde",
    skipped 3 lines
    57 57   
    58 58  [[package]]
    59 59  name = "alacritty_config_derive"
    60  -version = "0.2.1-dev"
     60 +version = "0.2.1-rc1"
    61 61  dependencies = [
    62 62   "alacritty_config",
    63 63   "log",
    skipped 6 lines
    70 70   
    71 71  [[package]]
    72 72  name = "alacritty_terminal"
    73  -version = "0.17.1-dev"
     73 +version = "0.18.0-rc1"
    74 74  dependencies = [
    75 75   "alacritty_config",
    76 76   "alacritty_config_derive",
    skipped 2212 lines
  • ■ ■ ■ ■ ■ ■
    alacritty/Cargo.toml
    1 1  [package]
    2 2  name = "alacritty"
    3  -version = "0.12.0-dev"
     3 +version = "0.12.0-rc1"
    4 4  authors = ["Christian Duerr <[email protected]>", "Joe Wilm <[email protected]>"]
    5 5  license = "Apache-2.0"
    6 6  description = "A fast, cross-platform, OpenGL terminal emulator"
    skipped 4 lines
    11 11   
    12 12  [dependencies.alacritty_terminal]
    13 13  path = "../alacritty_terminal"
    14  -version = "0.17.1-dev"
     14 +version = "0.18.0-rc1"
    15 15  default-features = false
    16 16   
    17 17  [dependencies.alacritty_config_derive]
    18 18  path = "../alacritty_config_derive"
    19  -version = "0.2.1-dev"
     19 +version = "0.2.1-rc1"
    20 20   
    21 21  [dependencies.alacritty_config]
    22 22  path = "../alacritty_config"
    23  -version = "0.1.1-dev"
     23 +version = "0.1.1-rc1"
    24 24   
    25 25  [dependencies]
    26 26  clap = { version = "3.0.0", features = ["derive", "env"] }
    skipped 68 lines
  • ■ ■ ■ ■
    alacritty/windows/wix/alacritty.wxs
    1 1  <?xml version="1.0" encoding="windows-1252"?>
    2 2  <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
    3  - <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.12.0-dev" Manufacturer="Alacritty">
     3 + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.12.0-rc1" Manufacturer="Alacritty">
    4 4   <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine"/>
    5 5   <MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [ProductName] is already installed."/>
    6 6   <Icon Id="AlacrittyIco" SourceFile=".\alacritty\windows\alacritty.ico"/>
    skipped 59 lines
  • ■ ■ ■ ■
    alacritty_config/Cargo.toml
    1 1  [package]
    2 2  name = "alacritty_config"
    3  -version = "0.1.1-dev"
     3 +version = "0.1.1-rc1"
    4 4  authors = ["Christian Duerr <[email protected]>"]
    5 5  license = "MIT/Apache-2.0"
    6 6  description = "Alacritty configuration abstractions"
    skipped 12 lines
  • ■ ■ ■ ■ ■ ■
    alacritty_config_derive/Cargo.toml
    1 1  [package]
    2 2  name = "alacritty_config_derive"
    3  -version = "0.2.1-dev"
     3 +version = "0.2.1-rc1"
    4 4  authors = ["Christian Duerr <[email protected]>"]
    5 5  license = "MIT/Apache-2.0"
    6 6  description = "Failure resistant deserialization derive"
    skipped 11 lines
    18 18   
    19 19  [dev-dependencies.alacritty_config]
    20 20  path = "../alacritty_config"
    21  -version = "0.1.1-dev"
     21 +version = "0.1.1-rc1"
    22 22   
    23 23  [dev-dependencies]
    24 24  serde = { version = "1.0.117", features = ["derive"] }
    skipped 3 lines
  • ■ ■ ■ ■ ■ ■
    alacritty_terminal/Cargo.toml
    1 1  [package]
    2 2  name = "alacritty_terminal"
    3  -version = "0.17.1-dev"
     3 +version = "0.18.0-rc1"
    4 4  authors = ["Christian Duerr <[email protected]>", "Joe Wilm <[email protected]>"]
    5 5  license = "Apache-2.0"
    6 6  description = "Library for writing terminal emulators"
    skipped 4 lines
    11 11   
    12 12  [dependencies.alacritty_config_derive]
    13 13  path = "../alacritty_config_derive"
    14  -version = "0.2.1-dev"
     14 +version = "0.2.1-rc1"
    15 15   
    16 16  [dependencies.alacritty_config]
    17 17  path = "../alacritty_config"
    18  -version = "0.1.1-dev"
     18 +version = "0.1.1-rc1"
    19 19   
    20 20  [dependencies]
    21 21  libc = "0.2"
    skipped 32 lines
  • ■ ■ ■ ■
    extra/alacritty-msg.man
    1  -.TH ALACRITTY-MSG "1" "October 2021" "alacritty 0.12.0-dev" "User Commands"
     1 +.TH ALACRITTY-MSG "1" "October 2021" "alacritty 0.12.0-rc1" "User Commands"
    2 2  .SH NAME
    3 3  alacritty-msg \- Send messages to Alacritty
    4 4  .SH "SYNOPSIS"
    skipped 61 lines
  • ■ ■ ■ ■
    extra/alacritty.man
    1  -.TH ALACRITTY "1" "August 2018" "alacritty 0.12.0-dev" "User Commands"
     1 +.TH ALACRITTY "1" "August 2018" "alacritty 0.12.0-rc1" "User Commands"
    2 2  .SH NAME
    3 3  Alacritty \- A fast, cross-platform, OpenGL terminal emulator
    4 4  .SH "SYNOPSIS"
    skipped 90 lines
  • ■ ■ ■ ■
    extra/osx/Alacritty.app/Contents/Info.plist
    skipped 14 lines
    15 15   <key>CFBundlePackageType</key>
    16 16   <string>APPL</string>
    17 17   <key>CFBundleShortVersionString</key>
    18  - <string>0.12.0-dev</string>
     18 + <string>0.12.0-rc1</string>
    19 19   <key>CFBundleSupportedPlatforms</key>
    20 20   <array>
    21 21   <string>MacOSX</string>
    skipped 38 lines
Please wait...
Page is in error, reload to recover