Commit Graph
1692 Commits
Author SHA1 Message Date
jpirnayandCopilot 6cd7d46d61 cppcheck complaint
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 15:50:18 +02:00
jpirnay 415adce842 Wait longer for last network 2026-04-26 12:43:57 +02:00
jpirnay a1d0ddec49 Introduce extended button handler 2026-04-26 12:26:29 +02:00
jpirnay a0d71333aa Retry more networks on autoconnect 2026-04-26 10:05:16 +02:00
jpirnayandCopilot 499702a754 Updating json
Co-authored-by: Copilot <copilot@github.com>
2026-04-25 17:48:29 +02:00
jpirnay d607f26933 Merge pull request #125 from jgoguen/gha-release-fix
feat(gha): Auto-publish releases
2026-04-25 17:46:57 +02:00
jpirnay 95fec94276 Merge pull request #133 from jpirnay/feat-wifedit
feat: edit wifi networks in webui (upstream #1743 by osteotek)
2026-04-25 13:37:51 +02:00
jpirnay 539c66efb3 Language updates 2026-04-25 12:38:53 +02:00
jpirnay c1e51ac8a2 edit wifi networks in webui (upstream #1743 by osteotek) 2026-04-25 12:10:38 +02:00
jpirnay 7f6cb65344 Version bump 2026-04-25 11:33:46 +02:00
jpirnay dbd2ce8541 Merge pull request #131 from jpirnay/fix-css-text-indent
feat: Honor css defined paragraph intent (and clamp it if necessary)
2026-04-25 11:28:40 +02:00
jpirnay 8611bbf637 Merge pull request #132 from jpirnay/chore-indexing
refactor: Speed up indexing (less visual updates + elimination of SD tmp file)
2026-04-25 11:25:36 +02:00
jpirnay 81a784985e yaclf 2026-04-25 11:19:39 +02:00
jpirnayandCopilot 12372aaafc Clamp indent to page dimensions
Co-authored-by: Copilot <copilot@github.com>
2026-04-25 11:19:04 +02:00
jpirnay c8a2332ed3 Add recommendation 2026-04-25 11:14:21 +02:00
jpirnay 6060607bda Eliminate tmp file creation 2026-04-25 10:54:32 +02:00
jpirnay be6b7fa0c6 Finer granularity of popup methods 2026-04-25 10:32:49 +02:00
jpirnay 920a9e035c Reduce popup progress frequency 2026-04-25 10:24:04 +02:00
jpirnay 17ea700538 Honor css defined paragraph intent 2026-04-25 09:17:26 +02:00
jpirnay 88855d0258 Merge pull request #120 from jpirnay/feat-rendering-perf
refactor: Font rendering performance improvements
2026-04-24 19:50:11 +02:00
jpirnay 37395f8e0f Final review 2026-04-24 19:42:18 +02:00
jpirnay a73836c594 cppcheck complains 2026-04-24 18:08:37 +02:00
jpirnay 76bed0b381 Amend stats 2026-04-24 17:27:50 +02:00
jpirnay 73eee418e0 Merge branch 'master' of https://github.com/jpirnay/crosspoint-reader into feat-rendering-perf 2026-04-24 17:22:10 +02:00
jpirnay 646001a672 Add benchmark 2026-04-24 17:08:53 +02:00
jpirnay 6f31202332 Minor adjustment 2026-04-24 16:37:39 +02:00
jpirnay 7291ccacc8 Further code review 2026-04-24 16:23:14 +02:00
jpirnay c4498cd535 Merge branch 'master' of https://github.com/jpirnay/crosspoint-reader into feat-rendering-perf 2026-04-24 15:47:47 +02:00
jpirnay 4cc8bcbddd Merge pull request #130 from jpirnay/fix-kosync-upload
fix: Reestablish 1.37 kosync upload behaviour
2026-04-24 15:47:05 +02:00
jpirnay 7c15c8aa85 Reestablish 1.37 upload behaviour 2026-04-24 15:35:56 +02:00
jpirnay ea2c0f77c8 Merge pull request #128 from jpirnay/feat-fontoverride
feat: Add font foverrides to reader menu
2026-04-24 15:02:30 +02:00
jpirnay 4cfd031cab And even more 2026-04-24 14:48:12 +02:00
jpirnay 5068817549 review induced changes 2026-04-24 14:25:11 +02:00
jpirnay 9a72409826 Fixing submenus 2026-04-24 14:17:50 +02:00
jpirnay ec36670485 Show default values 2026-04-24 12:54:17 +02:00
jpirnay 751f523295 Cluster tools section 2026-04-24 12:50:47 +02:00
jpirnay 0c080f5600 Refactor submenu creation logic 2026-04-24 12:44:08 +02:00
jpirnayandCopilot 7533ed1a9c Add font foverrides to reader menu
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 11:38:55 +02:00
jpirnay e87cdf22ce Merge pull request #127 from jpirnay/feat-imagerefresh
fix: Autorefresh after image pages to get rid of ghosting artifacts (#116)
2026-04-24 10:47:17 +02:00
jpirnay 0b1599a5eb Honor local image display setting 2026-04-24 10:40:29 +02:00
jpirnay 1bf0278eec Autorefresh after image pages to get rid of ghosting artifacts (#116) 2026-04-24 10:30:07 +02:00
Joel Goguen 0010b200ed feat(gha): Auto-publish releases
- GHA release workflow is updated to use an action for uploading all assets. The
	action docs say it updates a release if one already exists, and since this
	triggers on release and we pass a release tag we know the release already
	exists.
- GHA release candidate workflow is updated to auto-publish a pre-release
	release on push to a `release/**` branch. A script is added and used to
	generate a release message made up of the commits since the last release of
	any kind.
- ACT profiles are added to allow locally testing these workflows without
	needing to push and wait for GHA to run.
- Docs are updated to note how to test the workflows locally.
2026-04-23 22:48:41 -04:00
jpirnay 5d0620bc3a Change content type 2026-04-23 22:57:20 +02:00
jpirnay 5636769418 Enhance README with new features and format support
Added Markdown and WiFi captive portal support to the list of features for CrossPoint forks. Updated format support for CrossPoint and SUMI to include MD.
2026-04-23 22:53:32 +02:00
jpirnay 3521128c3e Version bump 2026-04-23 22:43:36 +02:00
jpirnay e9b2e918ed Merge pull request #124 from jpirnay/feat-markdown
feat: add + extend Markdown (.md) file reader #1698 by dcherrera
2026-04-23 22:40:56 +02:00
jpirnay 2faeb550fa More fixes 2026-04-23 22:35:07 +02:00
jpirnayandCopilot 88bfb8a76a Update workflow
Co-authored-by: Copilot <copilot@github.com>
2026-04-23 22:32:39 +02:00
jpirnay 4346292340 Add additional file indicators 2026-04-23 22:21:43 +02:00
jpirnayandCopilot c04153ec5a Address cppcheck
Co-authored-by: Copilot <copilot@github.com>
2026-04-23 22:14:41 +02:00