Skip to content

Latest commit

 

History

History
225 lines (102 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

225 lines (102 loc) · 11.4 KB

4.5.0 (2021-07-09)

Bug Fixes

  • fe-bookmarks-delete: when delete from bookmarks search results force page reload (eb44c04)

Features

  • search-history: can delete history from search history for bigger screens (1e650a5)

3.0.0 (2021-03-27)

Bug Fixes

  • fe: correct typo in menu entry in navigation.component.html (4ffcc33)
  • fe: select right tab when navigation to my tags in user dashboard (351618a)

feature

  • codelets: rename codelets to snippets everywhere (dc8ef03)

Features

  • search: display in search bar also recent searches extra to saved searches (421c6d7)
  • snippets: Add public tagged page for snippets (d0b23c3)

BREAKING CHANGES

  • codelets: the api paths are also changing ("snippets" instead of "codelets")

2.11.0 (2021-03-06)

Bug Fixes

  • fe: select right tab when navigation to my tags in user dashboard (351618a)

Features

  • search: display in search bar also recent searches extra to saved searches (421c6d7)
  • snippets: Add public tagged page for snippets (d0b23c3)

2.9.0 (2021-01-26)

Features

  • public-snippets-page: public snippets page and my-snippets page in dashboard (9f6ca7b)

2.7.0 (2020-11-17)

Features

  • fe: add filter to hot-keys dialog and non-search results (da6571d)

2.6.0 (2020-11-15)

Features

  • fe: add popext option parameter when creating bookmark (6ed31fc)
  • fe: always return fresh "history" (74bae96)
  • fe: extract add to history to new service (521fd64)
  • fe: show more entries (20) in history dialog and make it scrollable (a9500be)

2.5.0 (2020-10-23)

Change snippets to (code) snippets only visually

2.4.0 (2020-08-25)

Performance Improvements

  • mongo: add index on createdAt for bookmarks (83388b4)
  • mongo: add index on tags for bookmarks (9f20cd9)
  • update-user-data: improve datat transfer when clicking links and bei pinned and read later (2f2b72b)

2.3.2 (2020-08-07)

Bug Fixes

  • fe-searchbox: close autocomplete panel when hitting ENTER (f0a7d39)

2.3.1 (2020-08-06)

Bug Fixes

  • fe: trigger search when click on lupe in search bar (0fc7cd4)

2.3.0 (2020-08-06)

Features

  • fe: show search domain as text for bigger screens (>1400 currently) (709ae64)

2.2.0 (2020-08-04)

Features

  • recent-searches: add recent searches to user dashboard (4c257e3)

2.1.0 (2020-08-02)

Bug Fixes

  • remove unused pipe in snippet-details.component.html (8f94094)

Features

  • fe: add "ctrl+s" hot key to focus on the searchbox (7129921)
  • fe: introduce side navigation (39dcfbc)

2.0.4 (2020-07-18)

Bug Fixes

  • fe: more distances between saved searches in my dashboard (684c7be)
  • fe: overflow bootrap dropdown menu in angular expansion panel (c996aec)
  • fe-snippets: avoid double adding snippets tags reloaded (52285dc)
  • fe-snippets: avoid double adding of chip and text when selecting chip (ef06639)

Features

  • fe: update to angular 10 (ceb5514)

BREAKING CHANGES

  • fe: update both angular and angular material to version 10

1.0.1 (2020-07-12)

Bug Fixes

  • fe-snippets: avoid double adding of chip and text when selecting chip (ef06639)

1.0.0 (2020-07-10)

Bug Fixes

  • be: correct page in pagination when count is zero (5642ddc)
  • be: make youtube tags lowercase (4d9911f)
  • be-trust-proxy: set trust proxy in app.js (e594c18)
  • fe: avoid double adding of chip and text when selecting chip (53da1e4)
  • fe: correct edit url in save-bookmark-form.component.ts (98eabce)
  • fe: display only first 150 chars of url in history popup (74179d7)
  • fe: make variable public to build for aot (b746705)
  • fe: remove alert when clicking on link in description (5e275ef)
  • github-link: make github links point to the new CodeverDotDev org (9c2bdfa)
  • location-exists: encode the whole url to make sure "+" signs don't get removed (7dcbdb9)
  • mongo: search domain for saved searches (e04c58b)
  • saved-searches-page: add saved searches for my-snippets (8f8e3b9)

Features

  • be-add-helmet: add some protective headers to backend (93de3ad)
  • dashboard-my-tags: add expansian panels to make it clappable (369f7eb)
  • fe: add shadow between cards and increase distance (72b140f)
  • fe: add to pinned after creation possibility (19d25c5)
  • fe: show language only for public bookmarks (8b0bdab)
  • fe: visually enhance selection of search domain (4ac5c03)
  • fe-bookmark-details: works initially except feed pagination... (56d2dba)
  • fe-hot-keys: add hot keys dialog (ctrl+h for history) and (ctrl+p for pinned) (0fd93a2)
  • fe-hot-keys: add hot keys dialog (ctrl+h for history) and (ctrl+p for pinned) (6ed1796)
  • fe-save-bookmark-form: add edit possibility when bookmark already present (edf5caf)
  • fe-share-bookmark: add possibility to share bookmark link via email (e0a6210)
  • history-mgt: add to history when link inside description clicked (74cc43a)
  • saving-snippets: add tags and comment as input strings via query params (ea1f819)

Performance Improvements

  • fe: update to angular 9 (715c891)