X Tutup
Skip to content

Commit 1ebc485

Browse files
committed
Update README and Migration Guide dos - v49.0 release (cztomczak#460, cztomczak#462)
1 parent d61fd8b commit 1ebc485

File tree

2 files changed

+241
-110
lines changed

2 files changed

+241
-110
lines changed

README.md

Lines changed: 54 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ Table of contents:
44
* [Introduction](#introduction)
55
* [Sponsors](#sponsors)
66
* [Thanks to Lampix for the v66 release](#thanks-to-lampix-for-the-v66-release)
7+
* [Thanks to Fivestars for the v49 release (WinXP/Vista)](#thanks-to-fivestars-for-the-v49-release-winxpvista)
78
* [Install](#install)
89
* [Tutorial](#tutorial)
910
* [Examples](#examples)
1011
* [Support](#support)
1112
* [Support development](#support-development)
1213
* [Thanks](#thanks)
1314
* [Releases](#releases)
15+
* [Next release](#next-release)
16+
* [Latest release](#latest-release)
17+
* [v49 release (WinXP/Vista)](#v49-release-winxpvista)
18+
* [v31 release (old systems)](#v31-release-old-systems)
1419
* [Other READMEs](#other-readmes)
1520
* [Quick links](#quick-links)
1621

@@ -43,6 +48,14 @@ or other kind of internet bots.
4348

4449
<table>
4550
<tr>
51+
<td>
52+
<div align="center">
53+
<a href="https://www.fivestars.com/">
54+
<img src="https://raw.githubusercontent.com/wiki/cztomczak/cefpython/images/fivestars200.png">
55+
</a><br>
56+
<a href="https://www.fivestars.com/">www.fivestars.com</a>
57+
</div>
58+
</td>
4659
<td>
4760
<div align="center">
4861
<a href="https://lampix.com/">
@@ -59,6 +72,8 @@ or other kind of internet bots.
5972
<a href="http://www.blueplanet.com/">www.blueplanet.com</a>
6073
</div>
6174
</td>
75+
</tr>
76+
<tr>
6277
<td>
6378
<div align="center">
6479
<a href="https://clearchat.com/">
@@ -67,8 +82,6 @@ or other kind of internet bots.
6782
<a href="https://clearchat.com/">www.clearchat.com</a>
6883
<div align="center">
6984
</td>
70-
</tr>
71-
<tr>
7285
<td>
7386
<div align="center">
7487
<a href="http://www.rentouch.ch/">
@@ -94,14 +107,25 @@ all the individuals and companies supporting CEF Python.
94107

95108
### Thanks to Lampix for the v66 release
96109

97-
Many Thanks to Lampix for sponsoring the [v66 release](../../releases) of CEF Python.
110+
Many Thanks to Lampix for sponsoring the [v66 release](../../releases/tag/v66.0) of CEF Python.
98111
Lampix is the first hardware and software solution that turns any surface
99112
into a smart, augmented reality or interactive surface. Please visit its
100113
website here: https://lampix.com/ .
101114

102115
[![lampix360](https://raw.githubusercontent.com/wiki/cztomczak/cefpython/images/lampix360.png)](https://lampix.com/)
103116

104117

118+
### Thanks to Fivestars for the v49 release (WinXP/Vista)
119+
120+
Thanks to Fivestars Loyalty, Inc. for sponsoring the
121+
[v49 release](../../releases/tag/v49.0) for legacy systems such
122+
as Windows XP and Vista. Please visit its website:
123+
https://www.fivestars.com/ .
124+
125+
[![fivestars360](https://raw.githubusercontent.com/wiki/cztomczak/cefpython/images/fivestars360.png)](https://www.fivestars.com/)
126+
127+
128+
105129
## Install
106130

107131
You can install [pypi/cefpython3](https://pypi.python.org/pypi/cefpython3)
@@ -201,7 +225,7 @@ Information on planned new and current releases, supported platforms,
201225
python versions, architectures and requirements. If you want to
202226
support old operating systems then choose the v31 release.
203227

204-
**Next release**
228+
### Next release
205229

206230
- To see planned new features or bugs to be fixed in the
207231
next release, see the
@@ -212,7 +236,7 @@ support old operating systems then choose the v31 release.
212236
[next release 2](../../issues?q=is%3Aissue+is%3Aopen+label%3A%22next+release+2%22)
213237
label in the tracker
214238

215-
**Latest release**
239+
### Latest release
216240

217241
OS | Py2 | Py3 | 32bit | 64bit | Requirements
218242
--- | --- | --- | --- | --- | ---
@@ -224,7 +248,31 @@ These platforms are not supported yet:
224248
- ARM - see [Issue #267](../../issues/267)
225249
- Android - see [Issue #307](../../issues/307)
226250

227-
**v31 release**
251+
252+
### v49 release (WinXP/Vista)
253+
254+
OS | Py2 | Py3 | 32bit | 64bit | Requirements
255+
--- | --- | --- | --- | --- | ---
256+
Windows | 2.7 | 3.4 | Yes | Yes | Windows XP+
257+
258+
- Install with command: `pip --no-cache-dir install cefpython3==49.0`.
259+
- Please note that if you were previously installing cefpython3
260+
package it is required to use the `--no-cache-dir` flag,
261+
otherwise pip will end up with error message
262+
`No matching distribution found for cefpython3==49.0`.
263+
This happens because 49.0 release occured after 57.0 and 66.0
264+
releases.
265+
- Downloads are available on GitHub Releases tagged
266+
[v49.0](../../releases/tag/v49.0).
267+
- See [Migration guide](docs/Migration-guide.md) document for changes
268+
in this release
269+
- Documentation is available in the [docs/](../../tree/cefpython49-winxp/docs)
270+
directory in the `cefpython49-winxp` branch
271+
- API reference is available in the [api/](../../tree/cefpython49-winxp/api)
272+
directory in the `cefpython49-winxp` branch
273+
274+
275+
### v31 release (old systems)
228276

229277
OS | Py2 | Py3 | 32bit | 64bit | Requirements
230278
--- | --- | --- | --- | --- | ---

0 commit comments

Comments
 (0)
X Tutup