Buka is a modern software that helps you manage your ebook at ease.

Overview

Buka - EBook Management

Awesome


About Buka

Buka is a modern software that helps you manage your ebook at ease. With a simple, clean and straight-forward user interface, Buka aims to gather your ebooks for a reading experience without hassles. Buka currently support .PDF format with configurations that helps user focus more on the content.

Installing

Snap

  1. Run sudo snap install buka
  • OR
  1. Download buka_1.0.0_amd64.snap from the Buka releases page.
  2. Run sudo snap install --dangerous buka_1.0.0_amd64.snap on the downloaded package.
  3. Launch Buka using the installed buka command.

Debian x86

  1. Download Buka_1.0.0_i386.deb from the Buka releases page.
  2. Run sudo dpkg --install Buka_1.0.0_i386.deb on the downloaded package.
  3. Launch Buka using the installed Buka command.

Debian x64

  1. Download Buka_1.0.0_amd64.deb from the Buka releases page.
  2. Run sudo dpkg --install Buka_1.0.0_amd64.deb on the downloaded package.
  3. Launch Buka using the installed Buka command.

Of course you can always open .deb package with a package manager like Synaptic, Gnome Software or Gdebi then start the app instead of using command line options.

Fedora

  1. Download Buka-1.0.0.rpm from the Buka releases page.
  2. Run sudo dnf install Buka-1.0.0.rpm on the downloaded package.
  3. Launch Buka using the installed Buka command.

AppImage

  1. Download Buka-1.0.0-x86_64.AppImage from the Buka releases page.
  2. Make it executable sudo chmod a+x Buka*.AppImage
  3. Run ./Buka*.AppImage

Build from source

  1. git clone https://github.com/oguzhaninan/Buka.git
  2. cd Buka
  3. npm install && npm run build && npm start

Uninstalling

  • Run sudo dpkg -r Buka or sudo apt remove --purge buka

Screenshots

s1

s2

s3

s4

s5

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

