Skip to content

Releases: Shysh-Oleksandr/bullet-journal

Implemented displaying images and linear gradient backgrounds

22 Dec 13:31
ef9c3c8
Compare
Choose a tag to compare
Implemented displaying images and linear gradient backgrounds (#22)

* feat(fe): display the images

* feat(fe): add linear gradient bg

* feat(be): create a simple endpoint for the cron job

Bug fixing

15 Oct 10:59
d124565
Compare
Choose a tag to compare
Default data, bug fixing, constant auth, data obfuscation  (#13)

* feat(BE): post default data to new users

* refactor(FE): remove default notes and autosaving, optimize and refactor code

* feat(auth): keep user authenticated until they manually logout

* feat: default data creation for existing users and labels bugs fix

* feat: obfuscate the data

New custom labels API

04 Aug 15:23
c2524db
Compare
Choose a tag to compare
v1.2.1

Feature/custom labels api (#9)

Added new features.

14 Jul 18:26
bea62b6
Compare
Choose a tag to compare
v1.2.0

Added new features. (#7)

Added new features.

10 Jul 12:31
76fc01c
Compare
Choose a tag to compare
Fixed alert error issue. (#3)

* Made adding, choosing and deleting note types.

* Made better type input design.

* Made adding, deleting, choosing note category.

* Made multiple categories choice.

* Fixed removed labels issue.

* Made displaying categories on preview component.

* Made user data updation after categories or types change.

* Made expandable title input.

* Made adding a note from the main page.

* Made transition height change for add form on main page.

* Made better text editor.

* Made displaying end note and note time.

* Remade fetching notes.

* Made sidebar with all notes short preview.

* Made searching notes by title in sidebar.

* Made filter bar.

* Made search input.

* Made filtering by title name.

* Made filter modal and toggling values.

* Made filtering by type.

* Made filtering by type, categories and date.

* Made date filtering.

* Made importance filtering.

* Fixed adding custom labels issue.

* Fixed alert showing issue.

* Made sorting notes.

* Made adaptive layout for main page.

* Made adaptive layout for sidebar.

* Made adaptive layout for note form.

* Fixed little issues.

* Made different sidebar and filter bar state managing.

* Changed filtering notes.

* Fixed alert error issue.

v1.0.0

01 Jul 18:17
Compare
Choose a tag to compare
FIxed server url slash issue.