Commit Graph

480 Commits

Author SHA1 Message Date
Sloom Sloum Sluom IV 23bc3d75a5 Merge pull request 'Release 2.1.4' (#139) from release214 into develop 2020-03-23 01:27:58 -04:00
sloum 8b7441ea17 Updated version 2020-03-22 22:27:38 -07:00
Sloom Sloum Sluom IV b2d6e2ff1e Merge pull request 'Adds support for gemini tripple backticks' (#138) from gemini-spec-update into release214 2020-03-05 00:55:09 -05:00
sloum 021f1290d4 Adds support for gemini tripple backticks 2020-03-04 21:51:54 -08:00
Sloom Sloum Sluom IV ca552bf383 Merge pull request 'Adds support for image rendering in the terminal' (#137) from render-images into release214 2020-03-05 00:33:35 -05:00
sloum cd1be92d34 Changing default to true 2020-03-04 21:27:21 -08:00
sloum 7edf01eb99 Adds a color property to the page struct to track the color mode 2020-02-15 10:51:39 -08:00
sloum 4f9c8877b5 Removes unneeded comment 2020-02-15 10:44:41 -08:00
sloum cda502fbb8 Adds a WrapWidth param to the page struct so that pages.go does not have to rewrap on every render. 2020-02-15 08:43:54 -08:00
sloum 996e209c50 Leaves a note re: improving render speeds 2020-02-13 22:46:39 -08:00
sloum c9765bf0fa Adds lo-fi image rendering to Bombadillo 2020-02-13 21:26:23 -08:00
sloum 53cbb9dd02 Improves upon previoius fixes to gophermap parsing 2020-02-01 09:55:55 -08:00
Sloom Sloum Sluom IV d17e530667 Merge branch 'fix-gopher-crash' of sloum/bombadillo into develop 2020-01-30 22:47:28 -05:00
sloum 9e68f383a0 Updates version number 2020-01-30 19:42:45 -08:00
sloum 8444784221 Fixes bug that causes crash on broken gophermaps 2020-01-30 19:41:55 -08:00
Sloom Sloum Sluom IV 6af3455da8 Merge branch 'release-process-information' of sloum/bombadillo into develop 2020-01-23 00:46:24 -05:00
asdf 3cf27b82ad Further review of release information 2020-01-23 13:48:38 +11:00
asdf 6720b62276 Added information regarding the VERSION file 2020-01-08 14:57:38 +11:00
asdf 2b231184d8 Added DEVELOPING.md to include versioning process steps 2020-01-08 14:33:49 +11:00
Sloom Sloum Sluom IV f88b2c41b0 Merge branch 'master' of sloum/bombadillo into develop 2020-01-04 15:58:34 -05:00
sloumdrone 77fe67525e Fixing go 1.11 compatibility issue in strings lib w replaceAll vs replace 2020-01-04 12:48:15 -08:00
Sloom Sloum Sluom IV b4e077869f 2.1.0 Release - Merge branch 'develop' of sloum/bombadillo into master 2020-01-04 14:37:05 -05:00
Sloom Sloum Sluom IV 7e6281d565 Merge branch 'version-update' of sloum/bombadillo into develop 2020-01-04 14:30:15 -05:00
sloumdrone 8d2ebd5c6d Updates version file 2020-01-04 11:28:07 -08:00
Sloom Sloum Sluom IV 6c634415d8 Merge branch 'window-title' of sloum/bombadillo into develop 2020-01-04 14:26:21 -05:00
Sloom Sloum Sluom IV b551138c75 Merge branch 'text-find' of sloum/bombadillo into develop 2020-01-04 14:20:28 -05:00
sloumdrone daacae276c Adds man page documentation for search 2020-01-04 11:19:01 -08:00
sloumdrone ef36895c5d Removes dead code 2020-01-04 10:58:56 -08:00
sloumdrone 71e21543f0 Fixes line wrapping to 80 columns rather than 79 2020-01-04 10:53:24 -08:00
sloumdrone 10f28027dc Working search 2019-12-18 22:17:52 -08:00
asdf 4bb0c84c56 Amended man page and usage details synopsis 2019-12-19 14:57:40 +11:00
sloumdrone 9e7ac3c866 Finally solved infuriating rendering issue 2019-12-17 22:32:45 -08:00
sloumdrone f68996decf Beginnings of text search... semi-working 2019-12-16 22:18:28 -08:00
sloumdrone 4182619a78 Adds flag for displaying title and adds documentation 2019-12-16 19:40:52 -08:00
sloumdrone aeee577e24 Adds title change escapes to cui 2019-12-15 11:00:39 -08:00
Sloom Sloum Sluom IV 8fa7c7a635 Merge branch 'add-color' of sloum/bombadillo into develop 2019-12-14 10:38:15 -05:00
sloumdrone 982fba3019 Updates man page 2019-12-14 07:37:56 -08:00
sloumdrone 9ae6c37707 Removes dead code 2019-12-14 07:26:11 -08:00
sloumdrone f3f406260e Updates escape code handling to be safer plus renders literally in local scheme 2019-12-13 20:19:50 -08:00
sloumdrone 021678d9da Adds support for a new color theme mode 2019-12-10 21:56:41 -08:00
Sloom Sloum Sluom IV ccc694fb2f Merge branch 'refresh-first-pg' of sloum/bombadillo into develop
Merges in a fix to using the _reload_ command when on the first history location. It was previously not working.
2019-12-08 23:21:42 -05:00
Sloom Sloum Sluom IV 786784bf4f Merge branch 'default-scheme' of sloum/bombadillo into develop 2019-12-08 01:23:29 -05:00
sloumdrone 275f7928ea Fixes logic to not be based on length, but on position 2019-12-07 22:20:33 -08:00
sloumdrone d5ff5694d4 Adds an option to set a default scheme 2019-12-06 22:19:25 -08:00
sloumdrone 2c9c00ab8d Makes the first history position reloadable 2019-12-06 21:53:21 -08:00
Sloom Sloum Sluom IV 3a226f3769 Merge branch 'panic-errors' of sloum/bombadillo into develop 2019-12-06 22:44:09 -05:00
asdf 817affcf14 Amended error message wording 2019-12-07 11:14:16 +11:00
sloumdrone fde463be0f Removes unnecessary variable from exit routine 2019-12-05 22:01:22 -08:00
sloumdrone 8b004df1d5 Better specific errors on bootup 2019-12-05 21:55:07 -08:00
sloumdrone 6f0be3b4e4 Adds visible error handling for bad exits and improves exit code use 2019-12-05 21:46:31 -08:00