Skip to content

4.0.0-beta8

Choose a tag to compare

@github-actions github-actions released this 28 Jun 07:26
· 407 commits to master since this release
835c5c3

What's Changed

Bugs fixes 🐛

  • fix(serializer): translation was hiding SRS data by @Guts in #296
  • refacto(gui): apply modernized code base to GUI launcher (which was broken) by @Guts in #300
  • fix(serializer): circular import in class method by @Guts in #302
  • Fix: PostGIS reading and serializing by @Guts in #308
  • fix(processing): str has no name attribute by @Guts in #313

Features and enhancements 🎉

  • feature(cli): rely on typer.locate instead of homemade function by @Guts in #290
  • feature(serializer): add udata JSON abilities by @Guts in #291
  • Feature: add publish sub-command by @Guts in #292
  • Feature: add udata params to publish command by @Guts in #293
  • improve(logs): refine logs configuration by @Guts in #294
  • refacto(georeader): improve how coordinates system infos are retrieved by @Guts in #295
  • refacto(deadcode): remove check_gdal since environment does the job by @Guts in #297
  • refacto(serializer): move serializer from parameters as class method of serializer meta class by @Guts in #298
  • Enhancement: fallback to epsg registry if srs code exists by @Guts in #299
  • refacto(deadcode): remove legacy utils became unused recently by @Guts in #301
  • enhance(ui): add PROJ and Tkinter versions to credits by @Guts in #303
  • Settings: add new options to configuration file and clean up settings tabs by @Guts in #304
  • improve(ui): slugify output workbook filename by @Guts in #305
  • improve(ui): renews database tab by @Guts in #306
  • Improve: avoid duplicate SQL requests (PostGIS version and schemas list) by @Guts in #307
  • Improve: use SKIP_VIEWS option only with GDAL >= 3.7 by @Guts in #309
  • Improve: renew tab files UI by @Guts in #310

Other Changes

  • chore(deps): bump minimal typer version to 0.12 by @Guts in #312

Full Changelog: 4.0.0-beta7...4.0.0-beta8