Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-19 | build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 | dependabot[bot] | |
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2024-04-10 | Update flatpak manifest for v1.3.0 | Nick White | |
2024-04-10 | Add 1.3.0 changelog to appdatav1.3.0 | Nick White | |
2024-04-09 | Fix make rules setting version string correctly, and fix up flatpak build ↵ | Nick White | |
rules further | |||
2024-04-09 | Fix flatpak tessdata sourcing to ensure all files are available to it | Nick White | |
2024-04-08 | Update icon, and improve flatpak info following flathub guidelines | Nick White | |
2024-04-03 | Add version info to windows and mac builds | Nick White | |
2024-04-03 | Update TODO | Nick White | |
2024-04-02 | Add support for rotated images in PDFsrotation | Nick White | |
2024-04-02 | update todo | Nick White | |
2024-03-07 | Upgrade gofpdf to version which will not fail to print arg for Tz | Nick White | |
2024-03-04 | Ensure an invalid jpeg is closed before removal is attempted, to fix crash ↵ | Nick White | |
on Windows | |||
2024-02-17 | Update flatpak manifest with final correct checksum for v1.2.0 | Nick White | |
2024-02-16 | Update appdata with 1.2.0 releasev1.2.0 | Nick White | |
2024-02-16 | Add make rule for wayland linux version | Nick White | |
2024-02-06 | Fix signing of MacOS build | Nick White | |
2024-02-06 | Add concatenated text output to rescribe output dir, called bookname.txt | Nick White | |
2024-02-06 | Update modules URL in flatpak manifest | Nick White | |
2024-02-06 | Fix selecting a custom training file in flatpak | Nick White | |
This is done by copying any training to the temporary tesseract directory, and always using that as the TESSDIR. This works as it's writeable (unlike the /app/share directory that flatpak would otherwise work) | |||
2024-02-01 | Update getgbook version embedded in MacOS to one which is properly signed, ↵ | Nick White | |
to fix it on arm64 | |||
2024-01-29 | Just hide & show container directly rather than swapping between different ↵ | Nick White | |
window content to do it | |||
2024-01-29 | Use border layout so that process log expands to take up as much window ↵ | Nick White | |
space as is left when opened | |||
2024-01-29 | Update to latest fyne version | Nick White | |
2024-01-28 | Fix issue with directory page images with spaces in the name causing ↵guirefactor | Nick White | |
processing errors Any page name with a space in (like "page 01.jpg") would cause all book processing to fail, because the queue can't handle file names with spaces in. Fix that by replacing any spaces with underscores in the temporary pipeline files. | |||
2023-07-09 | Don't disable the log area text widget so the text is readable | Nick White | |
Sadly making a custom theme to make the DisabledColor more readable also affects the disabled buttons, which makes it unclear which are disabled. So instead just enable the log area - it's not ideal that it can be typed in, but it's alright, and it needs to be an entry widget so the text in it can be easily copied. | |||
2023-02-16 | Merge branch 'master' into guirefactor | Nick White | |
2023-02-15 | rescribe: update screenshots in appdata | Nick White | |
2023-02-14 | Update flatpak build to choose wayland version if in wayland environment | Nick White | |
2023-02-13 | Update flatpak to new version | Nick White | |
2023-02-13 | Release 1.1.0v1.1.0 | Nick White | |
2023-02-13 | rescribe: enable wayland in flatpak now fyne has good support | Nick White | |
2023-02-13 | rescribe: update fyne to v2.3.0 | Nick White | |
2023-02-13 | Merge remote-tracking branch 'origin/master' | Nick White | |
2023-02-13 | rescribe: Improve error messages in cases of PDF image extraction failure | Nick White | |
2022-11-22 | rescribe: add gbook fuzzer test and fix some bugs it found! | Nick White | |
2022-11-22 | gofmt | Nick White | |
2022-11-22 | rescribe: add some gui tests for progress bar | Nick White | |
2022-11-21 | rescribe: split up core parts of gui further | Nick White | |
2022-11-21 | rescribe: split out log area and progress updating to separate function | Nick White | |
2022-11-21 | rescribe: Split out Start button functionality to separate function | Nick White | |
2022-11-21 | Improve appdata description and add pr release to it | Nick White | |
2022-11-17 | rescribe: gofmt | Nick White | |
2022-11-17 | rescribe: add embed tag to fyne packaging, to ensure embedded parts arent ↵ | Nick White | |
stripped out | |||
2022-11-17 | Update PDF reading library to enable reading more CCITT formatted images in PDFs | Nick White | |
2022-11-17 | Merge branch 'pdftiffs' | Nick White | |
2022-11-17 | rescribe: support CCITTFaxDecode (tiff) encoded images in PDF reading | Nick White | |
2022-11-17 | Update preproc to a more robust version | Nick White | |
2022-11-17 | Simplify flatpak rules slightly | Nick White | |
2022-11-12 | rescribe: improve flatpak build, making it work cross platform | Nick White | |
- compile all dependencies from scratch - don't explicitly set GOOS and GOARCH so a flatpak builder can cross-compile properly - switch from embedding compiled dependencies to having the wrapper script specify where the relevant things can be found | |||
2022-11-12 | Add content rating to appdata descriptionv1.0.2 | Nick White | |