From 7fc12d0274dff5adf4559ce30af9feb659d16913 Mon Sep 17 00:00:00 2001 From: klimashkin Date: Wed, 24 Jul 2013 21:58:20 +0400 Subject: [PATCH] 0.8.3 Bump. --- Gruntfile.js | 2 +- package.json | 2 +- public/history.txt | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 9cd3596e7..d74dd5a9c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -66,7 +66,7 @@ module.exports = function (grunt) { copy: { main: { files: [ - {expand: true, src: ['commons/**', 'controllers/**', 'models/**', 'misc/watermark/**'], dest: targetDir}, + {expand: true, src: ['basepatch/**', 'commons/**', 'controllers/**', 'models/**', 'misc/watermark/**'], dest: targetDir}, {expand: true, src: ['views/app.jade', 'views/includes/**', 'views/status/**'], dest: targetDir}, //{expand: true, cwd: 'public-build', src: ['**'], dest: targetDir + 'public'}, {expand: true, src: ['app.js', 'config.json', 'log4js.json', 'package.json', 'uploader.js', './README'], dest: targetDir} diff --git a/package.json b/package.json index d451e9a4b..8e2904594 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pastvu", - "version": "0.8.3-dev", + "version": "0.8.3", "description": "Retrospective topography of media content", "homepage": "https://github.com/klimashkin/pastvu", "keywords": ["oldmos", "pastvu"], diff --git a/public/history.txt b/public/history.txt index 2f8de3698..2c27c9a36 100644 --- a/public/history.txt +++ b/public/history.txt @@ -1,6 +1,8 @@ -0.8.3 / 2013-07-23 +0.8.3 / 2013-07-24 ================== + * (added) Настройка пользователя, выбирающая что отображать в публичных обсуждениях - его логин или реальное имя + * (added) В профиле отображается логин (псевдоним) * (added) Ссылка на support@pastvu.com в футере и форме авторизации ("Не можете войти?") * (fixed) Неправильная сортировка в галерее пользователя скрывала его неподтвежденные фотографии для модераторов * (fixed) Новость на главной корректно скрывается, если ей задано время окончания показа на главной