summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
4 daysAdd rcodesign for signing macOS buildsHEADmasterNick White
4 daysDowngrade image and text dependencies so we can build with go 1.24, which is ↵Nick White
required for cross-compiling to macOS for now
5 daysMerge remote-tracking branch 'github/master'Nick White
5 daysAdd Containerfile to provision an environment capable of building Rescribe ↵Nick White
on all platforms
5 daysImprove macOS cross-compiling so it works from go 1.25 systems and default ↵Nick White
the osx-cross dir to one which works with upcoming Containerfile
2026-04-16Merge pull request #11 from ↵Nick White
rescribe/dependabot/go_modules/golang.org/x/image-0.38.0 build(deps): bump golang.org/x/image from 0.24.0 to 0.38.0
2026-03-30build(deps): bump golang.org/x/image from 0.24.0 to 0.38.0dependabot[bot]
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.24.0 to 0.38.0. - [Commits](https://github.com/golang/image/compare/v0.24.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-version: 0.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2025-12-04Update fyne packaging release for windows (macOS may need further updates)Nick White
2025-12-04Updates to flatpak buildNick White
2025-12-02Handle errors better if gui failsNick White
2025-12-01Update x/net package in case of vulnerabilitiesNick White
2025-12-01Merge remote-tracking branch 'github/master'Nick White
2025-12-01Update flatpak ymlNick White
2025-12-01Update 1.4.0 release info (as it was never actually made when planned)Nick White
2025-12-01Update Fyne to v2.7.1Nick White
2025-10-05Update flatpak manifest to remove now-unneeded filesystem permission, and ↵Nick White
update to 1.4.0
2024-11-06Merge pull request #6 from UB-Mannheim/masterNick White
Fix some typos and grammar in documentation and error message
2024-08-29Fix some typos and grammar in documentation and error messageStefan Weil
The typos were found and fixed by `codespell` and `typos`. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2024-08-22Update fyne to v2.5.0Nick White
2024-08-22Merge remote-tracking branch ↵Nick White
'github/dependabot/go_modules/golang.org/x/net-0.23.0'
2024-08-22Merge remote-tracking branch ↵Nick White
'github/dependabot/go_modules/golang.org/x/image-0.18.0'
2024-08-22Don't skip binarisation for folders full of images, as that's nobody's ↵Nick White
workflow anymore
2024-06-26build(deps): bump golang.org/x/image from 0.11.0 to 0.18.0dependabot[bot]
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.11.0 to 0.18.0. - [Commits](https://github.com/golang/image/compare/v0.11.0...v0.18.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0dependabot[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-10Update flatpak manifest for v1.3.0Nick White
2024-04-10Add 1.3.0 changelog to appdatav1.3.0Nick White
2024-04-09Fix make rules setting version string correctly, and fix up flatpak build ↵Nick White
rules further
2024-04-09Fix flatpak tessdata sourcing to ensure all files are available to itNick White
2024-04-08Update icon, and improve flatpak info following flathub guidelinesNick White
2024-04-03Add version info to windows and mac buildsNick White
2024-04-03Update TODONick White
2024-04-02Add support for rotated images in PDFsrotationNick White
2024-04-02update todoNick White
2024-03-07Upgrade gofpdf to version which will not fail to print arg for TzNick White
2024-03-04Ensure an invalid jpeg is closed before removal is attempted, to fix crash ↵Nick White
on Windows
2024-02-17Update flatpak manifest with final correct checksum for v1.2.0Nick White
2024-02-16Update appdata with 1.2.0 releasev1.2.0Nick White
2024-02-16Add make rule for wayland linux versionNick White
2024-02-06Fix signing of MacOS buildNick White
2024-02-06Add concatenated text output to rescribe output dir, called bookname.txtNick White
2024-02-06Update modules URL in flatpak manifestNick White
2024-02-06Fix selecting a custom training file in flatpakNick 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-01Update getgbook version embedded in MacOS to one which is properly signed, ↵Nick White
to fix it on arm64
2024-01-29Just hide & show container directly rather than swapping between different ↵Nick White
window content to do it
2024-01-29Use border layout so that process log expands to take up as much window ↵Nick White
space as is left when opened
2024-01-29Update to latest fyne versionNick White
2024-01-28Fix issue with directory page images with spaces in the name causing ↵guirefactorNick 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-09Don't disable the log area text widget so the text is readableNick 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-16Merge branch 'master' into guirefactorNick White
2023-02-15rescribe: update screenshots in appdataNick White