Comments
  • The translator is not working

    The translator is not working

    How to configure the translator? Mine is prompting an error in the console that says "Returned unrecognised Json Format, maybe the api has changed"

    opened by alvapatrice 9
  • Buka doesn't load on Ubuntu 18.04

    Buka doesn't load on Ubuntu 18.04

    When trying to open the application via command line I get the following error

    No schema files found: doing nothing.
    [1]    9604 illegal hardware instruction (core dumped)  buka
    

    Note: I installed using snap

    opened by alexandrebarbaruiva 6
  • Feature Request

    Feature Request

    I've been wanting to develop an application like this for so long but couldn't wrap my head around what exactly that I wanted. There's a few features that I thing would improve this application so much.

    1. Be able to rename the files and change it's title and author properties and have them changed on actual filename too.
    2. Tags. I want to add tags to the books about the subject and its content. Then I want to be able to quickly search through them.
    3. List view with Title, Author and Tags.
    4. A debounce on the search input. Seriously, it is annoying the flashing you get every time you add a letter to the search field.
    opened by frontendwizard 3
  • Bump electron from 11.5.0 to 15.5.5

    Bump electron from 11.5.0 to 15.5.5

    Bumps electron from 11.5.0 to 15.5.5.

    Release notes

    Sourced from electron's releases.

    electron v15.5.5

    Release Notes for v15.5.5

    Other Changes

    • Backported fix for CVE-2022-1482. #34040
    • Backported fix for CVE-2022-1483. #34009
    • Backported fix for CVE-2022-1497. #34075

    electron v15.5.4

    Release Notes for v15.5.4

    Other Changes

    • Backported fix for CVE-2022-1138. #33682
    • Backported fix for CVE-2022-1478. #34045
    • Backported fix for CVE-2022-1479. #34037
    • Backported fix for CVE-2022-1480. #34019
    • Backported fix for CVE-2022-1492. #34051

    electron v15.5.3

    Release Notes for v15.5.3

    Fixes

    • Fixed a network service crash that could occur when using setCertificateVerifyProc. #33256 (Also in 16, 17, 18)
    • shell.openExternal() now reports more detailed errors on Windows. #33656 (Also in 16, 17, 18, 19)

    Other Changes

    • Backported fix for CVE-2022-1134. #33763
    • Backported fix for CVE-2022-1305. #33860
    • Backported fix for CVE-2022-1310. #33831
    • Backported fix for CVE-2022-1314. #33884
    • Backported fix for CVE-2022-1364. #33836
    • Backported fix for chromium:1286816. #33679
    • Backported fix for chromium:1291482. #33676
    • Backported fix for chromium:1310761. #33856
    • Security: backported fix for CVE-2022-0116 and CVE-2022-1306. #33852
    • Security: backported fix for CVE-2022-23308. #33670
    • Security: backported fix for chromium:1280743. #33715
    • Security: backported fix for chromium:1280852. #33673

    electron v15.5.2

    Release Notes for v15.5.2

    Fixes

    • Fixed behavior of BrowserWindow.maximize on macOS for not shown windows. #33523 (Also in 16, 18)

    Other Changes

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 1
  • Bump electron from 11.5.0 to 13.6.6

    Bump electron from 11.5.0 to 13.6.6

    Bumps electron from 11.5.0 to 13.6.6.

    Release notes

    Sourced from electron's releases.

    electron v13.6.6

    Release Notes for v13.6.6

    Fixes

    • Fixed a JavaScript exception from webContents if render frame was disposed in WebFrameMain, resets the value of render_frame_disposed_ after updating render frame host. #32130 (Also in 14, 15, 16)
    • No Notes. #32241 (Also in 14, 15, 16, 17)

    Other Changes

    • Backported fix for CVE-2021-4056. #32237
    • Backported fix for CVE-2021-4057. #32234
    • Backported fix for CVE-2021-4102. #32194

    electron v13.6.3

    Release Notes for v13.6.3

    Fixes

    • Fixed window frame glitch when calling setContentProtection. #31829 (Also in 14, 15, 16)
    • Generate valid config.gypi file in Node.js headers. #31989 (Also in 14, 15, 16)

    Other Changes

    • Backported fix for CVE-2021-38005. #31921
    • Backported fix for CVE-2021-38007. #31912
    • Backported fix for CVE-2021-38011. #31901

    electron v13.6.2

    Release Notes for v13.6.2

    Fixes

    • Fixed an issue where Content-Disposition filenames would be incorrectly truncated at the first comma for a filename attachment which contained one. #31691 (Also in 14, 15, 16)
    • Fixed an issue which caused print settings to not work properly when printing silently. #31618 (Also in 14, 15, 16)

    Other Changes

    • Backported fix for CVE-2021-37998. #31678
    • Backported fix for CVE-2021-38001. #31673
    • Backported fix for CVE-2021-38002. #31671
    • Backported fix for CVE-2021-38003. #31665
    • Backported fix for chromium:1252858. #31682

    electron v13.6.1

    Release Notes for v13.6.1

    Fixes

    • Fixed an issue where MediaMetadata did not work properly. #31532 (Also in 14, 15, 16)
    • Fixed black window when screen capturing a content-protected BrowserWindow on Windows 10. #31550 (Also in 14, 15, 16)

    Other Changes

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 1
  • Bump electron from 4.0.0 to 9.4.0

    Bump electron from 4.0.0 to 9.4.0

    Bumps electron from 4.0.0 to 9.4.0.

    Release notes

    Sourced from electron's releases.

    electron v9.4.0

    Release Notes for v9.4.0

    Fixes

    • Added Electron DLLs like libGLESv2.dll to symbol server. #26967 (Also in 10, 11, 12)
    • Fixed systemPreferences.effectiveAppearance returning systemPreferences.getAppLevelAppearance(). #26881 (Also in 10, 11, 12)
    • Fixed an issue where event.reply could sometimes not deliver a reply to an IPC message when cross-site iframes were present. #26928 (Also in 10, 11, 12)
    • Fixed an issue where some buttons were un-clickable in some BrowserViews with draggable regions enabled. #26745 (Also in 10, 11)
    • Fixed an issue whereby a corrupted async_hooks stack would crash the renderer when throwing some errors in the renderer process. #26748 (Also in 10, 11)
    • Fixed an occasional crash on Windows related to NativeViewHost::SetParentAccessible. #26950 (Also in 10, 11, 12)
    • Fixed usage of --disable-dev-shm-usage for apps using --no-sandbox on linux. #26806

    Other Changes

    • Backported the fix to CVE-2020-16024: Heap buffer overflow in UI. #26831
    • Security: backport fix for 1150649. #26897
    • Security: backported fix for 1137603. #26893
    • Security: backported fix for 1141350. #26895
    • Security: backported the fix to CVE-2020-16014: Use after free in PPAPI. #26856
    • Security: backported the fix to CVE-2020-16015: Insufficient data validation in WASM. #26859
    • Security: backported the fix to CVE-2020-16022: Insufficient policy enforcement in networking. #26861

    electron v9.3.5

    Release Notes for v9.3.5

    Fixes

    • Fixed <webview> render-process-gone event dispatch. #26576
    • Fixed LC_ALL environment variable getting changed in Electron. #26508 (Also in 10, 11)
    • Fixed debug.log files being created under working directory on windows. #26267 (Also in 10)
    • Fixed draggable regions stops working when devtools is opened on macOS. #26506 (Also in 10, 11)

    Other Changes

    • Backported the fix to CVE-2020-16017: Browser UAF when detaching a provisional frame. #26477
    • Fixed value of getSystemVersion() on Big Sur. #26430
    • Security: backported fix for 1143772. #26400
    • Security: backported fix for 1144489. #26397
    • Security: backported fix for chromium:1133527. #26412
    • Security: backported fix for chromium:1137608. #26409
    • Security: backported fix for chromium:1139398. #26406

    Unknown

    • Re-enable Rosetta on Apple Silicon devices. #26572 (Also in 7.3, 8, 10, 11)

    electron v9.3.4

    Release Notes for v9.3.4

    Fixes

    • Fixed an issue where Hover Text on macOS Catalina did not work without VoiceOver also being enabled. #26244 (Also in 10, 11)

    ... (truncated)

    Commits
    • f37c1ff Bump v9.4.0
    • 5c8e7e8 fix: restrict sendToFrame to same-process frames by default (#26928)
    • 36b1f8f fix: Upload all *.dll.pdb to symbol server (#26967)
    • e83bd9b fix: Avoid crashing in NativeViewHost::SetParentAccessible on Windows 10 (#26...
    • c2136b6 chore: cherry-pick 290fe9c6e245 from v8 (#26897)
    • a574285 chore: cherry-pick 3abc372c9c00 from chromium (#26895)
    • 559c008 chore: cherry-pick d8d64b7cd244 from chromium (#26893)
    • 2d41c02 chore: cherry-pick ecdec1fb0f42 from chromium (#26867)
    • 662810f chore: cherry-pick bbc6ab5bb49c from chromium (#26861)
    • 0065e3d fix: Propagate --disable-dev-shm-usage to child processes (#26806)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 1
  • Cover image ratio optimization

    Cover image ratio optimization

    The original code stretches the cover image of books to fill the frame, which looks not good when the cover image has a longer width

    image

    So I add extra CSS code to make it adjust its ratio and it looks better image

    opened by haohanyang 1
  • Bump electron from 4.0.0 to 7.2.4

    Bump electron from 4.0.0 to 7.2.4

    Bumps electron from 4.0.0 to 7.2.4.

    Release notes

    Sourced from electron's releases.

    electron v7.2.4

    Release Notes for v7.2.4

    Fixes

    • Fixed Promise timeout issue when running Electron as Node. #23324
    • Fixed a use-after-free error that could happen if a Tray was destroyed while showing a custom context menu. #23182
    • Fixed an issue where windows without nativeWindowOpen: true could invoke the non-native-open path. #23224
    • Fixed memory leak when using contextBridge with sandbox=true. #23232
    • MacOS VoiceOver is now able to find its way back into web contents after it navigated "out" of an application. #23174

    electron v7.2.3

    Release Notes for v7.2.3

    Fixes

    • Security: Ensure proxy object is created in the correct context a9bead22

    electron v7.2.2

    Release Notes for v7.2.2

    Fixes

    • Fixed a potential crash on invalid zoomFactor values when setting the zoom factor of a webpage. #22710
    • Fixed an issue with maximizable state persistence of BrowserWindows on macOS. #23019
    • Fixed an issue with possible creation of a messageBox which cannot be dismissed on macOS. #23089
    • Fixed an occasional crash when closing all BrowserWindows. #23024
    • Security: Backported fix for CVE-2020-6426: inappropriate implementation in V8. #23043
    • Security: backported a fix for crbug.com/1065094. #23059
    • Security: backported fix for a potential buffer overrun in WebRTC audio encoding. #23037
    • Security: backported fix for site isolation bypass in dedicated workers. #23040
    • Security: backported the fix to CVE-2020-6452: potential container-overflow in MediaStream mojo. #23044

    Other Changes

    • Security: Backport fix for buffer underflow in DWrite. #22979
    • Security: Backported fix for use after free in file chooser. #22981
    • Security: backport fix for CVE-2020-6451: Use after free in WebAudio. #22945
    • Security: backport fix for use after free in VideoEncodeAccelerator. #22983
    • Security: backported fix for CVE-2019-20503: Out of bounds read in usersctplib. #22986
    • Security: backported fix for CVE-2020-6422: Use after free in WebGL. #23017
    • Security: backported fix for CVE-2020-6423: Use after free in audio. #23048
    • Security: backported fix for CVE-2020-6427: Use after free in audio. #23015
    • Security: backported fix for CVE-2020-6428: Use after free in audio. #23013
    • Security: backported fix for CVE-2020-6429: Use after free in audio. #23011
    • Security: backported fix for CVE-2020-6449: Use after free in audio. #23009
    • Security: backported fix for use-after-poison in WebAudio (crbug.com/1023810). #22869
    • Security: backported fix for use-after-poison in WebAudio. #22943
    Commits
    • 0552e0d Bump v7.2.4
    • c87b474 refactor: port window-setup to use ctx bridge instead of being run in the mai...
    • 69683de fix: use Node's microtasks policy in node_main.cc (#23154) (#23324)
    • 8148b76 style: use build/include_directory for NOLINT (#23266) (#23304)
    • 7dfcb5e fix: block custom window.open when nativeWindowOpen is true (#23188) (#23224)
    • 0b3bf1e fix: do not mutate ipc instances across contexts (#23239)
    • fd529ac fix: do not allow child windows to specify their own preload script (#23229)
    • 3909001 fix: ensure that functions are not retained beyond their context being releas...
    • 039be2e build: improve patch filename remembering (#23070) (#23184)
    • fb6f604 fix: heap-use-after-free in tray.popUpContextMenu (#22842) (#23182)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 1
  • Implemented page continuing (#29)

    Implemented page continuing (#29)

    Added page remembering so books are continued where they're left off. This solves this issue: #29

    It feels kind of hacky (checking for a new page every 100 ms) but I couldn't find any events in the pdf library that would make it easier, and messing with the page variable's setters didn't seem to work (they're not called when scrolling, only using the next/previous page buttons.

    opened by Vassalware 1
  • Added 'compile on file change' and live reload for better development

    Added 'compile on file change' and live reload for better development

    Hi @oguzhaninan , Thanks for the cool project, this is my first contribution for it.

    I've added a file watcher that will automatically run npm run build on file change and a live reload that will reload the app on file change. Hope you can add more cool feature to this app :)

    opened by ZeroX-DG 1
  • Bump electron from 4.0.0 to 11.5.0

    Bump electron from 4.0.0 to 11.5.0

    Bumps electron from 4.0.0 to 11.5.0.

    Release notes

    Sourced from electron's releases.

    electron v11.5.0

    Release Notes for v11.5.0

    Other Changes

    • Security: Backported fix for 1227933. #30614 (Also in 12)
    • Security: Backported fix for 1231134. #30761
    • Security: Backported fix for 1233564. #30755
    • Security: Backported fix for 1234009. #30751
    • Security: Backported fix for 1234764. #30659 (Also in 12)

    End of Support for 11.x.y

    Electron 11.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

    electron v11.4.12

    Release Notes for v11.4.12

    Fixes

    electron v11.4.11

    Release Notes for v11.4.11

    Other Changes

    • Security: backported fix for 1205059,1196302. #30267
    • Security: backported fix for CVE-2021-30541. #30200
    • Security: backported fix for CVE-2021-30560. #30183
    • Security: backported fix for CVE-2021-30562. #30196
    • Security: backported fix for CVE-2021-30563. #30199
    • Security: backported fix for CVE-2021-30568. #30228
    • Security: backported fix for CVE-2021-30569. #30296
    • Security: backported fix for CVE-2021-30572. #30262
    • Security: backported fix for CVE-2021-30573. #30253

    electron v11.4.10

    Release Notes for v11.4.10

    Other Changes

    • Backported fix for chromium:1211215. #29785
    • Security: backported fix for CVE-2021-30522. #29879
    • Security: backported fix for CVE-2021-30523. #29877
    • Security: backported fix for CVE-2021-30547. #29790
    • Security: backported fix for CVE-2021-30553. #29819
    • Security: backported fix for CVE-2021-30554. #29823
    • Security: backported fix for chromium:1194689. #29817
    • Security: backported fix for chromium:1209558. #29815

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • [Feature Request] Support for different ebook formats

    [Feature Request] Support for different ebook formats

    Currently, a lot of books online have varying formats - like DJVU, MOBI, EPUB. A terrific tool like Buka actually limits itself a lot by having only PDF support.

    If needed, I can pick up the issue and start working on it.

    Thanks

    opened by anuran-roy 0
  • Bump qs from 6.4.0 to 6.4.1

    Bump qs from 6.4.0 to 6.4.1

    Bumps qs from 6.4.0 to 6.4.1.

    Changelog

    Sourced from qs's changelog.

    6.4.1

    • [Fix] parse: ignore __proto__ keys (#428)
    • [Fix] fix for an impossible situation: when the formatter is called with a non-string value
    • [Fix] use safer-buffer instead of Buffer constructor
    • [Fix] utils.merge: avoid a crash with a null target and an array source
    • [Fix] utils.merge`: avoid a crash with a null target and a truthy non-array source
    • [Fix] stringify: fix a crash with strictNullHandling and a custom filter/serializeDate (#279)
    • [Fix] utils: merge: fix crash when source is a truthy primitive & no options are provided
    • [Fix] when parseArrays is false, properly handle keys ending in []
    • [Robustness] stringify: avoid relying on a global undefined (#427)
    • [Refactor] use cached Array.isArray
    • [Refactor] stringify: Avoid arr = arr.concat(...), push to the existing instance (#269)
    • [readme] remove travis badge; add github actions/codecov badges; update URLs
    • [Docs] Clarify the need for "arrayLimit" option
    • [meta] fix README.md (#399)
    • [meta] Clean up license text so it’s properly detected as BSD-3-Clause
    • [meta] add FUNDING.yml
    • [actions] backport actions from main
    • [Tests] remove nonexistent tape option
    • [Dev Deps] backport from main
    Commits
    • 486aa46 v6.4.1
    • 727ef5d [Fix] parse: ignore __proto__ keys (#428)
    • cd1874e [Robustness] stringify: avoid relying on a global undefined (#427)
    • 45e987c [readme] remove travis badge; add github actions/codecov badges; update URLs
    • 90a3bce [meta] fix README.md (#399)
    • 9566d25 [Fix] fix for an impossible situation: when the formatter is called with a no...
    • 74227ef Clean up license text so it’s properly detected as BSD-3-Clause
    • 35dfb22 [actions] backport actions from main
    • 7d4670f [Dev Deps] backport from main
    • 0485440 [Fix] use safer-buffer instead of Buffer constructor
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump electron from 11.5.0 to 18.3.7

    Bump electron from 11.5.0 to 18.3.7

    Bumps electron from 11.5.0 to 18.3.7.

    Release notes

    Sourced from electron's releases.

    electron v18.3.7

    Release Notes for v18.3.7

    Fixes

    • Fixed WCO not responding to touch events on windows. #35177 (Also in 19, 20)
    • Fixed webContents.getUserAgent() incorrectly returning an empty string unless previously set. #35130 (Also in 17, 19, 20)
    • Fixed an issue in which calling setBounds() after e.preventDefault in a 'will-move' or 'will-resize' event wouldn't change the window's shape until the mouse button was released. #35082 (Also in 19, 20)
    • Fixed context menu not showing all items on macOS when dock is not hidden. #35198 (Also in 19)
    • None. #35171 (Also in 19, 20)

    Other Changes

    • Fixed page size always being restricted to 4k on Linux arm64. #35184
    • Security: backported fix for CVE-2022-2478. #35099
    • Security: backported fix for chromium:1334864. #35097

    electron v18.3.6

    Release Notes for v18.3.6

    Fixes

    • Fixed a crash when calling BrowserWindow.setEnabled(). #34973 (Also in 19, 20)
    • Fixed a potential crash when changing window settings after initializing WCO with an invalid titleBarStyle. #34873 (Also in 17, 19, 20)
    • Fixed alwaysOnTop BrowserWindow option for X11 Linux. #34911 (Also in 19, 20)
    • Fixed an issue where BrowserWindows on macOS were incorrectly marked as resizable. #34907 (Also in 19, 20)
    • Fixed an issue where Windows Control Overlay buttons did not respect maximizable/minimizable/closable states of a BrowserWindow. #34720 (Also in 17, 19, 20)
    • Fixed an issue where calling BrowserWindow.setRepresentedFilename on macOS with titlebarStyle: 'hiddenInset' or titlebarStyle: 'hidden' inadvertently moves the traffic light location. #34847 (Also in 19, 20)
    • Fixed an issue where some BrowserWindows opened from new links wouldn't properly load URLs. #34910 (Also in 19)
    • Fixed an issue where the minimize button with WCO enabled would incorrectly be highlighted in some cases. #34838 (Also in 17, 19, 20)
    • Fixed an issue with background colors being improperly applied to BrowserViews on Windows. #33478 (Also in 16)
    • Fixed empty app_id when running under wayland. #34877 (Also in 19, 20)
    • Fixed missing Sec-CH-UA headers and empty navigator.userAgentData. #34758 (Also in 17, 19, 20)
    • Fixed symbol generation on 32-bit Windows release builds. #35096 (Also in 19, 20)
    • Prevent brief display of "Ozone X11" in window title on Linux. #34943

    Other Changes

    • Backported fix for CVE-2022-2294. #34882
    • Security: backported fix for 1287804. #35102
    • Security: backported fix for 1333333. #34689
    • Security: backported fix for 1335054. #34687
    • Security: backported fix for 1335458. #34685
    • Security: backported fix for 1336014. #35004
    • Security: backported fix for 1339844. #35002
    • Security: backported fix for 1340335. #35000
    • Security: backported fix for 1340654. #34998
    • Security: backported fix for CVE-2022-2162. #34714
    • Security: backported fix for CVE-2022-2295. #34881

    electron v18.3.5

    Release Notes for v18.3.5

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump snyk from 1.29.0 to 1.1024.0

    Bump snyk from 1.29.0 to 1.1024.0

    Bumps snyk from 1.29.0 to 1.1024.0.

    Release notes

    Sourced from snyk's releases.

    v1.1024.0

    1.1024.0 (2022-10-06)

    v1.1023.0

    1.1023.0 (2022-10-06)

    Bug Fixes

    • Ignored issues count displays "undefined" (962df51)

    v1.1022.0

    1.1022.0 (2022-10-05)

    Bug Fixes

    • do not check stderr output in IaC smoke tests (55cbba0)

    Features

    • use short link to the Integrated IaC docs (8fd823d)

    v1.1021.0

    1.1021.0 (2022-10-04)

    Bug Fixes

    • remove gradle matching config error (401c0f0)

    Features

    • add flag to exclude app vulnerabilities (5d704e2)
    • print warning message on app-vulns enablement (9216c49)

    v1.1020.0

    1.1020.0 (2022-10-03)

    v1.1019.0

    1.1019.0 (2022-09-30)

    Bug Fixes

    • use @​snyk/child-process package without shell (2d8845d)

    ... (truncated)

    Commits
    • 9b48446 Merge pull request #4111 from snyk/feat/snyk-iac-debug-log
    • 85bfd82 chore: Add debug log for local bundle
    • 7533751 Merge pull request #4064 from snyk/docs/automatic-gitbook-update
    • 61c983d Merge pull request #4110 from snyk/fix/undefined-ignored-issues-count
    • 962df51 fix: Ignored issues count displays "undefined"
    • 29bb68b docs: synchronizing help from snyk/user-docs
    • b0c0789 Merge pull request #4106 from snyk/feat/use-short-integrated-iac-link
    • 8fd823d feat: use short link to the Integrated IaC docs
    • e9b88b9 Merge pull request #4043 from snyk/fix/iac-smoke-stderr
    • 0f54465 Merge pull request #3874 from snyk/feat/no-app-vulns
    • Additional commits viewable in compare view
    Maintainer changes

    This version was pushed to npm by snyk-admin, a new releaser for snyk since your current version.


    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Appimage not launching.

    Appimage not launching.

    I am getting Segmentation Fault when trying to run Appimage. Screenshot from 2021-11-13 20-55-50

    This is the latest release I just downloaded. Any Idea how to correct it? Buka is not available in Solus repos.

    opened by Abhinav1217 1
Owner
Oguzhan Inan
https://twitter.com/oguzaninan
Oguzhan Inan
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web

简体中文 | English Koodo Reader A cross-platform ebook reader Download | Preview | Roadmap | Document Preview Feature Format support: EPUB (.epub) Scanned

Troye Guo 8.6k Dec 29, 2022
New base bot WhatsApp 🈴 bukan self bot lagi atau buka bot yang bisa di pakai oleh bot sendiri 😎

Installation • Thanks to • Donate Official Group Bot • Settings Instalasi Heroku Buildpack Click the deploy icon below ! > heroku/nodejs > https://g

zeeone 27 Feb 9, 2022
This app helps manage a bookstore. It comes in handy when you need to manage a personal book store or library. Entirely built on es6.

Awesome Books A Microverse project on learnong javascript. Additional description about the project and its features. Built With HTML5 CSS3 Javascript

Atugonza ( Billions ) Joel 13 Apr 22, 2022
💚 Yet another mutli purpose discord bot, allowing you to maintain and manage your discord server with ease.

Jade Jade is once again another mutli purpose bot, allowing you to maintain and manage your discord server with ease. Completely open source or use th

Saige 1 Sep 13, 2022
null 8 Nov 11, 2022
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook

Data Structures and Algorithms in JavaScript This is the coding implementations of the DSA.js book and the repo for the NPM package. In this repositor

Adrian Mejia 7k Jan 4, 2023
Free Introduction to SQL eBook

This is an open-source introduction to SQL guide that will help you to learn the basics of SQL and start using relational databases for your SysOps, DevOps, and Dev projects. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you will most likely have to use SQL at some point in your career.

Bobby Iliev 207 Jan 2, 2023
Senior Design Project. Water intake tracker. Software for the communication to bottle and app. Software for app and database

WaterMate Senior Design Project. Water intake tracker to provide everyone with an easy to use water tracking system that can be integrated with your f

null 3 Nov 10, 2021
▶ A tool that helps developers to translate JSON to different languages with ease

JSON translator Link ?? : https://json-translator.vercel.app/ ?? The information you have entered will not be kept on this site. ?? Translation is usi

amine louni 6 Mar 6, 2022
🏆Open source, free project management/issue tracking software to manage your work and projects

WorkClever ?? Open source, free project management/issue tracking software to manage your work and projects Features General Free to use, open source

WorkClever 11 Dec 27, 2022
A React-Fullstack platform helps to track & compare your Incomes & Expenses transactions in one place via detailed Graphical information to manage your Budget.

Budget Master Track your income and expenses in one place via detailed graphical information to manage your budget. Manage your budget and transaction

Siddharth Singh Bhadoriya 9 Nov 27, 2022
Out of the box modern User Interface, so you can see and manage your Workhorse jobs in realtime

WORKHORSE UI Out of the box modern User Interface, so you can see and manage your Workhorse jobs in realtime. Start local Run npm i Copy and name prox

Workhorse 2 Apr 15, 2022
A magical vite plugin that helps you to generate and manage documentation website.

vite-plugin-book A magical vite plugin that helps you to generate and manage documentation website. ⚠️ This project is still WIP. It's a MVP now. A bu

Mirone 89 Dec 20, 2022
Atlan is a CLI that helps you to manage local dockerized infrastructure without any needed knowledge on Docker and Docker Compose.

Atlan CLI Atlan is a CLI that helps you to manage local dockerized infrastructure without any needed knowledge on Docker and Docker Compose. What is A

Myastro 10 Aug 17, 2022
Open-source CD platform that helps developers to deliver applications efficiently by simplifying software releases and operations in any environment.

dyrector.io - The open source internal delivery platform Overview dyrector.io is an open-source internal delivery platform that helps developers to de

dyrector.io 160 Jan 3, 2023
Cindy Dorantes 12 Oct 18, 2022
App to manage maintenance calls. App to manage maintenance calls. This application was created for the purpose of studies.

App to manage maintenance calls. App to manage maintenance calls. This application was created for the purpose of studies.

Rodrigo Gonçalves 112 Dec 26, 2022
🎉 toastify-react-native allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!

toastify-react-native ?? toastify-react-native allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense! De

Zahid Ali 29 Oct 11, 2022
To Do List Application Organize your tasks with simple add and delete functionality. Organize your items with ease.

TODO-LIST To Do List Application Organize your tasks with simple add and delete functionality. Organize your items with ease. Additional description a

Steve 12 Jul 22, 2022