Skip to content

Releases: getperga/perga-api

v1.2.0

Choose a tag to compare

@dbtiunov dbtiunov released this 26 Jul 12:37
6f2f2c9

Added

  • Note.search_vector field for full-text search
  • Notes search schemas, services and API

Changed

  • Use postgres for tests instead of sqlite

v1.1.10

Choose a tag to compare

@dbtiunov dbtiunov released this 14 Jul 11:49
4e8cf3f

Changed

  • Make User.hashed_password nullable
  • Allow null values for current_password in the change_password view
  • Set google auth user password to None on creation

v1.1.7

Choose a tag to compare

@dbtiunov dbtiunov released this 10 May 13:46
7a39c56

Fixed

  • Notes export and import bugs

v1.1.6

Choose a tag to compare

@dbtiunov dbtiunov released this 02 May 18:23
93dde99

Added

  • Google OAuth2 support

v1.1.5

Choose a tag to compare

@dbtiunov dbtiunov released this 16 Apr 08:12
b9c76d3

Added

  • Screenshots for README

Changed

  • Updated README

Fixed

  • Fixed planner agenda items counts

v1.1.3

Choose a tag to compare

@dbtiunov dbtiunov released this 12 Apr 13:26
3f7bb31

Added

  • Added User.merge_weekends field
  • Added get_items_by_range planner API method

Changed

  • Increased planner item text length
  • Added sanitization for note body HTML
  • Updated requirements
  • Updated auth requirements and code
  • Updated tests

v1.1.2

Choose a tag to compare

@dbtiunov dbtiunov released this 24 Mar 19:33
95305d8

Added

  • Ability to import Markdown, HTML and TXT notes

v1.1.1

Choose a tag to compare

@dbtiunov dbtiunov released this 15 Mar 17:31
be614d3

Added

  • Ability to export notes as Markdown, HTML and PDF

v1.1.0

Choose a tag to compare

@dbtiunov dbtiunov released this 07 Mar 08:26
54e6da5

Added

  • Models, schemas, services and API for Notes

Changed

  • Refactored existing schemas
  • Updated tests

v.1.0.2

Choose a tag to compare

@dbtiunov dbtiunov released this 11 Jan 18:30
395340d

Fixed

  • Minor fixes for previous release