mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Merge branch 'devel'
This commit is contained in:
commit
9b961edb36
15 changed files with 25 additions and 17 deletions
|
@ -1,3 +1,10 @@
|
|||
# v0.82 2018-04-11 Wekan release
|
||||
|
||||
- [Restore original font and font sizes. Admin panel people and version texts
|
||||
to darker](https://github.com/wekan/wekan/commit/db74c86e555f45a5aaaef84d2f3d4128cec77782).
|
||||
|
||||
Thanks to GitHub users apn3a and xet7 for their contributions.
|
||||
|
||||
# v0.81 2018-04-10 Wekan release
|
||||
|
||||
This release adds the following new features:
|
||||
|
|
|
@ -44,9 +44,9 @@ $spaceBetweenTiles = 16px
|
|||
line-height: 22px
|
||||
|
||||
.board-list-item-desc
|
||||
color: rgba(255, 255, 255, .5)
|
||||
color: #fff
|
||||
display: block
|
||||
font-size: 10px
|
||||
font-size: 14px
|
||||
font-weight: 400
|
||||
line-height: 18px
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
.card-details-title
|
||||
font-weight: bold
|
||||
font-size: 1.30 em
|
||||
font-size: 1.33em
|
||||
margin: 7px 0 0
|
||||
padding: 0
|
||||
|
||||
|
@ -85,7 +85,7 @@
|
|||
flex-shrink: 1
|
||||
|
||||
.card-details-item-title
|
||||
font-size: 14px
|
||||
font-size: 16px
|
||||
color: #000
|
||||
|
||||
.card-label
|
||||
|
|
|
@ -25,7 +25,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
|||
line-height: 30px
|
||||
|
||||
.title
|
||||
font-size: 16px
|
||||
font-size: 18px
|
||||
line-height: 30px
|
||||
|
||||
.checklist-stat
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
font-family: 'Roboto'
|
||||
font-style: normal
|
||||
font-weight: 400
|
||||
src: local('Roboto Consended Light'),
|
||||
local('Roboto-Consended-Light'),
|
||||
url('/fonts/roboto-condensed-light.woff') format('woff'),
|
||||
url('/fonts/roboto-condensed-light.woff') format('woff')
|
||||
src: local('Roboto'),
|
||||
local('Roboto-Regular'),
|
||||
url('/fonts/roboto-regular.woff2') format('woff2'),
|
||||
url('/fonts/roboto-regular.woff') format('woff')
|
||||
|
||||
@font-face
|
||||
font-family: 'Roboto'
|
||||
font-style: normal
|
||||
font-weight: 700
|
||||
src: local('Roboto Consended Bold'),
|
||||
local('Roboto-Consended-Bold'),
|
||||
url('/fonts/roboto-condensed-bold.woff2') format('woff'),
|
||||
url('/fonts/roboto-condensed-bold.woff') format('woff')
|
||||
src: local('Roboto Bold'),
|
||||
local('Roboto-Bold'),
|
||||
url('/fonts/roboto-bold.woff2') format('woff2'),
|
||||
url('/fonts/roboto-bold.woff') format('woff')
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
table
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
color: #000;
|
||||
|
||||
td, th
|
||||
border: 1px solid #d2d0d0;
|
||||
|
|
|
@ -22,4 +22,4 @@
|
|||
+ span
|
||||
display: inline-block
|
||||
margin-top: 1px
|
||||
margin-right: 10px
|
||||
margin-right: 10px
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "0.81.0",
|
||||
"version": "0.82.0",
|
||||
"description": "The open-source Trello-like kanban",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
BIN
public/fonts/roboto-bold.woff
Normal file
BIN
public/fonts/roboto-bold.woff
Normal file
Binary file not shown.
BIN
public/fonts/roboto-bold.woff2
Normal file
BIN
public/fonts/roboto-bold.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/fonts/roboto-regular.woff
Normal file
BIN
public/fonts/roboto-regular.woff
Normal file
Binary file not shown.
BIN
public/fonts/roboto-regular.woff2
Normal file
BIN
public/fonts/roboto-regular.woff2
Normal file
Binary file not shown.
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
|||
appTitle = (defaultText = "Wekan"),
|
||||
# The name of the app as it is displayed to the user.
|
||||
|
||||
appVersion = 66,
|
||||
appVersion = 67,
|
||||
# Increment this for every release.
|
||||
|
||||
appMarketingVersion = (defaultText = "0.81.0~2018-04-10"),
|
||||
appMarketingVersion = (defaultText = "0.82.0~2018-04-11"),
|
||||
# Human-readable presentation of the app version.
|
||||
|
||||
minUpgradableAppVersion = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue