#Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to
Semantic Versioning.
#Unreleased
#Changed
-
Use AGPLv3 for damndb
and upkeep
directories.
I am relicensing the whole history of damndb and upkeep directories.
Please, consider damndb and upkeep directories to be published under
AGPLv3 since the beginning.
The reason: If you change the database and/or add/change upkeep scripts,
the community should know.
#0.13.11 - 2020-12-23
#Upgraded
#0.13.10 - 2020-12-23
#Upgraded
#0.13.9 - 2020-12-18
#Upgraded
#0.13.8 - 2020-12-18
#Upgraded
#0.13.7 - 2020-12-18
#Upgraded
#0.13.6 - 2020-12-18
#Upgraded
- Server to v0.11.4
- Client to v0.15.4
#0.13.5 - 2020-12-18
#Upgraded
#0.13.4 - 2020-12-16
#Upgraded
- Panel to v0.1.2
- Client to v0.15.2
#0.13.3 - 2020-12-13
#Upgraded
#0.13.2 - 2020-12-12
#Upgraded
- Server to v0.11.2
- Client to v0.15.1
#0.13.1 - 2020-12-12
#Upgraded
#0.13.0 - 2020-12-12
#Upgraded
#0.12.2 - 2020-12-09
#Upgraded
#0.12.1 - 2020-12-09
#Upgraded
#Fixed
- Area split with custom square size.
#0.12.0 - 2020-12-09
#Upgraded
- Server to v0.10.1.
- Client to v0.14.1.
- Manager to v0.2.0.
#Added
- PostGIS function to split area with custom square size. You need to update
database manually. Please, see Upgrade to
v0.12.0
section in readme.
#0.11.0 - 2020-12-06
#Upgraded
#Added
#0.10.2 - 2020-12-01
#Upgraded
#0.10.1 - 2020-12-01
#Upgraded
- Server to v0.9.0.
- Client to v0.14.0.
#0.10.0 - 2020-11-29
#Upgrade
- Server to v0.8.0.
- Client to v0.13.0.
#Added
- Upkeep script to delete archived areas with priority
-10
.
#0.9.4 - 2020-11-29
#Upgrade
#0.9.3 - 2020-11-21
#Upgrade
#Changed
- Set the maximum workers to 9.
#0.9.2 - 2020-11-14
#Upgrade
#0.9.1 - 2020-11-14
#Upgrade
#0.9.0 - 2020-11-14
#Added
#0.8.0 - 2020-11-11
The repository source moved to https://sr.ht/~qeef/damn-project/.
#Added
-
Domain and subdomain .env
variables.
-
Upgrade to v0.8.0
section.
NOTE: Please, follow the Upgrade to v0.8.0 section of the readme.
This version introduces two hard changes. First, the source repository was
moved to https://sr.ht/~qeef/damn-project/. Second, the damn-deploy
components were renamed (the directory structure.)
#Changed
- Rename
server.yml
, clients.yml
, and chat.yml
docker compose config files.
- Rename
server
, upkeep
, client
, and manager
component directories.
- Sections in
.env
file.
#Removed
env
file. It was link to .env
anyway. Use .env
.
- Defaults used in
.env
variables. They are set in .env
file anyway.
#0.7.0 - 2020-10-17
#Upgrades
-
damn_server
to v0.6.1
.
NOTE: You need to upgrade database content to make sure the statistics
works. Please, see Upgrade to v0.7.0
section of readme file.
-
damn_client
to v0.11.2
.
-
damn_jsonmanager
to v0.1.5
.
#Added
- Database upgrade section to readme.
- Create static damn client script.
#Changed
#0.6.2 - 2020-10-01
#Fixed
- Update json manager version.
#0.6.1 - 2020-10-01
#Fixed
- Update server and client version.
#0.6.0 - 2020-10-01
#Added
-
Some damn client constants. Get ready for the next damn client release.
-
Statistics to current_areas
table. Also, upkeep script to update these
statistics.
NOTE: You need to upgrade database structure. Please, see Upgrade to
v0.6.0
section of readme file.
#Changed
- Swich client to
v0.10.0
that support multiple languages.
#0.5.0 - 2020-08-18
#Added
- Docker image, docker compose for WSChat.
#0.4.2 - 2020-06-16
#Fixed
- Set maximum of 100 workers due to maximum of 100 database connections.
#0.4.1 - 2020-06-02
#Fixed
#0.4.0 - 2020-04-29
#Added
- HTTP -> HTTPS redirect for clients.
#Changed
- Update deploy guide.
- Update server to
v0.5.0
.
#0.3.0 - 2020-02-01
#Added
- Second docker compose configuration for running clients (client and manager).
#0.2.2 - 2020-01-28
#Changed
- Server update to version 0.4.0.
#0.2.1 - 2020-01-14
#Fixed
- Use UTC now() for default timestamps in database.
#0.2.0 - 2020-01-13
#Changed
- Damn server version to v0.3.0.
#0.1.2 - 2020-01-08
#Changed
- Update create database sql script.
#0.1.1 - 2020-01-01
#Fixed
#0.1.0 - 2020-01-01
#Added
- Changelog, license, readme.
- Docker file for damn db image.
- Docker file for damn server image.
- Docker compose file.
- Docker file for damn upkeep image.
- Traefik docker image, restrict damn server to https.