Commit Graph

126 Commits (69064d9df22567d4035551302a05c4df0995ed7f)
 

Author SHA1 Message Date
マリウス 69064d9df2
Removed player gimick
Didn't hear back from Poolsuite, so I'm removing this easter-egg.
2 years ago
マリウス f78a01cdd9
Updated Go version to 1.18, fixed #44 2 years ago
マリウス 537da5529e
Updated README.md 2 years ago
マリウス a007acb5a9
Updated .gitignore 2 years ago
マリウス f142aad7e6
Upgraded to go-orbit-db 1.17.1, fixed issues 2 years ago
マリウス 5ef5fe5c1f
Updated to go-version: 1.18 2 years ago
マリウス 6eb9ce7f0e
Added FUNDING.yml 2 years ago
マリウス f9c3786e99
Updated README.md 2 years ago
マリウス 3c9d5d047c
Removed android 2 years ago
mrusme 59edd4abd2
Merge pull request #41 from mrusme/go-orbit-db_upgrade
go-orbit-db upgrade
2 years ago
マリウス b0371b59ee
Refactored events according to https://github.com/berty/go-orbit-db/issues/100 2 years ago
マリウス 8802d55663
Updated README.md 2 years ago
マリウス d7bd0412ed
Addd code of conduct 2 years ago
マリウス 77f75108db
Updated README.md 2 years ago
マリウス 87813e3daa
Updated go quic dep for 1.18, updated README 2 years ago
マリウス d77e3f6823
Updated to go-orbit-db v1.16.0 2 years ago
マリウス af396ba602
Tried update to go-orbit-db- v1.16.0 2 years ago
マリウス 06a7c87258
go-orbit-db upgrade 2 years ago
マリウス e39c05adb9
Added android to goreleaser 2 years ago
マリウス 04ada9eb9e
Removed plan9 2 years ago
マリウス 7d2202880e
Upgraded to go-orbit-db v1.14.1, fixed #38 2 years ago
マリウス 078b3164ab
Replaced tab with space, fixed #40 2 years ago
マリウス c89a201b78
Fixed #36, added From: in editor view 2 years ago
mrusme 3d97580a25
Merge pull request #37 from mprimi/master
Add help and shortcuts reference view
2 years ago
Marco Primi 28ff3032bb Add help screen, currently showing default shortcuts
Hitting '?' brings up a modal with default shortcuts, for quick 
reference.
Also does a little refactoring in the code where default shortcuts are 
declared.

Known issue: anyone that has run SH84 before will have shortcuts loaded 
from config file and the new '?' command will be ignored. Addressing 
this is beyond the scope of this change.

Known issue: custom shortcuts are not displayed in help, only the 
default which may not correspond to the actual user configuration.
2 years ago
マリウス 21e6e02902
Fixed quote highlighting for empty lines 2 years ago
マリウス d5c6e0f14d
Added output to make loading more visible 2 years ago
マリウス 6f22c3cacf
Implemented ID and PubKey 2 years ago
マリウス 51a79a3dce
Implemented sorting by latest reply in thread 2 years ago
マリウス a9643b47b3
Fixed highlight issue on last line of quote 2 years ago
mrusme 7739400b63
Merge pull request #34 from mprimi/master
Refactor main screen layout using nested grids
2 years ago
Marco Primi 4d0e561aff Refactor main screen layout using nested grids
Simplify the main layout by creating sub-grids in each row of the 
existing grid.
This allows each row to have independent column layout.

Within each grid the placement is straighforward and can be more easily 
adjusted.

One visible change is that the main pane sizes are now relative, so they 
adjust based on the terminal width and height (whereas before they were 
fixed regardless of terminal size).
2 years ago
マリウス 63b4ce4db6
Added PGP meta filter 2 years ago
マリウス e3740cc651
Updated README.md 2 years ago
マリウス 0435efd200
Implemented views for articles list, documented 2 years ago
マリウス 1a7f70403b
Fixed home/end bug 2 years ago
マリウス ac08eea74c
Fixed handling of formatting errors, no rewriting 2 years ago
マリウス d525e1ad31
Fixed issue where dismissed new sumit throws error 2 years ago
マリウス 959ba36b84
Fixed preview refresh scroll issue 2 years ago
マリウス b3fcef96f8
Implemented mark all as read, fixes #22 2 years ago
マリウス 76a54af56e
Implemented markAsRead on open 2 years ago
マリウス 4344e78e38
Implemented screen sync, this should fix #31 2 years ago
マリウス f8add2f6b6
Fixed development version check 2 years ago
マリウス a89946d46b
Fixed #30, validation triggers at a later stage 2 years ago
マリウス 0723ec3379
Fixed #32, version update now working correctly 2 years ago
マリウス 30024d48c2
Implemented customizable shortcuts, fixes #11 2 years ago
マリウス 3205682db0
Fixed typo 2 years ago
マリウス 5059616e32
Refactored player integration, using go:build tag 2 years ago
マリウス 81ea9afa7c
Implemented some fun, press F8 to try 2 years ago
マリウス 94c8561739
Implemented quote color in preview pane (#27) 2 years ago