Commit Graph

375 Commits (master)
 

Author SHA1 Message Date
Sloom Sloum Sluom IV abc6a170dc Merge pull request 'Develop -> Master' (#172) from develop into master 3 years ago
Sloom Sloum Sluom IV bc38cb8fb5 Merge pull request 'Release 2.3.1 -> Develop' (#171) from release-2.3.1 into develop 3 years ago
Sloom Sloum Sluom IV 3af583da9b Merge branch 'release-2.3.1' of https://tildegit.org/sloum/bombadillo into release-2.3.1 3 years ago
Sloom Sloum Sluom IV 573eb0d230 Fixes issue in makefile that made it so VERSION file was never referenced 3 years ago
Sloom Sloum Sluom IV f683845136 Merge pull request 'Adds a release target to makefile' (#170) from make-release into release-2.3.1
Merging in since there is no code to the application here and none of the core makefile targets are altered.
3 years ago
Sloom Sloum Sluom IV d7a08268b0 Updates version info 3 years ago
Sloom Sloum Sluom IV 733893edc0 Adds prerequisit to readme 3 years ago
Sloom Sloum Sluom IV 15d67ef230 Adds a make target for release and updates clean to clean it up 3 years ago
Sloom Sloum Sluom IV b8721366a2 Merge pull request 'Alternative way of rendering when bookmarks are not open' (#167) from rendering-fix into release-2.3.1
Since this has been reviewed as functional I am merging into the release branch. There will be another opportunity to review, if need be, for the release branch when a PR is made into `develop`.
3 years ago
Sloom Sloum Sluom IV 7a0506853a Merge pull request 'Fixes gemini relative links to work for all relative link types' (#168) from fix-relative-links into release-2.3.1
Since this has been reviewed as functional I am merging into the release branch. There will be another opportunity to review, if need be, for the release branch when a PR is made into `develop`.
3 years ago
Sloom Sloum Sluom IV 38144a0e2a Merge pull request 'Adds in the correct variable when checking for existing querystring value' (#166) from fix-repeated-query into release-2.3.1
Since this has been reviewed as functional I am merging into the release branch. There will be another opportunity to review, if need be, for the release branch when a PR is made into `develop`.
3 years ago
Sloom Sloum Sluom IV c175b45cb9 Switches relative URLs to RelativeReference lib method 3 years ago
sloum cba3682c27 Adds up one dir relative linking fix 3 years ago
sloum 0227523487 Adds query escaping 3 years ago
sloum f47f6597f4 Adds in the correct variable when checking for existing querystring value 3 years ago
sloum c9d634499b Alternative way of rendering when bookmarks are not open 3 years ago
Sloom Sloum Sluom IV e06de9bac1 Merge pull request 'Release of v.2.3.0 to master' (#160) from develop into master 3 years ago
Sloom Sloum Sluom IV f793bdd806 Merge pull request 'Release candidate for 2.3.0' (#147) from release-2.3.0 into develop
Alright. This is a big one for Gemini. I am going to merge in. :)
3 years ago
Sloom Sloum Sluom IV 47863519a2 Merge pull request 'Fixes querystring chaining issue' (#159) from querystring into release-2.3.0 3 years ago
sloum 90cf1d6681 Resolves merge conflict 3 years ago
sloum 0d8b3e015b Fixes querystring chaining issue 3 years ago
Sloom Sloum Sluom IV cf340edc36 Merge pull request 'Replace calls to `stty` with syscalls' (#158) from dancek/bombadillo:replace-stty into release-2.3.0 3 years ago
Hannu Hartikainen e3e2afc4fc Replace calls to `stty` with syscalls
- Move termios-related functionality to its own package
- Reimplement stty calls using ioctl calls
- Add per-platform constants for linux and non-linux because the ioctl
  enums are different. The enums in Darwin seem to come from BSD and so
  I'm assuming they might also work for other operating systems. If not,
  we'll need to add other build-constrained const files.

This code has been tested on Darwin and will be tested on Linux before
merging.
3 years ago
Sloom Sloum Sluom IV ba38b78ca6 Merge pull request 'Adds option to handle preformatted code blocks in different ways for gemini' (#148) from gemini-alt-text into release-2.3.0 3 years ago
sloum 0257ca92b1 Adds clarification to man page and removes old comment 3 years ago
Sloom Sloum Sluom IV c34226e4c1 Merge pull request 'Reworks how relative URLs are handled for gemini' (#153) from pathing-fixes into release-2.3.0 3 years ago
sloum 64590f53e7 Resolved merge conflict 3 years ago
sloum b9057508d9 Reworks how relative URLs are handled for gemini 3 years ago
sloum 9f1eb632bc Adds geminiblocks to the man page 3 years ago
sloum b23b9b3121 Fixes the workflow for allowing alt text and handling preformatted blocks 3 years ago
sloum 909131cda8 Lets images be full width 3 years ago
sloum 2bb8272cf9 Combines a few features into a release branch 3 years ago
sloum c508498b42 Merge branch 'gemini-cert-expiry' of https://tildegit.org/sloum/Bombadillo into release-2.3.0 3 years ago
sloum 322002ba66 Adds a max width of 100, anything more gets weird to read. Also adds a slight optimization. 3 years ago
sloum a23e0026fa Adds command aliasing to vim keys for forward and back 3 years ago
sloum c58b40def2 Removes goroutines in search that were causing input issues on gemini cgi scripts 3 years ago
sloum 00313442d4 Hopefully an improvement to the initial way of dealing with expired certs 3 years ago
sloum cb151f75aa Handles cert expirations silently 3 years ago
Sloom Sloum Sluom IV 36ae4a228f Merge pull request 'Release setup for 2.2.1' (#141) from release-setup-2.2.1 into develop 3 years ago
sloum 961bdfc92f Minor release with improved term handling and quick link navigation 3 years ago
sloum 26b3223379 Merge branch 'short-links' of https://tildegit.org/sloum/Bombadillo into release-setup-2.2.1 3 years ago
sloum cdfec887fd Solves the issue where line wrapping is not turned back on 3 years ago
sloum bfb6b85844 Updates man page with quick link information 3 years ago
sloum 9af1a4d642 Adds quick-link navigation by number keys 3 years ago
Sloom Sloum Sluom IV 61ae2859bf Merge pull request 'Release 2.2.0' (#140) from develop into master 3 years ago
Sloom Sloum Sluom IV 23bc3d75a5 Merge pull request 'Release 2.1.4' (#139) from release214 into develop 3 years ago
sloum 8b7441ea17 Updated version 3 years ago
Sloom Sloum Sluom IV b2d6e2ff1e Merge pull request 'Adds support for gemini tripple backticks' (#138) from gemini-spec-update into release214 3 years ago
sloum 021f1290d4 Adds support for gemini tripple backticks 3 years ago
Sloom Sloum Sluom IV ca552bf383 Merge pull request 'Adds support for image rendering in the terminal' (#137) from render-images into release214 3 years ago