Skip to content

Commit

Permalink
Merge branch 'test-β'
Browse files Browse the repository at this point in the history
  • Loading branch information
elfmz committed Jan 11, 2022
2 parents 819146e + 6b4a402 commit 3159e21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if(NOT "${GIT_TAG}" STREQUAL "v_${VERSION}")
endif()
endif()

set(VERSION_PATCH "${VERSION_PATCH}-alpha")
set(VERSION_PATCH "${VERSION_PATCH}-beta")

set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# far2l
Linux fork of FAR Manager v2 (http://farmanager.com/)
Works also on OSX/MacOS and BSD (but later not tested on regular manner)
ALPHA VERSION.
**Currently interesting only for enthusiasts!!!**
BETA VERSION.
**Use on your own risk!**

Plug-ins that are currently working: NetRocks (SFTP/SCP/FTP/FTPS/SMB/NFS/WebDAV), colorer, multiarc, tmppanel, align, autowrap, drawline, editcase, SimpleIndent, Calculator, Python (optional scripting support)

Expand Down Expand Up @@ -245,3 +245,7 @@ far2l asks plugin if it can exit now. If plugin has some background tasks pendin
### Added following dialog messages:
* `DM_GETCOLOR` - retrieves get current color attributes of selected dialog item
* `DM_SETCOLOR` - changes current color attributes of selected dialog item

### Known issues:
* Only valid translations are Russian and English, all other languages require deep correction.
* Characters that occupy more than single cell or diacritic-like characters are rendered buggy, that means Chinees and Japaneese texts are hardly readable in some cases.
2 changes: 1 addition & 1 deletion packaging/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.2
2.4.0

4 comments on commit 3159e21

@unxed
Copy link
Contributor

@unxed unxed commented on 3159e21 Jan 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@unxed
Copy link
Contributor

@unxed unxed commented on 3159e21 Jan 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works also on OSX/MacOS and BSD (but later not tested on regular manner)

— Now we have CI for BSD/Mac also

@elfmz
Copy link
Owner Author

@elfmz elfmz commented on 3159e21 Jan 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But its only build, i'm not running it on FreeBSD for instance such frequently as Linux or Mac. Also i suspect BSD users amount is much less than Linux and MAC so risk of bugs there is higher.
BTW, if talking about testing, i have long time idea to implement framework to create functional tests for far2l. Need something like expect tool, but that would allow to test for texts at specified terminal position etc. Dont you know anything like that? Looks like have to create such one..

@unxed
Copy link
Contributor

@unxed unxed commented on 3159e21 Jan 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alas, I don’t know that. asked in far2l chat

Please sign in to comment.