Skip to content

Commit

Permalink
Version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubvalenta committed May 9, 2019
1 parent b3efa6d commit baecb85
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_name=human-activities
_pypkgname=human_activities
_version=0.11.0
_version=0.11.1
_pkgrel=1
_arch_linux_dist_parent=dist/arch_linux
_arch_linux_src_filename=${_name}-${_version}.tar.xz
Expand Down
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ macOS

Requires macOS Mojave.

1. Download `Human.Activities.0.11.0.zip`_ and open it.
1. Download `Human.Activities.0.11.1.zip`_ and open it.
2. Move the file ``Human.Activities.app`` to *Applications*.
3. Human Activities can now be started from *Launcher*.
4. To launch the application automatically each time you start the computer:
Expand All @@ -79,15 +79,15 @@ Ubuntu

Tested on Ubuntu 18.04 LTS.

1. Download and open `human-activities_0.11.0-1_all.deb`_.
1. Download and open `human-activities_0.11.1-1_all.deb`_.
2. Click the button *Install* in the window that opens up.
3. Human Acitivies can now be started from the main *Applications* menu. It will
also start automatically each time you start the computer.

Arch Linux
^^^^^^^^^^

Download `human-activities-0.11.0-1-any.pkg.tar.xz`_ and install it using
Download `human-activities-0.11.1-1-any.pkg.tar.xz`_ and install it using
pacman.

Usage
Expand Down Expand Up @@ -282,11 +282,11 @@ License version 3 or later. See `COPYING`_ and `NOTICE`_.

.. _Human Activities: http://humanactivities.cz/
.. _The Foundation for Contemporary Arts Prague: https://fca.fcca.cz/en/news/
.. _Human.Activities-win7.exe: https://github.com/jakubvalenta/human-activities/releases/download/v0.11.0/Human.Activities-win7.exe
.. _Human.Activities-win10.exe: https://github.com/jakubvalenta/human-activities/releases/download/v0.11.0/Human.Activities-win10.exe
.. _Human.Activities.0.11.0.zip: https://github.com/jakubvalenta/human-activities/releases/download/v0.11.0/Human.Activities.0.11.0.zip
.. _human-activities_0.11.0-1_all.deb: https://github.com/jakubvalenta/human-activities/releases/download/v0.11.0/human-activities_0.11.0-1_all.deb
.. _human-activities-0.11.0-1-any.pkg.tar.xz: https://github.com/jakubvalenta/human-activities/releases/download/v0.11.0/human-activities-0.11.0-1-any.pkg.tar.xz
.. _Human.Activities-win7.exe: https://github.com/jakubvalenta/human-activities/releases/download/v0.11.1/Human.Activities-win7.exe
.. _Human.Activities-win10.exe: https://github.com/jakubvalenta/human-activities/releases/download/v0.11.1/Human.Activities-win10.exe
.. _Human.Activities.0.11.1.zip: https://github.com/jakubvalenta/human-activities/releases/download/v0.11.1/Human.Activities.0.11.1.zip
.. _human-activities_0.11.1-1_all.deb: https://github.com/jakubvalenta/human-activities/releases/download/v0.11.1/human-activities_0.11.1-1_all.deb
.. _human-activities-0.11.1-1-any.pkg.tar.xz: https://github.com/jakubvalenta/human-activities/releases/download/v0.11.1/human-activities-0.11.1-1-any.pkg.tar.xz
.. _GitHub Issues: https://github.com/jakubvalenta/human-activities/issues
.. _COPYING: ./COPYING
.. _NOTICE: ./NOTICE
2 changes: 1 addition & 1 deletion arch_linux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Jakub Valenta <jakub@jakubvalenta.cz>
pkgname=human-activities
pkgver=0.11.0
pkgver=0.11.1
pkgrel=1
epoch=
pkgdesc='Monitor size of directories'
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
human-activities (0.11.1-1) unstable; urgency=medium

* Config: Update default named dirs (rename Other, add Recreation)

-- Jakub Valenta <jakub@jakubvalenta.cz> Thu, 09 May 2019 10:21:58 +0000

human-activities (0.11.0-1) unstable; urgency=medium

* Config: Count number of files by default
Expand Down
2 changes: 1 addition & 1 deletion human_activities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__application_name__ = 'human-activities'

__title__ = 'Human Activities'
__version__ = '0.11.0'
__version__ = '0.11.1'

__summary__ = 'Monitor size of directories'
__uri__ = 'https://lab.saloun.cz/jakub/human-activities'
Expand Down

0 comments on commit baecb85

Please sign in to comment.