Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: OpenBooks v4.4.0 #95

Merged
merged 36 commits into from
Sep 6, 2022
Merged

release: OpenBooks v4.4.0 #95

merged 36 commits into from
Sep 6, 2022

Conversation

evan-buss
Copy link
Owner

@evan-buss evan-buss commented Sep 6, 2022

Changes:

evan-buss and others added 30 commits February 16, 2022 01:28
- Don't log.Fatal or panic()
- Return errors from func instead of logging directly in library code
- Send more error messages via websocket
- Make sure IRC connection is open before writing.
- Use new devcontainer "features" instead of scripts
- Update Go and NPM packages.
  - Fix breaking change with use-local-storage-state
- Add makefile for common commands
* feat: add --searchbot flag

* fix: uncomment flag assignment
- some webviews don't have native copy paste so I update
  the search field on user selection
- use filepath.join() instead of path.join()
- change default download dir depending on which subcommand is selected
- allow double clicking on windows (disable cobra mousetrap thing)
- allows double clicking the executable to open the GUI
- server code shouldn't care how the page is being displayed.
- replace AppThunk with createAsyncThunk
- This allows Calibre to watch a directory and only import
  the file when it's completed.
- Cross compilation becomes A LOT more complicated
  once CGO is in the mix. Requires the time and energy
  to get build scripts to work across all platforms, and
  update the automated Github Actions to build on
  multiple machines (MacOS requires MacOS runner,
  Windows / Linux require Linux runner)
- This commit adds a build flag "webview" to enable
  webview desktop support but the default without
  the build flag is to open the browser on start.
Add "Desktop Mode" as the default.
* Fix length comparison so zero doesn't appear. (#74)

* feat: Add IRC TLS support

Co-authored-by: Evan Buss <evan.buss28@gmail.com>
- update docker tag configuration to publish
  'edge' version whenever the 'development'
  branch is updated.
- EnableTLS flag was only enabled for the server mode.
- "--dir" server mode flag wasn't registered properly.
- update
- updated to react 18
* wip: start rewriting sidebar in mantine

- this is the start of making the layout responsive for various
  device sizes

* feat: rewrite sidebar with mantine

- responsive
- dark mode support

* feat: convert book list to mantine

* feat: rewrite notification drawer in mantine

* wip: start converting search page

* feat: convert search page to mantine

* wip: start implement book table in react table

* wip: re-implement table with react-table

Goals:
- mantine styling
- resizeable
- filterable
- dark mode

* wip: react table implementation

* wip: grid style tweaks

* wip: play with animations

* feat: finish converting components to mantine

* feat: remove evergreen-ui dependency

* chore: remove react-use

* Update README.md
@evan-buss evan-buss merged commit a348c27 into master Sep 6, 2022
@evan-buss evan-buss deleted the development branch September 6, 2022 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants