kopia lustrzana https://github.com/jedie/PyInventory
rodzic
5a9e55689f
commit
01c6e074eb
|
@ -171,10 +171,11 @@ Files are separated into: "/src/" and "/development/"
|
|||
|
||||
== history
|
||||
|
||||
* [[https://github.com/jedie/PyInventory/compare/v0.10.1...master|compare v0.10.1...master]] **dev**
|
||||
* [[https://github.com/jedie/PyInventory/compare/v0.11.0...master|compare v0.11.0...master]] **dev**
|
||||
** tbc
|
||||
* [[https://github.com/jedie/PyInventory/compare/v0.10.1...v0.11.0|v0.11.0 - 09.10.2021]]
|
||||
** NEW: Memo model/admin: Store Information (incl. images/files/links) independent of items/locations
|
||||
** Bugfix CKEditor sizes and fix toolbar (e.g.: remove useless pdf generator button and add sourcecode function)
|
||||
** tbc
|
||||
* [[https://github.com/jedie/PyInventory/compare/v0.10.0...v0.10.1|v0.10.1 - 09.10.2021]]
|
||||
** Update to Django 3.1.x
|
||||
** Don't make requests to the a name for a Link, if we already have one or if last request was not long ago.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
export PROJECT_NAME=pyinventory
|
||||
export PROJECT_PACKAGE_NAME=pyinventory
|
||||
export PROJECT_VERSION=0.10.1
|
||||
export PROJECT_VERSION=0.11.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "PyInventory"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0"
|
||||
description = "Web based management to catalog things including state and location etc. using Python/Django."
|
||||
authors = ["JensDiemer <git@jensdiemer.de>"]
|
||||
homepage = "https://github.com/jedie/PyInventory"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
:license: GNU GPL v3 or above, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
__version__ = "0.10.1"
|
||||
__version__ = "0.11.0"
|
||||
|
||||
# https://docs.djangoproject.com/en/2.0/ref/applications/#configuring-applications-ref
|
||||
default_app_config = "inventory.apps.InventoryConfig"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>
|
||||
Select Item to change | PyInventory v0.10.1
|
||||
Select Item to change | PyInventory v0.11.0
|
||||
</title>
|
||||
<link href="/static/admin/css/base.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/static/admin/css/nav_sidebar.css" rel="stylesheet" type="text/css"/>
|
||||
|
@ -43,7 +43,7 @@
|
|||
<div id="branding">
|
||||
<h1 id="site-name">
|
||||
<a href="/admin/">
|
||||
PyInventory v0.10.1
|
||||
PyInventory v0.11.0
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>
|
||||
Select Item to change | PyInventory v0.10.1
|
||||
Select Item to change | PyInventory v0.11.0
|
||||
</title>
|
||||
<link href="/static/admin/css/base.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/static/admin/css/nav_sidebar.css" rel="stylesheet" type="text/css"/>
|
||||
|
@ -43,7 +43,7 @@
|
|||
<div id="branding">
|
||||
<h1 id="site-name">
|
||||
<a href="/admin/">
|
||||
PyInventory v0.10.1
|
||||
PyInventory v0.11.0
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>
|
||||
Add Item | PyInventory v0.10.1
|
||||
Add Item | PyInventory v0.11.0
|
||||
</title>
|
||||
<link href="/static/admin/css/base.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/static/admin/css/nav_sidebar.css" rel="stylesheet" type="text/css"/>
|
||||
|
@ -84,7 +84,7 @@
|
|||
<div id="branding">
|
||||
<h1 id="site-name">
|
||||
<a href="/admin/">
|
||||
PyInventory v0.10.1
|
||||
PyInventory v0.11.0
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>
|
||||
Add Memo | PyInventory v0.10.1
|
||||
Add Memo | PyInventory v0.11.0
|
||||
</title>
|
||||
<link href="/static/admin/css/base.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/static/admin/css/nav_sidebar.css" rel="stylesheet" type="text/css"/>
|
||||
|
@ -80,7 +80,7 @@
|
|||
<div id="branding">
|
||||
<h1 id="site-name">
|
||||
<a href="/admin/">
|
||||
PyInventory v0.10.1
|
||||
PyInventory v0.11.0
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
|
|
Ładowanie…
Reference in New Issue