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 v0.0.5 #399

Merged
merged 30 commits into from
Aug 15, 2024
Merged

πŸ”– Release v0.0.5 #399

merged 30 commits into from
Aug 15, 2024

Conversation

aaronleopold
Copy link
Collaborator

Added

  • πŸ‘·β€β™‚οΈ Remote duplicate rust cache action in CI (#396) [dddb298]
  • βœ… Add tests to improve coverage (#394) [7d6c289]
  • πŸ‘·β€β™‚οΈ Fix codecov upload conditions in CI (#395) [4b4dcb1]
  • ✨ Add `OpenDyslexic` font and pave way to support other fonts (#386) [1a0b76d]
  • πŸ‘·β€β™‚οΈ Add `macOS` platform to binary release workflow (#374) [7fc059f]
  • βœ… Add core tests to improve coverage (#370) [c73dd31]
  • ✨ Page dimensions analysis task (#349) [3f447d5]
  • ✨ Historical read progress tracking (#340) [e355932]

Fixed

  • πŸ› Fix 422 error relating to invalid user permission (#389) [7c44eb9]
  • πŸ› Fix missing scrollbar in table component (#382) [1b5cc1b]
  • πŸ› Fix various thumbnail generation issues (#381) [7f09503]
  • ✏️ Fix infered typo (#379) [6f2b3d9]
  • πŸ› Fix bug in `WebpProcessor::generate` (#380) [d59d547]
  • πŸ› Fix basic auth password parsing breaking on : character (#375) [2f8d53a]

Miscellaneous

  • πŸ‘· Make codecov run on pushes to develop as well (#392) [6161b49]
  • 🌐 Update translations (#390) [4b375bf]
  • 🩹 Fix path filter on push (#388) [cb837c5]
  • πŸ”¨ Fix cargo watch tooling (#387) [b7e5771]
  • πŸ”¨ Update docker-compose example to remove version (#373) [6bba9f9]
  • πŸ‘· Release server binary (#369) [ac0d723]
  • 🌐 New translations (#368) [d71fc24]
  • πŸ‘· Add code coverage tracking (#366) [5fa2695]
  • Merge remote-tracking branch 'origin/main' into develop [f63a213]
  • Merge pull request #360 from stumpapp/experimental [f38ce38]
  • Merge branch 'develop' into experimental [861eab6]
  • 🌐 New Translations (#363) [c29d18f]
  • πŸ’ Port DB error fix during media analysis [0177f06]
  • Merge remote-tracking branch 'origin/develop' into experimental [4fdc5d3]
  • Merge remote-tracking branch 'origin/develop' into experimental [0bf0ec9]

aaronleopold and others added 30 commits June 1, 2024 11:58
* Add missing close handler

* WIP: schema changes for tracking read history

* WIP: lots of refactoring for read sessions

* WIP: refactor UI areas wrt progress

* fix awkwardness wrt PUT media progress
* Create basic resolution analysis job

* Modified schema and restructured analysis task

* Complete task and prisma storage of image dimensions

* Make page dimensions accessible from server

* Improve compression of resolution encoding

* Correct error in PageResolutions creation

* Use consistent naming for page dimensions

* Fix linking in doc comment for subtasks.

* Code cleanup
Change into_image_format into a TryFrom<ContentType> for image::ImageFormat impl;
Add doc comment to explain page_dimension model.

* Don't use subtasks in AnalyzeMediaTask::FullAnalysis

* Correct doc comments

* Fix misnamed variable

* Make codegen export PageDimension and PageDimensionsEntity

* Update apps/server/src/routers/api/v1/media.rs

Co-authored-by: Aaron Leopold <[email protected]>

* Update core/src/filesystem/media/analyze_media_job/mod.rs

Co-authored-by: Aaron Leopold <[email protected]>

* Address review comments

* Index per-page dimensions from 1

* 🚨 Fix cargo build and clipy lints
The changes which fix the issue relocated to another file #354
* Reactivate tests in ci.yml

* Add code coverage generation and codecov.io upload steps in ci.yml

* Add caching step in ci.yml
* Add additional tests to core modules

* Fix misspelled doc comment.
* New translations en.json (German)

* New translations en.json (German)
* Initial release_binary workflow

* Update workflow to use gh cli

* Attempt live test

* Forgot to checkout before runnining local actions

* Let's try again

* Separate build webapp job

* Change gh cli login approach

* Correct contents of artifact

* Finalize

* Target correct branch
* Fix basic auth password parsing breaking on : character

* fix clippy lints
Revert previous changes to webp.rs to prevent failure when opening non-webp files
* πŸ‘· Add `macOS` platform to binary release workflow

This builds off of the work from #369 to close #310

* πŸ‘· Add path filters for CI tasks

* πŸ₯ͺ lunch tweaks to add arm

* try test workflow

* Revert "try test workflow"

This reverts commit 7a1783b.
Altered to factor in the `enable_hide_scrollbar` preference. Added notes for future rework to support distinction between global scrollbar hiding vs component scrolls
* Add `--ignore core/prisma` to the server's `dev` yarn command.
* wip: add additional fonts and support config

* fix effects to apply theme and write more documentation

* add migration

* fix effect and remove dupl logic

* adjust theme docs
* πŸ› Fix 422 error relating to invalid user permission

* extend tests
I noticed that while the path filters work as expected for PR events, once merged the base which it uses to diff against is main, which means there will almost always be code-related changes and so the builds don't get skipped. By specifying the base, I'm hoping this gets fixed. The docs state this arg is ignored for PR events, so should have no effect there
* New translations en.json (Romanian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Afrikaans)

* New translations en.json (Arabic)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Finnish)

* New translations en.json (Hebrew)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Traditional)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Spanish)

* New translations en.json (Spanish)

* New translations en.json (Spanish)
* πŸ’š Fix codecov upload conditions in CI

* debug: trigger workflow

* Revert "debug: trigger workflow"

This reverts commit 7c90fbd.
@aaronleopold aaronleopold changed the title Release/v0.0.5 Release v0.0.5 Aug 15, 2024
@aaronleopold aaronleopold changed the title Release v0.0.5 πŸ”– Release v0.0.5 Aug 15, 2024
@aaronleopold aaronleopold merged commit f8f0d3d into main Aug 15, 2024
6 checks passed
@aaronleopold aaronleopold deleted the release/v0.0.5 branch August 16, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants