Projects STRLCPY alacritty Commits 70e729db
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    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.9.0-rc2
     8 +## 0.9.0-rc3
    9 9   
    10 10  ### Packaging
    11 11   
    skipped 912 lines
  • ■ ■ ■ ■ ■ ■
    Cargo.lock
    skipped 15 lines
    16 16   
    17 17  [[package]]
    18 18  name = "alacritty"
    19  -version = "0.9.0-rc2"
     19 +version = "0.9.0-rc3"
    20 20  dependencies = [
    21 21   "alacritty_config_derive",
    22 22   "alacritty_terminal",
    skipped 39 lines
    62 62   
    63 63  [[package]]
    64 64  name = "alacritty_terminal"
    65  -version = "0.15.0-rc2"
     65 +version = "0.15.0-rc3"
    66 66  dependencies = [
    67 67   "alacritty_config_derive",
    68 68   "base64",
    skipped 1976 lines
  • ■ ■ ■ ■ ■ ■
    alacritty/Cargo.toml
    1 1  [package]
    2 2  name = "alacritty"
    3  -version = "0.9.0-rc2"
     3 +version = "0.9.0-rc3"
    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 3 lines
    10 10   
    11 11  [dependencies.alacritty_terminal]
    12 12  path = "../alacritty_terminal"
    13  -version = "0.15.0-rc2"
     13 +version = "0.15.0-rc3"
    14 14  default-features = false
    15 15   
    16 16  [dependencies.alacritty_config_derive]
    skipped 51 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.9.0-rc2" Manufacturer="Alacritty">
     3 + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.9.0-rc3" 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=".\extra\windows\alacritty.ico"/>
    skipped 59 lines
  • ■ ■ ■ ■
    alacritty_terminal/Cargo.toml
    1 1  [package]
    2 2  name = "alacritty_terminal"
    3  -version = "0.15.0-rc2"
     3 +version = "0.15.0-rc3"
    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 38 lines
  • ■ ■ ■ ■
    extra/alacritty.man
    1  -.TH ALACRITTY "1" "August 2018" "alacritty 0.9.0-rc2" "User Commands"
     1 +.TH ALACRITTY "1" "August 2018" "alacritty 0.9.0-rc3" "User Commands"
    2 2  .SH NAME
    3 3  Alacritty \- A fast, cross-platform, OpenGL terminal emulator
    4 4  .SH "SYNOPSIS"
    skipped 81 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.9.0-rc2</string>
     18 + <string>0.9.0-rc3</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