mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
This commit switches our emoji infrastructure to use 256 color indexed 64px spritesheets. Earlier we were using non-indexed 32px spritesheets which were blurry on high dpi displays. These indexed spritesheets not only provide a crispier display but are also smaller in size. This commit also removes the `emoji-datasource` package as a dependency as all the data is now sourced from individual datasource packages. Fixes: #7862.
12 lines
418 B
Python
12 lines
418 B
Python
ZULIP_VERSION = "1.7.1+git"
|
|
|
|
# Bump the minor PROVISION_VERSION to indicate that folks should provision
|
|
# only when going from an old version of the code to a newer version. Bump
|
|
# the major version to indicate that folks should provision in both
|
|
# directions.
|
|
|
|
# Typically, adding a dependency only requires a minor version bump, and
|
|
# removing a dependency requires a major version bump.
|
|
|
|
PROVISION_VERSION = '16.0'
|