Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.1.0
    5236f227 · Update changelog ·
    Release version 0.1.0
    
    ### 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.
  • v0.1.1
    12b0e6d0 · Update changelog ·
    Release version 0.1.1
    
    ### Fixed
    - Damn server version.
  • v0.1.2
    a6793202 · Update changelog ·
    Release version 0.1.2
    
    ### Changed
    - Update create database sql script.
  • v0.2.0
    764a8904 · Update changelog ·
    Release version 0.2.0
    
    ### Changed
    - Damn server version to v0.3.0.
  • v0.2.1
    dc011364 · Update changelog ·
    Release version 0.2.1
    
    ### Fixed
    - Use UTC now() for default timestamps in database.
  • v0.2.2
    f00ee685 · Update changelog ·
    Release version 0.2.2
    
    ### Changed
    - Server update to version 0.4.0.
  • v0.3.0
    ffb93f8f · Update changelog ·
    Release version 0.3.0
    
    ### Added
    - Second docker compose configuration for running clients (client and
      manager).
  • v0.4.0
    1fe95473 · Fix links in changelog ·
    Release version 0.4.0
    
    ### Added
    - HTTP -> HTTPS redirect for clients.
    
    ### Changed
    - Update deploy guide.
    - Update server to `v0.5.0`.
  • v0.4.1
    d1280d71 · Update changelog ·
    Release version 0.4.1
    
    ### Fixed
    - Upkeep script.
  • v0.4.2
    c05a37b8 · Update changelog ·
    Release version 0.4.2
    
    ### Fixed
    - Set maximum of 100 workers due to maximum of 100 database connections.
  • v0.5.0
    9a882c94 · Update changelog ·
    Release version 0.5.0
    
    ### Added
    - Docker image, docker compose for [WSChat](https://sr.ht/~qeef/wschat/).
  • v0.5.1
    Release version 0.5.1
    
    This is rollback release before v0.6.0 where database structure changes
    are introduced.
    #
    # Write a message for tag: v0.5.1 Lines starting with '#' will be kept;
    # you may remove them yourself if you want to.
  • v0.6.0
    47ec5231 · Update changelog ·
    Release version 0.6.0
    
    ### 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:** To upgrade the database structure, you need to connect to the
      database and run `71_areas_squares_stats.sql` stored in `damndb` directory.
    
      There is no extra work for new deployments.
    
    ### Changed
    - Swich client to `v0.10.0` that support multiple languages.
  • v0.6.1
    f5a6640d · Update changelog ·
    Release version 0.6.1
    
    ### Fixed
    - Update server and client version.
  • v0.6.2
    cb9f47ff · Update changelog ·
    Release version 0.6.2
    
    ### Fixed
    - Update json manager version.
  • v0.7.0
    561510f0 · Update changelog ·
    Release version 0.7.0
    
    Upgrades
    --------
    
    - `damn_server` to [v0.6.1][s0.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][c0.11.2].
    - `damn_jsonmanager` to [v0.1.5][m0.1.5].
    
    Added
    -----
    
    - Database upgrade section to [readme][].
    - Create static damn client script.
    
    Changed
    -------
    
    - Markdown reformat.
    
    [readme]: ./README.md
    [s0.6.1]: https://gitlab.com/damn-project/damn_server/-/tags/v0.6.1
    [c0.11.2]: https://gitlab.com/damn-project/damn_client/-/tags/v0.11.2
    [m0.1.5]: https://gitlab.com/damn-project/damn_jsonmanager/-/tags/v0.1.5