Skip to content

Commit

Permalink
0.8.3 Bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
klimashkin committed Jul 24, 2013
1 parent 02c6d2a commit 7fc12d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
4 changes: 3 additions & 1 deletion public/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
0.8.3 / 2013-07-23
0.8.3 / 2013-07-24
==================

* (added) Настройка пользователя, выбирающая что отображать в публичных обсуждениях - его логин или реальное имя
* (added) В профиле отображается логин (псевдоним)
* (added) Ссылка на support@pastvu.com в футере и форме авторизации ("Не можете войти?")
* (fixed) Неправильная сортировка в галерее пользователя скрывала его неподтвежденные фотографии для модераторов
* (fixed) Новость на главной корректно скрывается, если ей задано время окончания показа на главной
Expand Down

0 comments on commit 7fc12d0

Please sign in to comment.