Releases: abhijit-hota/rengoku
Releases · abhijit-hota/rengoku
v0.8.0-rc1
Changelog
- 7f70651 fix(meta): goreleaser config
- 2284736 feat(meta): add release pipeline
- 8ce7bea release-pipeline: rename dist to frontend-dist
- 481009a update: add refetch metadata function
- 6dd081d up: finish menu ui and add save page functionality
- 9450c7b inprogress: frontend
- 49ff767 update (closes #2): use embed and clean frontend
- cd34d72 update: add folders frontend
- 294a51c update: add tags feature during adding bookmarks
- a5be560 update: rewrite in svelte
- b213e31 update (closes #11): add pagination
- 5fcfc6b update (closes #1): abstract out first run logic
- e88672b fix: move fetching metadata after duplicate validation
- 60b0535 fix: parsing metadata due to regex edgecase
- d438bf3 fix: better url validation and normalizing
- dd676b1 update: move config file to json & purge toml dep
- ab21c8d fix: bookmark meta/favicon handling
- d5068a2 refactor: offload to db and optimize code
- 7269f05 fix: foreign keys support
- b656326 update: add folder-bookmark apis
- a1a631d refactor: optimize tree generation
- 1ade3e2 update: standardize tree response
- a419766 update: add folder routes
- e147cb0 fix: typo
- a9c045f update: change from relative to absolute module
- 274484d chore: readme
- 33d8996 rename app
- 1dda914 fix: make config workable
- 281b592 fix: config update bug
- 9d07ba8 update: add domain match detection for url actions
- 160d1db fix: tags while adding bookmarks
- 48e0a6e init: web frontend
- 1eabde4 update: segment api routes and add frontend routes
- 176b66f update: add tag search
- af126e7 refactor: abstract favicon logic
- 7f2a22e update: add search feature via url/title/tag
- 0f1b563 fix: deleting bookmark doesnt delete meta
- 9740c6e update: add offline saving via obelisk
- 702891f fix: attribute ordering bug in metadata parsing
- 80115fe update: add bulk tagging route
- cc08cc4 update: add bulk delete bookmark route
- eed234a update: finalize url action, add autotag feature
- 7144860 update: add url norm and filter/sort to link route
- 4f12e13 update: add bookmark update routes
- 1f92d9a refactor: separate into separate modules
- 571dae1 update: add tag crud routes
- fcccccd update: move from nested tags to simple tags
- d784ef0 update: add basic config routes
- cef673e refactor: cleanup routes and purge dependencies
- 863a959 add: linktree route (phew!)
- acaa80e add: get all bookmarks route
- ae30154 update: remodel tags
- 1d29f98 refactor: abstract out metadata logic
- be82d5a refactor: cleanup/reabstract
- e039da4 chore: some configuration niceties
- 8687f3b update: add support for tags
- db0646d update: add configuration for auto fill metadata
- f2e2c9c refactor: adding logic and abstraction
- 44aec4c refactor: mutate json
- ec976b7 update: add json api with optional parameters
- cfdcf15 add: basic configuration
- e4e8688 refactor: rename error handler
- 14bafe8 refactor: move api to a different package
- 751325b update: invalid url handling
- f1c72c0 update: add to db code
- 84e209a update: move to cross platform hotkey module
- d5db304 init: shortcut and clipboard