Bubble documentation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bubble_version.md 3.0 KiB

4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. # Bubble Version History
  2. ## Before 0.1.4
  3. Groundwork: overall framework, cloud services, secure inter-node communications
  4. ## 0.1.5
  5. Initial activation working properly
  6. ## 0.1.6
  7. Bubble launch working with progress bar. Stop Bubble working.
  8. ## 0.1.7 -- 2020 Jan 13
  9. TOTP Authenticator configuration and enforcement
  10. ## 0.1.8 -- 2020 Jan 18
  11. Send errors to errbit. Simplify deployments, fix UI bugs with login and registration
  12. ## 0.2.0 -- 2020 Jan 23
  13. MITM integration working properly, including support for compressed HTTP streams
  14. ## 0.3.0 -- 2020 Jan 26
  15. read/write AppData from MITM sites working. JsUserBlocker working.
  16. ## 0.4.0 -- 2020 Jan 29
  17. Data views for UserBlocker and TrafficAnalytics apps
  18. ## 0.4.1 -- 2020 Jan 29
  19. Fix bugs in message loading and device listing
  20. ## 0.4.2 -- 2020 Jan 29
  21. Add support for detailed view of recent traffic
  22. ## 0.4.3 -- 2020 Jan 29
  23. Fix tests
  24. ## 0.4.4 -- 2020 Jan 29
  25. Add Referer tracking to TrafficAnalysis
  26. ## 0.5.0 -- 2020 Feb 04
  27. Manage accounts, change password. Alpha MVP.
  28. ## 0.5.3 -- 2020 Feb 05
  29. Apps to install can be set differently for each plan.
  30. ## 0.6.0 -- 2020 Feb 06
  31. Fix brotli-compressed transfers, simplify filter API
  32. ## 0.7.0 -- 2020 Feb 08
  33. Proper handling of non-chunked responses that must be filtered. Tons of filtering improvements.
  34. ## 0.7.1 -- 2020 Feb 11
  35. User-Agent blocking, app icons.
  36. ## 0.7.2 -- 2020 Feb 15
  37. Promotional credits
  38. ## 0.8.0 -- 2020 Feb 20
  39. Track TOS/legal versions, add per-plan account limits, error/metric reporting
  40. ## 0.9.0 -- 2020 Feb 26
  41. Add sub-user support, replace UI sidebar with dashboard/icons, add standard file headers
  42. ## 0.9.1 -- 2020 Feb 26
  43. Fill in missing standard file headers
  44. ## 0.9.2 -- 2020 Feb 26
  45. Add legal info pages, software license info
  46. ## 0.9.3 -- 2020 Feb 27
  47. Update license link
  48. ## 0.9.4 -- 2020 Feb 28
  49. Render messages before delivery via delegate
  50. ## 0.9.5 -- 2020 Feb 28
  51. Forgot password now works with TOTP auth
  52. ## 0.9.6 -- 2020 Feb 28
  53. Proper app object creation for new accounts
  54. ## 0.9.7 -- 2020 Feb 28
  55. Multifactor auth improvements
  56. ## 0.9.8 -- 2020 Mar 5
  57. Add TLS passthrough app to accommodate certificate-pinned apps
  58. ## 0.9.9 -- 2020 Mar 10
  59. Passthru app now working properly, dnscrypt-proxy caches lookups in redis
  60. ## 0.9.10 -- 2020 Mar 10
  61. Auto-detect TLS handshake failures, enable passthru. Add passthru check based on IP
  62. ## 0.9.11 -- 2020 Mar 11
  63. Add deviceType, fix PostgreSQL restart error
  64. ## 0.9.12 -- 2020 Mar 12
  65. Only copy app objects for enabled plan apps. Add TlsPassthru app to all plans. Add confirm password error messages.
  66. ## 0.9.13 -- 2020 Mar 17
  67. Re-fetch sage key if it has expired. Fix referer-based URL blocks. Install dnscrypt-proxy config file
  68. ## 0.9.14 -- 2020 Mar 20
  69. Simplified checkout and onboarding workflows
  70. ## 0.9.15 -- 2020 Mar 20
  71. Add device setup instructions
  72. ## 0.9.16 -- 2020 Mar 20
  73. Enforce case insensitivity on accounts, plans, networks and nodes
  74. ## 0.9.17 -- 2020 Mar 22
  75. Improve onboarding help
  76. ## 0.9.18 -- 2020 Mar 31
  77. Add bubble-nodemanager service
  78. ## 0.9.19 -- 2020 Apr 3
  79. Improve device setup UI and documentation